Response message for ManageApplication. This response is used by an agent via an MCP tool to return the result of operations on application resources.
| JSON representation |
|---|
{ // Union field |
| Fields | |
|---|---|
Union field payload. The response payload, holding one of the possible results (application, preview_response, or deploy_response) of the operation performed on the application resource. This field is consumed by an agent via an MCP tool to inform the user about the result of the payload can be only one of the following: |
|
application |
Contains the application resource that was created or updated. This field is populated when the original request was for a get, create or update operation. |
generateIacResponse |
Contains the result of a generate iac operation. This response includes details about the generated IaC, such as its location. |
operationResponse |
Contains the result of an application operation. |