{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/285f00e0-2a84-3aa5-a063-4c30a2b82db0","info":{"title":"Cisco Secure Access Resource Connector Groups and Resource Connectors API","description":"Manage the Resource Connector Groups and Resource Connectors in the organization.\n","version":"1.0.0","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"Connector Groups","description":"Manage the Resource Connector Groups."},{"name":"Connectors","description":"Manage the Resource Connectors."},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/deployments/connector-groups-overview.md","uri":"secure-access-api-reference-connector-groups-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.resourceconnectors:read":"Read the Resource Connector Group or Connector resources","deployments.resourceconnectors:write":"Write the Resource Connector Group or Connector resources"}}}}}},"spec":{"type":"object","description":"The counts of the state information for the Resouce Connector Groups.","properties":{"connected":{"type":"integer","description":"The number of Resource Connector Groups in the organization that are in the connected state.","example":3},"disabled":{"type":"integer","description":"The number of Resource Connector Groups in the organization that are in the disabled state.","example":4},"disconnected":{"type":"integer","description":"The number of the Resource Connector Groups in the organization that are in the disconnected state.","example":3},"hasDisconnectedConnector":{"type":"integer","description":"The number of Resource Connector Groups in the organization that have at least one disconnected Connector.","example":2},"noAssignedResources":{"type":"integer","description":"The number of Resource Connector Groups in the organization without any assigned private resources.","example":0},"total":{"type":"integer","description":"The total number of Resource Connector Groups in the organization.","example":14},"waiting":{"type":"integer","description":"The number of Resource Connector Groups in the organziation that are in the waiting state.","example":14}},"example":{"connected":3,"disabled":4,"disconnected":3,"hasDisconnectedConnector":2,"noAssignedResources":0,"total":14,"waiting":2},"$$ref":"#/components/schemas/connectorGroupCountsResponse","title":"connectorGroupCountsResponse"}}