paws.networking (version 0.1.6)

apigateway_get_stages: Gets information about one or more Stage resources

Description

Gets information about one or more Stage resources.

Usage

apigateway_get_stages(restApiId, deploymentId)

Arguments

restApiId

[required] [Required] The string identifier of the associated RestApi.

deploymentId

The stages\' deployment identifiers.

Request syntax

svc$get_stages(
  restApiId = "string",
  deploymentId = "string"
)