{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/9ead083ce611c254ac9201d1e76003bd3d4b4b6b/66220736-896b-3388-b606-4c1c459ca639","info":{"title":"Cisco Umbrella for Government Network Devices","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.umbrellagov.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrellagov.com/auth/v2/token","scopes":{"deployments.networkdevices:write":"Write deployments network devices","deployments.networkdevices:read":"Read deployments network devices"}}}}}},"spec":{"type":"object","minProperties":4,"required":["model","macAddress","name","serialNumber"],"properties":{"model":{"type":"string","example":"ModelName","maxLength":128,"pattern":"[0-9A-Za-z_.-]{1,128}","description":"The model name of the device. Must be unique to your organization."},"macAddress":{"type":"string","example":"0123456789ab","maxLength":12,"minLength":12,"pattern":"[0-9A-Fa-f]{12}","description":"The MAC address of the device. The unique MAC address may include\nup to 12 characters and must not contain hyphens or colons."},"name":{"type":"string","example":"label1","maxLength":50,"minLength":1,"description":"The name of the device. The name is a sequence of characters with a length from 1 through 50.\nThe name must be unique in your organization.","$$ref":"#/components/schemas/Name"},"serialNumber":{"type":"string","example":"12345a","maxLength":255,"description":"The serial number of the device."},"tag":{"type":"string","description":"A text tag that describes the device or this origin, which is assigned to the device. Provide a tag that is unique to your organization.","maxLength":50}},"$$ref":"#/components/schemas/NetworkDeviceCreate","title":"NetworkDeviceCreate"}}