Method: legacyPublisher.legacyGetLatestIntegrationVersion

Full name: projects.locations.instances.legacyPublisher.legacyGetLatestIntegrationVersion

Legacy endpoint for getting the latest version of an integration.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance of the legacy publisher. Format: projects/{project}/locations/{location}/instances/{instance}/legacyPublisher

Query parameters

Parameters
integration_identifier

string

Required. The integration identifier to get the latest version for.

agent_identifier

string

Required. The agent identifier asking for the latest integration version.

Request body

The request body must be empty.

Response body

Response message for legacyPublisher.legacyGetLatestIntegrationVersion.

If successful, the response body contains data with the following structure:

JSON representation
{
  "integration_version": string,
  "version": number
}
Fields
integration_version

string

Output only. The integration version.

version

number

Output only. The version of the integration.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.