Get detailed data for a deployment.
See https://www.paws-r-sdk.com/docs/proton_get_deployment/ for full documentation.
proton_get_deployment(
componentName = NULL,
environmentName = NULL,
id,
serviceInstanceName = NULL,
serviceName = NULL
)
The name of a component that you want to get the detailed data for.
The name of a environment that you want to get the detailed data for.
[required] The ID of the deployment that you want to get the detailed data for.
The name of the service instance associated with the given deployment
ID. serviceName
must be specified to identify the service instance.
The name of the service associated with the given deployment ID.