Method: legacySoarSettings.legacyUploadCustomActionResultJson

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

legacySoarSettings.legacyUploadCustomActionResultJson uploads the custom action result json.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to upload the custom action result json for. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "resultJsonExample": string,
  "customActionId": string
}
Fields
resultJsonExample

string

Required. The result json example.

customActionId

string (int64 format)

Required. The custom action id.

Response body

Response message for LegacySoarSettingService.LegacyUploadCustomActionResultJson.

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

JSON representation
{
  "payload": string
}
Fields
payload

string

Output only. The custom action result json.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.