View source: R/proton_operations.R
proton_get_deployment | R Documentation |
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
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.