Full name: projects.locations.instances.legacySoarSettings.legacyGetEnvironmentStatistics
legacySoarSettings.legacyGetEnvironmentStatistics returns the environment statistics.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance to get the environment statistics for. Format: projects/{project}/locations/{location}/instances/{instance} |
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "name": string } |
Fields | |
---|---|
name |
Required. The resource name of the environment statistics. |
Response body
Response message for LegacySoarSettingService.LegacyGetEnvironmentStatistics.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{ "numOfPlaybooks": integer, "numOfIntegrations": integer, "numOfConnectors": integer, "numOfReportSchedules": integer, "numOfAgents": integer } |
Fields | |
---|---|
numOfPlaybooks |
Output only. The number of playbooks. |
numOfIntegrations |
Output only. The number of integrations. |
numOfConnectors |
Output only. The number of connectors. |
numOfReportSchedules |
Output only. The number of report schedules. |
numOfAgents |
Output only. The number of agents. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.