{"info":{"_postman_id":"54fad8c6-c65a-4170-be16-007d85bed127","name":"Fusion 8 Web API sample","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"582683","collectionId":"54fad8c6-c65a-4170-be16-007d85bed127","publishedId":"2sB2cShPdA","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-04-03T10:23:36.000Z"},"item":[{"name":"Login","event":[{"listen":"test","script":{"id":"3c3446e0-fd5b-4c3b-93da-035e4ff4f2f1","exec":["pm.test(\"Status code is success\", function () {","    pm.response.to.be.success;","});","","pm.test(\"Content-Type is present\", function () {","    pm.response.to.have.header(\"Content-Type\");","});","","pm.test(\"Your test name\", function () {","    pm.response.to.have.jsonBody('landing');","});",""],"type":"text/javascript"}}],"id":"5f7b935c-bafb-4f8d-aa8a-1dc4115d0f75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"userName\": \"admin\",\n\t\"password\": \"admin\"\n}\n"},"url":"https://localhost:20604/auth/login","description":"<p>Login to Fusion.</p>\n<p>Returns several cookies for various service points except <code>/sstatic</code>,\n<code>/auth</code>, <code>/mgmt</code>, <code>/api</code>, <code>/admin</code>, <code>/stats</code>, <code>/fd</code>, <code>/inbuilt</code></p>\n<p>Returns <code>json</code> with some information about the user, FireDaemon Pro and a possible landing page (which is especially useful after logging in to remote nodes).</p>\n<p>If you want to redirect to a specific landing page navigation-wise, <code>{ landing: \"\" }</code> in the returned JSON data tells where to go next.</p>\n","urlObject":{"protocol":"https","port":"20604","path":["auth","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"36f0bde9-23eb-4e44-8551-3048c253a001","name":"Successful Login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"admin\",\r\n    \"password\": \"admin\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://localhost:20604/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"444","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Set-Cookie","value":"fusion=\"ADe2FJIMUcxW/K79AANNSVC9F14=\"; Path=/api","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"ADe2FJIMUcxW/K79AANNSVC9F14=\"; Path=/auth","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"ADe2FJIMUcxW/K79AANNSVC9F14=\"; Path=/mgmt","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"ADe2FJIMUcxW/K79AANNSVC9F14=\"; Path=/admin","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"ADe2FJIMUcxW/K79AANNSVC9F14=\"; Path=/stats","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"ADe2FJIMUcxW/K79AANNSVC9F14=\"; Path=/fd","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"ADe2FJIMUcxW/K79AANNSVC9F14=\"; Path=/inbuilt","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"X-Powered-By","value":"Coconuts and Rum :)/6.0.22-rtm","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/inbuilt","secure":false,"value":"\"ADe2FJIMUcxW/K79AANNSVC9F14=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/admin","secure":false,"value":"\"ADe2FJIMUcxW/K79AANNSVC9F14=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/stats","secure":false,"value":"\"ADe2FJIMUcxW/K79AANNSVC9F14=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/auth","secure":false,"value":"\"ADe2FJIMUcxW/K79AANNSVC9F14=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/mgmt","secure":false,"value":"\"ADe2FJIMUcxW/K79AANNSVC9F14=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/api","secure":false,"value":"\"ADe2FJIMUcxW/K79AANNSVC9F14=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/fd","secure":false,"value":"\"ADe2FJIMUcxW/K79AANNSVC9F14=\"","key":"fusion"}],"responseTime":null,"body":"{\"user\":{\"username\":\"admin\",\"rights\":{\"canAccessFDProServices\":true,\"canRestart\":true,\"admin\":true,\"canShutdown\":true,\"canAccessQuickStats\":true,\"canAccessSettings\":true,\"canAccessSystemServices\":true,\"canAccessUserMgmt\":true,\"canBrowseFolders\":true}},\"fdpro\":{\"isAvailable\":true,\"configuration\":{\"productName\":\"FireDaemon Pro\",\"productShortName\":\"FireDaemon\"},\"globalSettings\":{\"displayNamePrefix\":\"FireDaemon Service:\"}},\"landing\":\"/fd/list\"}"},{"id":"87afbe49-70d2-44b2-b0ec-72a13e9d5213","name":"Successful Login, using specific redirect URL","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"userName\": \"admin\",\r\n    \"password\": \"admin\",\r\n    \"redirectPath\": \"/stats/quickstats\"\r\n}\r\n","options":{"raw":{"language":"json"}}},"url":"https://localhost:20604/auth/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"Keep-Alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"453","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Set-Cookie","value":"fusion=\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"; Path=/api","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"; Path=/auth","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"; Path=/mgmt","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"; Path=/admin","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"; Path=/stats","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"; Path=/fd","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"Set-Cookie","value":"fusion=\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"; Path=/inbuilt","name":"Set-Cookie","description":"an HTTP cookie"},{"key":"X-Powered-By","value":"Coconuts and Rum :)/6.0.22-rtm","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/inbuilt","secure":false,"value":"\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/admin","secure":false,"value":"\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/stats","secure":false,"value":"\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/auth","secure":false,"value":"\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/mgmt","secure":false,"value":"\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/api","secure":false,"value":"\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"","key":"fusion"},{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"localhost","path":"/fd","secure":false,"value":"\"Dl81+D6m3Wca6ivoZadeKx3xv0Q=\"","key":"fusion"}],"responseTime":null,"body":"{\"user\":{\"username\":\"admin\",\"rights\":{\"canAccessFDProServices\":true,\"canRestart\":true,\"admin\":true,\"canShutdown\":true,\"canAccessQuickStats\":true,\"canAccessSettings\":true,\"canAccessSystemServices\":true,\"canAccessUserMgmt\":true,\"canBrowseFolders\":true}},\"fdpro\":{\"isAvailable\":true,\"configuration\":{\"productName\":\"FireDaemon Pro\",\"productShortName\":\"FireDaemon\"},\"globalSettings\":{\"displayNamePrefix\":\"FireDaemon Service:\"}},\"landing\":\"/stats/quickstats\"}"}],"_postman_id":"5f7b935c-bafb-4f8d-aa8a-1dc4115d0f75"},{"name":"Create a new FireDaemon Service (GUI Program)","id":"6f40ec7d-36a1-4c5e-b4b7-66dcce7d64a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest","description":"<p>Makes Fusion return 204 upon success.\nIf unspecified Fusion returns 302 to <code>/fd/list</code></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"svcname","value":"winver","type":"text"},{"key":"displayname","value":"winver","type":"text"},{"key":"customprefixstring","value":"FireDaemon Service:","type":"text"},{"key":"description","value":"","type":"text"},{"key":"startuptype","value":"0","type":"text"},{"key":"pathtoexe","value":"c:\\windows\\system32\\winver.exe","type":"text"},{"key":"workdir","value":"c:\\windows\\system32","type":"text"},{"key":"parameters","value":"","type":"text"},{"key":"programtype","value":"1","type":"text"},{"key":"logoninteractwithdesktop","value":"on","type":"text"},{"key":"settingsshowwindow","value":"0","type":"text"},{"key":"sidtype","value":"1","type":"text"},{"key":"advancedjobtype","value":"0","type":"text"},{"key":"settingsloadordergroup","value":"","type":"text"},{"key":"logonusecustomaccount","value":"0","type":"text"},{"key":"logonaccount","value":"","type":"text"},{"key":"logonpassword","value":"","type":"text"},{"key":"logonconfirmpassword","value":"","type":"text"},{"key":"hfLogonpasswordChanged","value":"false","type":"text"},{"key":"advancedpriority","value":"0","type":"text"},{"key":"processorgroup","value":"unspecified","type":"text"},{"key":"numanodes","value":"","type":"text"},{"key":"advancedcpubindings","value":"0","type":"text"},{"key":"statsmonitoringfreq","value":"5000","type":"text"},{"key":"settingsuponprogramexit","value":"7","type":"text"},{"key":"settingsflapdetection","value":"3","type":"text"},{"key":"settingsflapdetectionretries","value":"10","type":"text"},{"key":"settingsfaildetection","value":"0","type":"text"},{"key":"settingsfaildetectionretries","value":"1","type":"text"},{"key":"settingshangdetection","value":"1","type":"text"},{"key":"settingshangdetectionperiod","value":"3","type":"text"},{"key":"settingsgracefulshutdown","value":"2","type":"text"},{"key":"settingsmaxshutdowndelay","value":"5000","type":"text"},{"key":"settingsstartuptime","value":"0","type":"text"},{"key":"ctrlc","value":"0","type":"text"},{"key":"preshutdowndelay","value":"180000","type":"text"},{"key":"preshutdownvalues","value":"wuauserv/gpsvc/trustedinstaller","type":"text"},{"key":"advancedenabledebugging","value":"0","type":"text"},{"key":"advanceddebuglogfile","value":"","type":"text"},{"key":"advancedcapturestdoutfile","value":"","type":"text"},{"key":"advancedcapturestderrfile","value":"","type":"text"},{"key":"dependenciesservices","value":"","type":"text"},{"key":"dependenciesgroups","value":"","type":"text"},{"key":"dialogslogfile","value":"","type":"text"},{"key":"dialogscheckfrequency","value":"5000","type":"text"},{"key":"recoveryfirstfailure","value":"0","type":"text"},{"key":"recoverysecondfailure","value":"0","type":"text"},{"key":"recoverysubsequent","value":"0","type":"text"},{"key":"recoveryresetfailcountafter","value":"0","type":"text"},{"key":"recoveryrestartservicedelay","value":"0","type":"text"},{"key":"recoveryprogram","value":"","type":"text"},{"key":"recoverycommandlineparams","value":"","type":"text"},{"key":"recoveryrestartcomputerdelay","value":"0","type":"text"},{"key":"recoveryrebootmsg","value":"","type":"text"}]},"url":"https://localhost:20604/fd/new","description":"<p>Creates a new FireDaemon service via the legacy API <code>/fd/new</code>.</p>\n<p>Returns the following:</p>\n<ul>\n<li>204: success</li>\n<li>400: bad request or installing service failed</li>\n<li>403: user missing rights</li>\n</ul>\n","urlObject":{"protocol":"https","port":"20604","path":["fd","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f40ec7d-36a1-4c5e-b4b7-66dcce7d64a3"},{"name":"Create a new FireDaemon Service (Console Program)","id":"67a63afa-6b32-49a5-b6e7-df49e8f3d43f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"X-Requested-With","value":"XMLHttpRequest","description":"<p>Makes Fusion return 204 upon success.\nIf unspecified Fusion returns 302 to <code>/fd/list</code></p>\n","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"svcname","value":"ping","type":"text"},{"key":"displayname","value":"ping","type":"text"},{"key":"customprefixstring","value":"FireDaemon Service:","type":"text"},{"key":"description","value":"","type":"text"},{"key":"startuptype","value":"0","type":"text"},{"key":"pathtoexe","value":"C:\\Windows\\System32\\PING.EXE","type":"text"},{"key":"workdir","value":"C:\\Windows\\System32","type":"text"},{"key":"parameters","value":"-t localhost","type":"text"},{"key":"programtype","value":"1","type":"text"},{"key":"logoninteractwithdesktop","value":"on","type":"text"},{"key":"settingsshowwindow","value":"0","type":"text"},{"key":"sidtype","value":"0","type":"text"},{"key":"advancedjobtype","value":"0","type":"text"},{"key":"settingsloadordergroup","value":"","type":"text"},{"key":"logonusecustomaccount","value":"0","type":"text"},{"key":"logonaccount","value":"","type":"text"},{"key":"logonpassword","value":"","type":"text"},{"key":"logonconfirmpassword","value":"","type":"text"},{"key":"hfLogonpasswordChanged","value":"false","type":"text"},{"key":"advancedpriority","value":"0","type":"text"},{"key":"processorgroup","value":"unspecified","type":"text"},{"key":"numanodes","value":"","type":"text"},{"key":"advancedcpubindings","value":"0","type":"text"},{"key":"statsmonitoringfreq","value":"5000","type":"text"},{"key":"settingsuponprogramexit","value":"7","type":"text"},{"key":"settingsflapdetection","value":"3","type":"text"},{"key":"settingsflapdetectionretries","value":"10","type":"text"},{"key":"settingsfaildetection","value":"0","type":"text"},{"key":"settingsfaildetectionretries","value":"1","type":"text"},{"key":"settingshangdetection","value":"0","type":"text"},{"key":"settingshangdetectionperiod","value":"3","type":"text"},{"key":"settingsgracefulshutdown","value":"2","type":"text"},{"key":"settingsmaxshutdowndelay","value":"5000","type":"text"},{"key":"settingsstartuptime","value":"0","type":"text"},{"key":"consoleapplication","value":"on","type":"text","description":"<p>Must not be empty</p>\n"},{"key":"ctrlc","value":"1","type":"text"},{"key":"preshutdowndelay","value":"180000","type":"text"},{"key":"preshutdownvalues","value":"DeviceInstall/UsoSvc/gpsvc/trustedinstaller","type":"text"},{"key":"advancedenableeventlogging","value":"on","type":"text"},{"key":"advancedenabledebugging","value":"0","type":"text"},{"key":"advancedappendlogs","value":"on","type":"text"},{"key":"advanceddebuglogfile","value":"","type":"text"},{"key":"advancedcapturestdoutfile","value":"","type":"text"},{"key":"advancedcapturestderrfile","value":"","type":"text"},{"key":"dependenciesservices","value":"","type":"text"},{"key":"dependenciesgroups","value":"","type":"text"},{"key":"dialogslogfile","value":"","type":"text"},{"key":"dialogscheckfrequency","value":"5000","type":"text"},{"key":"recoveryfirstfailure","value":"0","type":"text"},{"key":"recoverysecondfailure","value":"0","type":"text"},{"key":"recoverysubsequent","value":"0","type":"text"},{"key":"recoveryresetfailcountafter","value":"0","type":"text"},{"key":"recoveryrestartservicedelay","value":"0","type":"text"},{"key":"recoveryprogram","value":"","type":"text"},{"key":"recoverycommandlineparams","value":"","type":"text"},{"key":"recoveryrestartcomputerdelay","value":"0","type":"text"},{"key":"recoveryrebootmsg","value":"","type":"text"},{"key":"environment_variable[]","value":"TEMP","type":"text"},{"key":"environment_value[]","value":"C:\\Temp","type":"text"},{"key":"environment_variable[]","value":"TMP","type":"text"},{"key":"environment_value[]","value":"C:\\Temp","type":"text"}]},"url":"https://localhost:20604/fd/new","description":"<p>Creates a new FireDaemon service via the legacy API <code>/fd/new</code>.</p>\n<p>Returns the following:</p>\n<ul>\n<li>204: success</li>\n<li>400: (bad request) creating service failed</li>\n<li>403: user missing rights</li>\n</ul>\n","urlObject":{"protocol":"https","port":"20604","path":["fd","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"67a63afa-6b32-49a5-b6e7-df49e8f3d43f"},{"name":"Delete a FireDaemon Service","id":"41ab052c-0dd7-4bdc-a15d-7e3b3ee968c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://localhost:20604/api/v1/services/winver","urlObject":{"protocol":"https","port":"20604","path":["api","v1","services","winver"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"41ab052c-0dd7-4bdc-a15d-7e3b3ee968c8"},{"name":"Fetch FireDaemon Services","id":"8e50e3e4-3404-4e2a-9b18-871f1adec935","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:20604/api/v2/services.datatables?fd-only","description":"<p>Fetch FireDaemon services.</p>\n<p>Returns <code>json</code> suitable for the datatables plugin.</p>\n<p>The term 'legacy' suggests that it will change in a future release, the reason for this being that the currently returned information is tied to what Fusion itself displays to the user.</p>\n","urlObject":{"protocol":"https","port":"20604","path":["api","v2","services.datatables"],"host":["localhost"],"query":[{"key":"fd-only","value":null}],"variable":[]}},"response":[],"_postman_id":"8e50e3e4-3404-4e2a-9b18-871f1adec935"},{"name":"Fetch Windows Services","id":"3cca515f-a784-4fba-b8be-31ea78d0fee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://localhost:20604/api/v2/services.datatables?system-only","description":"<p>Fetch system services.</p>\n<p>Returns <code>json</code> suitable for the datatables plugin.</p>\n<p>The term 'legacy' suggests that it will change in a future release, the reason for this being that the currently returned information is tied to what Fusion itself displays to the user.</p>\n","urlObject":{"protocol":"https","port":"20604","path":["api","v2","services.datatables"],"host":["localhost"],"query":[{"key":"system-only","value":null}],"variable":[]}},"response":[],"_postman_id":"3cca515f-a784-4fba-b8be-31ea78d0fee0"},{"name":"Fetch service \"UI0Detect\"","id":"9ae2b5d2-9b7e-407f-adbe-e880f865bc88","request":{"method":"GET","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://localhost:20604/api/v1/services/UI0Detect","description":"<p>Fetch information about a service.</p>\n<p>Returns <code>xml</code>.</p>\n<p>Note that there's no API yet to save the xml back to the server, only the legacy API <code>/inbuilt/descr</code>.</p>\n","urlObject":{"protocol":"https","port":"20604","path":["api","v1","services","UI0Detect"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ae2b5d2-9b7e-407f-adbe-e880f865bc88"},{"name":"Fetch status of service \"UI0Detect\"","id":"6f268763-e854-47f3-829f-a498e898c7c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://localhost:20604/api/v2/services/UI0Detect/state","description":"<p>Return the status and runtime information of a service.</p>\n<p>Returns <code>json</code>.</p>\n","urlObject":{"protocol":"https","port":"20604","path":["api","v2","services","UI0Detect","state"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6f268763-e854-47f3-829f-a498e898c7c8"},{"name":"Restart service \"UI0Detect\"","id":"40d05af7-a04b-419d-bafa-3cbfdea00d81","request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"svcname","value":"UI0Detect","type":"text"},{"key":"action","value":"restart","type":"text"}]},"url":"https://localhost:20604/api/v1/services.control","description":"<p>Control a service via POST request. Two parameters are required.</p>\n<ul>\n<li><code>svcname</code> - The shortname of the service. Separate multiple services by <code>/</code>.</li>\n<li><code>action</code> - The action to take on the service(s) specified in <code>svcname</code>. These actions are supported: <code>start</code>,<code>stop</code>,<code>restart</code>,<code>resume</code>,<code>pause</code></li>\n</ul>\n<p>Returns the following:</p>\n<ul>\n<li>204: success</li>\n<li>403: user missing rights for some services</li>\n<li>500: some services failed</li>\n</ul>\n","urlObject":{"protocol":"https","port":"20604","path":["api","v1","services.control"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"40d05af7-a04b-419d-bafa-3cbfdea00d81"},{"name":"Logout","id":"8d507cdf-0ea8-430c-a557-f98b47eda6ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://localhost:20604/auth/logout","description":"<p>Logout of Fusion.</p>\n<p>Resets several cookies for various service points except /sstatic:\n/auth, /mgmt, /api, /admin, /stats, /fd, /inbuilt</p>\n","urlObject":{"protocol":"https","port":"20604","path":["auth","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"8d507cdf-0ea8-430c-a557-f98b47eda6ec"}]}