{"type":"api","title":"Check service status","meta":{"id":"/apps/pubhub/media/orbital-api/1c9ae58c5602552df6194a1545023fdb0c609c3b/6031b5a0-67fa-3480-bf75-857e24b55963","info":{"description":"Documentation of the Orbital API\n\nTo authenticate:\n\n\nFollow steps 1 through 3 from the SecureX Authorization section of this article to generate a SecureX Token.\nhttps://developer.cisco.com/docs/secure-endpoint/#!authentication\n\n\nclick \"Authorize\" button\nIn \"Value\" - enter token from above, prefixed with \"Bearer \" (no quotes)\nClick \"Authorize\", followed by \"Close\"\n\nNow the \"Try it out\" button can work","title":"Orbital API","version":"0.0.1"},"security":[{"AuthorizationHeader":[]}],"openapi":"3.0.3","servers":[{"description":"North America","url":"https://enterprise.orbital.amp.cisco.com/v0"},{"description":"Asia, Pacific, Japan, and China","url":"https://apjc.orbital.amp.cisco.com/v0"},{"description":"Europe","url":"https://eu.orbital.amp.cisco.com/v0"}],"securitySchemes":{"AuthorizationHeader":{"description":"Ex: Bearer \\\u003ctoken\\\u003e","in":"header","name":"authorization","type":"apiKey"}}},"spec":{"description":"Check service status","operationId":"idOfOk","responses":{"200":{"content":{"application/json":{"schema":{"properties":{"login":{"properties":{"accessLevel":{"description":"Access level based on org and scopes.","type":"string"},"admin":{"description":"Is the admin scope present.","type":"boolean"},"application":{"description":"mTLS application name","type":"string"},"email":{"description":"User email.","type":"string"},"idp":{"description":"the IDP used to acquire the JWT","type":"string"},"jwt":{"description":"JWT header string.","type":"string"},"organization":{"description":"Organization ID.","type":"string"},"organizationName":{"description":"Organization Name.","type":"string"},"user":{"description":"User ID","type":"string"},"userName":{"description":"User name.","type":"string"},"xdr":{"description":"is the XDR scope present","type":"boolean"}},"type":"object","$$ref":"#/components/schemas/LoginInfo"},"message":{"description":"response message","type":"string"}},"type":"object","$$ref":"#/components/schemas/OKResponse"}}},"description":"service status","$$ref":"#/components/responses/OkResponse"},"401":{"content":{"application/json":{"schema":{"properties":{"errors":{"example":["authentication required"],"items":{"type":"string"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ErrorMsg401MissingToken"}}},"description":"Script Error 401 Response","$$ref":"#/components/responses/ErrorMsg401"}},"security":[{"AuthorizationHeader":[]}],"summary":"Check service status","tags":["Misc"],"__originalOperationId":"idOfOk","method":"get","path":"/ok"}}