Create a DeploymentResourcePool.
Endpoint
posthttps://{endpoint}/v1/{parent}/deploymentResourcePools
Where {service-endpoint}
is one of the supported service endpoints.
Path parameters
parent
string
Required. The parent location resource where this DeploymentResourcePool will be created. Format: projects/{project}/locations/{location}
Request body
The request body contains data with the following structure:
Required. The DeploymentResourcePool to create.
deploymentResourcePoolId
string
Required. The id to use for the DeploymentResourcePool, which will become the final component of the DeploymentResourcePool's resource name.
The maximum length is 63 characters, and valid characters are /^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/
.
Response body
If successful, the response body contains a newly created instance of Operation
.