Runtime Configuration
Create a runtime configuration
Creates an runtime configuration.
⚠️ Deprecation notice
This operation might be removed in the future. We recommend using Providers instead.
post/runtime_configuration
Request body
Example request
{
"nrn": "organization=1:account=2:namespace=3",
"dimensions": {
"environment": "production",
"country": "us"
},
"values": {
"aws": {
"log_reader": "...",
"workflow_role": "..."
}
}
}Response
The operation was successful.
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": "..."
}
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.