{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/adda0ca7-cb65-3ed0-9803-720c73ec2015","info":{"title":"Cisco Secure Access Network Devices API","version":"1.0.0","description":"Manage the network devices in the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Network Devices","description":"Secure Access Network Device Management"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/network-devices-overview.md","uri":"secure-access-api-reference-network-devices-overview"}},"openapi":"3.0.1","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"client credential flow","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"deployments.networkdevices:write":"Write deployments network devices","deployments.networkdevices:read":"Read deployments network devices"}}}}}},"spec":{"type":"object","description":"The properties used to create the Network Device.","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"}}