ConfigureAndDeployServerResponse

Response message for ApiHub.ConfigureAndDeployServer.

JSON representation
{

  // Union field server_details can be only one of the following:
  "mcpServerDetails": {
    object (McpServerDetails)
  }
  // End of list of possible types for union field server_details.
}
Fields
Union field server_details. The result of the server configuration and deployment. server_details can be only one of the following:
mcpServerDetails

object (McpServerDetails)

MCP server result.

McpServerDetails

Result of the ApiHub.ConfigureAndDeployServer method for MCP servers.

JSON representation
{

  // Union field details can be only one of the following:
  "apigeeXDetails": {
    object (ApigeeXTargetDetails)
  }
  // End of list of possible types for union field details.
}
Fields
Union field details. Runtime-deployment details. details can be only one of the following:
apigeeXDetails

object (ApigeeXTargetDetails)

Details of the Apigee X deployment.