Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/apigateway/get-deployment.rst
1567 views
**To get information about a deployment**

Command::

  aws apigateway get-deployment --rest-api-id 1234123412 --deployment-id ztt4m2

Output::

  {
      "description": "myDeployment",
      "id": "ztt4m2",
      "createdDate": 1455218022
  }