{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/297a6839-be3e-3bfc-9d4b-144fce0d7214","info":{"title":"Cisco Umbrella for Government Destination Lists API","version":"2.0.0","description":"Manage the destination lists in your organization and access to network destinations.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Destination Lists","description":"Destination Lists"},{"name":"Destinations","description":"Destinations"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/policies/destination-lists-overview.md","uri":"umbrella-api-reference-destination-lists-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrellagov.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrellagov.com/auth/v2/token","scopes":{"policies.destinationLists:write":"Write policies destination lists","policies.destinationLists:read":"Read policies destination lists","policies.destinations:write":"Write policies destinations","policies.destinations:read":"Read policies destinations"}}}}}},"spec":{"type":"object","description":"The status, metadata, and list of destinations for the destination list.","required":["status","meta","data"],"properties":{"status":{"type":"object","required":["code","text"],"description":"The status information for the response.","properties":{"code":{"type":"integer","description":"The HTTP status code of the response.","example":200},"text":{"type":"string","description":"The HTTP message that describes the response.","example":"OK"}},"example":{"code":200,"text":"OK"},"$$ref":"#/components/schemas/status"},"meta":{"type":"object","description":"The pagination information for the response.","properties":{"page":{"type":"integer","description":"The number of the page in the collection.","example":50},"limit":{"type":"integer","description":"The maximum number of items that are returned on the page.","example":10},"total":{"type":"integer","description":"The total number of items in the collection.","example":20}},"$$ref":"#/components/schemas/meta"},"data":{"type":"array","description":"The list of destinations in the destination list.","items":{"type":"object","required":["id","type","destination","createdAt"],"properties":{"id":{"type":"string","example":"1234567","description":"The unique ID of the destination.","$$ref":"#/components/schemas/idDestinationString"},"destination":{"type":"string","example":"cisco.com","description":"A domain, URL, or IP.","$$ref":"#/components/schemas/destination"},"type":{"type":"string","enum":["domain","url","ipv4"],"example":"domain","description":"The type of the destination.","$$ref":"#/components/schemas/type"},"comment":{"type":"string","description":"The comment about the destination.","example":"Add new destination list","$$ref":"#/components/schemas/comment"},"createdAt":{"type":"string","description":"The date and time when the destination list was created.","example":"2018-07-23 19:36:45"}},"example":{"id":"1234590","destination":"destination-two.com","type":"domain","comment":"A comment about test destination","createdAt":"2021-07-23 19:36:45"},"$$ref":"#/components/schemas/DestinationObjectWithStringId"}}},"$$ref":"#/components/schemas/PaginatedDestinationObjectResponse","title":"PaginatedDestinationObjectResponse"}}