v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Gets a chain environment's details

Gets a chain environment's details and returns the chain environment.

get/v1/chains/{chain_id}/environments/{env_name}

Response

namestring required

Name of the environment

created_atstring date-time required

Time the environment was created in ISO 8601 format

chain_idstring required

Unique identifier of the chain

Example response

{
  "promotion_settings": {
    "redeploy_on_promotion": true,
    "rolling_deploy": true,
    "rolling_deploy_config": {
      "max_surge_percent": 25,
      "max_unavailable_percent": 10,
      "stabilization_time_seconds": 300
    },
    "ramp_up_while_promoting": true,
    "ramp_up_duration_seconds": 600
  }
}