{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-gov/cdd8786b84e1e4d80528d0eeb25987c136a18549/d18eea70-593b-3577-bbe6-8d05a788de7b","info":{"title":"Cisco Umbrella for Government Networks API","version":"2.0.0","description":"Manage the networks in your organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Networks"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/deployments/networks-overview.md"}},"openapi":"3.0.1","servers":[{"url":"https://api.umbrellagov.com/{basePath}","variables":{"basePath":{"default":"deployments/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.umbrellagov.com/auth/v2/token","scopes":{"deployments.networks:write":"Write deployments networks","deployments.networks:read":"Read deployments networks"}}}}}},"spec":{"type":"object","properties":{"originId":{"type":"integer","description":"The origin ID."},"name":{"type":"string","description":"The name of the network."},"ipAddress":{"type":"string","description":"The IP address of the network."},"prefixLength":{"type":"integer","description":"The length of the prefix. Set a prefix length that is greater than 28 and less than 33.","minimum":29,"maximum":32,"example":30,"$$ref":"#/components/schemas/prefixLength"},"isDynamic":{"type":"boolean","description":"Specifies whether the network has a dynamic IP."},"isVerified":{"type":"boolean","description":"Specifies whether the network is verified."},"status":{"type":"string","description":"The status of the network.","pattern":"^(OPEN|CLOSED)$"},"createdAt":{"type":"string","description":"The date and time (timestamp) when the network was created.","format":"date-time","example":"2018-06-13T16:07:07.222Z"}},"required":["originId","name","ipAddress","prefixLength","isDynamic","isVerified","status","createdAt"],"example":{"originId":1234,"name":"name of the network","ipAddress":"The network IP address","prefixLength":32,"isDynamic":true,"isVerified":true,"status":"OPEN","createdAt":"2020-03-09T22:18:26.625Z"},"$$ref":"#/components/schemas/NetworkObject","title":"NetworkObject"}}