Runtime Configuration
Read a runtime configuration
Read a runtime configuration.
⚠️ Deprecation notice
This operation might be removed in the future. We recommend using Providers instead.
get/runtime_configuration/{id}
Path parameters
idinteger required
The ID of the runtime configuration.
Response
Runtime configuration
Example response
{
"id": 1234,
"nrn": "organization=1:account=2:namespace=3",
"profile": "environment_dev_country_arg",
"status": "active",
"dimensions": {
"environment": "dev",
"country": "arg"
},
"values": {
"workflow": "null_dev",
"aws": {
"log_reader": "..."
}
}
}