{"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":{"description":"ResultsOptions can be set to filter results.\nResults will always be sorted by descending timestamp (latest first).\nNote that Limit can be less than a set value\n\nOptions in the db are stored as jsonb. The download type is used to\ndetermine if the row is a results download request...if so, the\noptions will be unmarshaled back into this type.","properties":{"after":{"format":"date-time","type":"string"},"before":{"description":"Before and After filter by result timestamp.\nBoth must either be nil or non-nil. In the\ncase where they are both not set, then\nthe implicit default will be Before == now...\nand by \"implicit\", the query will sort by descending\nresult reported time","format":"date-time","type":"string"},"limit":{"description":"Limit can be some number smaller than ResultsRowLimit\nbut no higher...0 implies no set limit\n(currently not overridden, wait and see if there is a need...)","format":"int64","type":"integer"},"queryid":{"description":"If QueryID is nonempty, only select results for it.\nNote! there is no error checking here...if you enter a\nQueryID that isn't in the db/s3, you get no results.","type":"string"},"withrows":{"description":"WithRows will, if set to true, only return results with\nrows. Since the default of false induces this option to\nbe ignored, there is no way to only ask for result with no\nrows for downloads.","type":"boolean"}},"title":"ResultsOptions","type":"object","$$ref":"#/components/schemas/ResultsOptions"}}