Overview

CLI command
describe-deployment-policy
DescriptionRetrieve the details of a deployment policy.
Command format
describe-deployment-policy <DEPLOYMENT_POLICY_ID>

Parameter definitions

Short optionLong optionDescriptionRequiredExample value
N/AN/AUnique ID of the deployment policyYes

deployment-policy-1

Example

Use case: Retrieve the definition details of the deployment policy with the ID: deployment-policy-1.

describe-deployment-policy deployment-policy-1

Sample output

Deploymentpolicy: deployment-policy-1
{
  "id": "deployment-policy-1",
  "networkPartition": [
    {
      "id": "network-partition-1",
      "partitionAlgo": "one-after-another",
      "partitions": [
        {
          "id": "partition-1",
          "max": 20
        }
      ]
    }
  ]
}

For information on the property definitions, see the Deployment Policy Resource Definition.

  • No labels