Method: legacySoarSettings.legacyGetEnvironmentStatistics

Full name: projects.locations.instances.legacySoarSettings.legacyGetEnvironmentStatistics

legacySoarSettings.legacyGetEnvironmentStatistics returns the environment statistics.

HTTP request


Path parameters

Parameters
instance

string

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

string

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

integer

Output only. The number of playbooks.

numOfIntegrations

integer

Output only. The number of integrations.

numOfConnectors

integer

Output only. The number of connectors.

numOfReportSchedules

integer

Output only. The number of report schedules.

numOfAgents

integer

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.