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