{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/a7bd8f51-2771-3681-9b16-1dc760bb94cc","info":{"title":"Cisco Secure Access Destination Lists API","version":"2.0.1","description":"Create and manage destination lists and destinations.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Destination Lists","description":"Destination Lists"},{"name":"Destinations","description":"Destinations"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/destination-lists-overview.md","uri":"secure-access-api-reference-destination-lists-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.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 the server returns 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.\nA domain name must contain no more than 253 characters.","$$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"}}