{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/83e8a10367d157243cd1c3e478b807cb81262a3d/69654488-6516-3455-845c-3b249e357c97","info":{"title":"Cisco Umbrella Application Lists API","version":"1.0.1","description":"Create and manage the application lists and internet destinations in the application lists for the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Application Lists","description":"Manage the application lists and the internet destinations in the application lists."},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/policies/application-lists-overview-umb.md","uri":"umbrella-api-reference-application-lists-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrella.com/auth/v2/token","scopes":{"policies.applicationlists:write":"Write policies application lists","policies.applicationlists:read":"Read policies application lists"}}}}}},"spec":{"type":"object","description":"The properties of the application list.","required":["applicationListName","applicationIds","isDefault"],"properties":{"applicationListName":{"type":"string","description":"The descriptive label for the application list.","example":"Application lists on branch_1.","$$ref":"#/components/schemas/applicationListName"},"isDefault":{"type":"boolean","description":"Specifies whether the application list is the default application list.","example":false,"$$ref":"#/components/schemas/isDefault"},"applicationIds":{"type":"array","description":"The list of IDs for the applications.","items":{"type":"integer","description":"The ID of the application.","example":2453454,"$$ref":"#/components/schemas/applicationId"},"example":[1345,4666],"$$ref":"#/components/schemas/applicationIds"},"applicationCategoryIds":{"type":"array","description":"The list of IDs for the application categories.","items":{"type":"integer","description":"The ID of the application category.","example":1235},"example":[353546],"$$ref":"#/components/schemas/applicationCategoryIds"}},"example":{"applicationCategoryIds":[],"applicationIds":[],"applicationListName":"New Application List- empty","isDefault":false},"$$ref":"#/components/schemas/ApplicationListRequest","title":"ApplicationListRequest"}}