proton_get_deployment {paws.compute} | R Documentation |
Get detailed data for a deployment
Description
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. |
serviceName |
The name of the service associated with the given deployment ID. |
[Package paws.compute version 0.7.0 Index]