v2

latestOpenAPI 3.0.02026-08-073221853.1 MB
Dynamic Configs

Get Specific Dynamic Config Rule

get/console/v1/dynamic_configs/{id}/rule/{ruleId}

Path parameters

idstring required

Dynamic Config ID

ruleIdstring required

Rule ID

Response

Get Specific Dynamic Config Rule Response

messagestring required

A simple string explaining the result of the operation.

Example response

{
  "message": "Dynamic Config rules read successfully.",
  "data": {
    "id": "6jQEnu1fCnXqjXhm1qGEnt",
    "baseID": "6jQEnu1fCnXqjXhm1qGEnt",
    "name": "Other2",
    "passPercentage": 80,
    "conditions": [],
    "environments": null,
    "completedAutomatedRollouts": [],
    "pendingAutomatedRollouts": []
  }
}