{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/d2a1854d5c0ed9069a7f0bc54a9b813f3075ddc9/4ec87793-f354-3596-8634-a508e3e40ea1","info":{"title":"Cisco Secure Access Sites API","version":"2.0.0","description":"Create and manage Sites in the organization.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Sites"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/sites-overview.md","uri":"secure-access-api-reference-sites-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.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. The name is a sequence of 1–255 characters.","minLength":1,"maxLength":255,"example":"site-one","$$ref":"#/components/schemas/name"},"siteId":{"type":"integer","description":"The ID of the Site.","example":1356},"isDefault":{"type":"boolean","description":"Specifies whether the Site is the default Site.","example":true},"type":{"type":"string","description":"The type of the Site."},"internalNetworkCount":{"type":"integer","description":"The number of internal networks that are associated with the Site.","example":20},"vaCount":{"type":"integer","description":"The number of virtual appliances that are associated with 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"}}