Gets information about a Deployment resource
Gets information about a Deployment resource.
apigateway_get_deployment(restApiId, deploymentId, embed)
restApiId |
[required] [Required] The string identifier of the associated RestApi. |
deploymentId |
[required] [Required] The identifier of the Deployment resource to get information about. |
embed |
A query parameter to retrieve the specified embedded resources of the
returned Deployment resource in the response. In a REST API call, this
|
A list with the following syntax:
list( id = "string", description = "string", createdDate = as.POSIXct( "2015-01-01" ), apiSummary = list( list( list( authorizationType = "string", apiKeyRequired = TRUE|FALSE ) ) ) )
svc$get_deployment( restApiId = "string", deploymentId = "string", embed = list( "string" ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.