{"type":"api","title":"Fetch All Catalog Stock Scripts","meta":{"id":"/apps/pubhub/media/orbital-api/eae5ef1abc124f2d904b17b1697b2df180e92067/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":"Fetch All Catalog Stock Scripts","operationId":"idOfCatalogStockScriptsFetch","responses":{"200":{"content":{"application/json":{"schema":{"properties":{"data":{"items":{"description":"Scripts allows us to marshal a []Script to PostgresQL","properties":{"ID":{"description":"catalog ID","example":"123","type":"string"},"config":{"$ref":"#/components/schemas/ScriptConfig"},"created":{"description":"catalog script creation timestamp","example":"2023-08-23T18:10:44.732Z","format":"date-time","type":"string"},"creator":{"description":"catalog script creator","example":"user123","type":"string"},"disabled":{"description":"Is the script disabled","example":false,"type":"boolean"},"organization":{"description":"organization","example":"11111111-1111-1111-1111-111111111111","type":"string"},"title":{"description":"catalog script title","example":"script to terminate procs","type":"string"},"updated":{"description":"catalog script updation timestamp","example":"2023-08-23T18:10:44.732Z","format":"date-time","type":"string"}},"type":"object","$$ref":"#/components/schemas/Script"},"type":"array"},"errors":{"items":{"type":"string"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/CatalogScriptsResponse"}}},"description":"catalog scripts.","$$ref":"#/components/responses/CatalogScriptsResponse"},"400":{"content":{"application/json":{"schema":{"properties":{"errors":{"items":{"type":"string"},"type":"array"}},"type":"object","$$ref":"#/components/schemas/ErrorMsg"}}},"description":"Script Error Response","$$ref":"#/components/responses/ErrorMsg"}},"security":[{"AuthorizationHeader":[]}],"summary":"Fetch All Catalog Stock Scripts","tags":["Scripts"],"__originalOperationId":"idOfCatalogStockScriptsFetch","method":"get","path":"/catalogs/cisco/scripts"}}