InlineDeploymentConfigurationStatus1
InlineDeploymentConfigurationStatus1
JSON Example
{
"status": "string",
"message": "string"
}
status
Optional
The status of a feature configuration update. NOT_CONFIGURED: The deployment configuration has not been configured. A valid configuration must be specified before the feature can be deployed. DEPLOYMENT_REQUIRED: The deployment configuration has been updated, but the feature has not been deployed or updated. CONFIGURATION_APPLIED: The deployment configuration update was applied successfully.
Enumeration:
NOT_CONFIGURED,
DEPLOYMENT_REQUIRED,
CONFIGURATION_APPLIED
string
message
Optional
An informational message documenting the status of the feature configuration.