{"type":"model","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":{"properties":{"disabled":{"example":false,"type":"boolean"},"done_count":{"example":5,"format":"int64","type":"integer"},"id":{"example":"123","type":"string"},"is_active":{"example":true,"type":"boolean"},"name":{"example":"example script","type":"string"},"organization":{"example":"11111111-1111-1111-1111-111111111111","type":"string"},"script_info":{"properties":{"args":{"description":"the arguments that can be passed to the script","items":{"properties":{"argtype":{"example":"ORBITAL_BASIC_STRING","type":"string"},"description":{"example":"name of person","type":"string"},"name":{"example":"name","type":"string"},"value":{"example":"bob","type":"string"}},"type":"object","$$ref":"#/components/schemas/ScriptArg"},"type":"array"},"content":{"example":"cHJpbnQoImhlbGxvIHdvcmxkIik=","type":"string"},"stock":{"example":"stock_id","type":"string"}},"type":"object","$$ref":"#/components/schemas/ScriptInfo"},"submitted":{"description":"the time the result was submitted to orbital","format":"date-time","type":"string"}},"type":"object","$$ref":"#/components/schemas/ScriptJobInfo","title":"ScriptJobInfo"}}