{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/66220736-896b-3388-b606-4c1c459ca639","info":{"title":"Cisco Umbrella Network Devices API","version":"2.0.0","description":"Manage the network devices in your organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Network Devices","description":"Umbrella Network Device Management"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/deployments/network-devices-overview.md","uri":"umbrella-api-reference-network-devices-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrella.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrella.com/auth/v2/token","scopes":{"deployments.networkdevices:write":"Write deployments network devices","deployments.networkdevices:read":"Read deployments network devices"}}}}}},"spec":{"type":"object","description":"The policy that is associated with a network device.","minProperties":6,"required":["policyId","name","priority","isAppliedDirectly","isDefault","createdAt"],"properties":{"policyId":{"type":"integer","maxLength":64,"description":"The unique ID for the policy.","minimum":0},"name":{"type":"string","description":"The name of the policy.","example":"ApiDemoPolicy"},"priority":{"type":"integer","maxLength":64,"description":"The priority of the policy.","minimum":0},"isAppliedDirectly":{"type":"boolean","example":true,"description":"Specify whether the policy is directly applied to this network device."},"isDefault":{"type":"boolean","example":true,"description":"Specify whether the policy is the default policy."},"createdAt":{"type":"string","format":"date-time","example":"2021-10-02T20:00:00Z","description":"The time when the policy was created. Specify an ISO 8601-formatted timestamp."}},"$$ref":"#/components/schemas/OriginPolicyAssociation","title":"OriginPolicyAssociation"}}