Full name: projects.locations.instances.legacySoarSettings.legacyUploadCustomActionResultJson
legacySoarSettings.legacyUploadCustomActionResultJson uploads the custom action result json.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 |
Required. The result json example. |
customActionId |
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 |
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.