Check Automation Readiness
GET/v1/automation-readiness
Check if infrastructure automation is ready
Responses
- 200
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
feature_enabled Feature Enabled (boolean)required
Whether infrastructure automation is enabled
service_enabled Service Enabled (boolean)required
Whether connection to infrastructure automation service is configured
{
"feature_enabled": true,
"service_enabled": true
}
Loading...