{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/ff5f351a-04ea-312e-8389-cac0236df6bd","info":{"title":"Cisco Secure Access 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":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/policies/application-lists-overview.md","uri":"secure-access-api-reference-application-lists-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"policies/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"policies.applicationlists:write":"Write policies application lists","policies.applicationlists:read":"Read policies application lists"}}}}}},"spec":{"type":"array","description":"The list of application usage information.\nThe application usage information describes the relationships between the application and its application lists and access rules.","items":{"type":"object","description":"The information about the application usage.","properties":{"applicationId":{"type":"integer","description":"The ID of the application.","example":2453454,"$$ref":"#/components/schemas/applicationId"},"usedBy":{"type":"object","description":"The properties of the application lists that include the applications.","properties":{"applicationLists":{"type":"array","description":"The list of application list information.","items":{"type":"object","description":"The properties of the application List.","properties":{"applicationListId":{"type":"integer","description":"The ID of the application list.","example":1235,"$$ref":"#/components/schemas/applicationListId"},"usedByRules":{"type":"array","description":"The list of rule IDs that include the applications.","items":{"type":"integer","description":"The ID of the rule.","example":13455},"example":[13434,55666]},"applicationListName":{"type":"string","description":"The descriptive label for the application list.","example":"Application lists on branch_1.","$$ref":"#/components/schemas/applicationListName"},"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"},"isRuleAssociated":{"type":"boolean","description":"Specifies whether the application list is associated with an access rule.","example":false}},"example":{"applicationListId":134,"usedByRules":[13456,45455],"applicationListName":"The name of the application list.","applicationIds":[40,43],"isRuleAssociated":true}},"example":[{"applicationListId":134,"usedByRules":[13456,45455],"applicationListName":"The name of the application list.","applicationIds":[40,43],"isRuleAssociated":true}]}},"example":{"applicationLists":[{"applicationListId":134,"usedByRules":[13456,45455],"applicationListName":"The name of the application list.","applicationIds":[40,43],"isRuleAssociated":true}]}}},"example":{"applicationId":40,"usedBy":{"applicationLists":[{"applicationListId":134,"usedByRules":[13456,45455],"applicationListName":"The name of the application list.","applicationIds":[40,43],"isRuleAssociated":true}]}}},"example":[{"applicationId":40,"usedBy":{"applicationLists":[{"applicationListId":15316,"applicationListName":"All Application Selection 3k","applicationIds":[40,43],"isRuleAssociated":true,"usedByRules":[]},{"applicationListId":14803,"applicationListName":"New Application List - 123","applicationIds":[40,43],"isRuleAssociated":true,"usedByRules":[]}]}},{"applicationId":43,"usedBy":{"applicationLists":[{"applicationListId":15316,"applicationListName":"All Application Selection 3k","applicationIds":[40,43],"isRuleAssociated":false,"usedByRules":[]},{"applicationListId":14803,"applicationListName":"New Application List - 123","applicationIds":[40,43],"isRuleAssociated":false,"usedByRules":[]}]}}],"$$ref":"#/components/schemas/ApplicationUsageResponse","title":"ApplicationUsageResponse"}}