{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/c79087e9-62b7-36ed-b8c1-ee9663ce1992","info":{"title":"Cisco Umbrella Sites API","version":"2.0.0","description":"Create and manage the Sites in the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Sites"},{"name":"Umbrella"}],"x-parser-conf":{"overview":{"markdownPath":"reference/deployments/sites-overview.md","uri":"umbrella-api-reference-sites-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.sites:write":"Write deployments sites","deployments.sites:read":"Read deployments sites"}}}}}},"spec":{"type":"object","properties":{"originId":{"type":"integer","description":"The origin ID of the site.","example":13456},"name":{"type":"string","description":"The name of the site.","example":"local network one"},"siteId":{"type":"integer","description":"The ID of the site.","example":1356},"isDefault":{"type":"boolean","description":"Specifies whether the site is the default.","example":true},"type":{"type":"string","description":"The type of the site."},"internalNetworkCount":{"type":"integer","description":"The number of internal networks that are attached to the site.","example":20},"vaCount":{"type":"integer","description":"The number of virtual appliances that are attached to the site.","example":25},"createdAt":{"type":"string","format":"date-time","description":"The date and time (ISO 8601 timestamp) when the site was created.\n","example":"2018-06-13T16:07:07.222Z"},"modifiedAt":{"type":"string","format":"date-time","description":"The date and time (ISO 8601 timestamp) when the site was modified.","example":"2018-06-13T16:07:07.222Z"}},"required":["originId","name","siteId","isDefault","modifiedAt","createdAt"],"example":{"originId":1234,"name":"Name of the site","siteId":14,"isDefault":false,"modifiedAt":"2020-03-09T22:18:26.625Z","createdAt":"2020-03-09T22:18:26.625Z"},"$$ref":"#/components/schemas/SiteObject","title":"SiteObject"}}