- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacyPublisher.legacyGetLatestIntegrationVersion
Legacy endpoint for getting the latest version of an integration.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The instance of the legacy publisher. Format: projects/{project}/locations/{location}/instances/{instance}/legacyPublisher |
Query parameters
Parameters | |
---|---|
integration_identifier |
Required. The integration identifier to get the latest version for. |
agent_identifier |
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 |
Output only. The integration version. |
version |
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.