ServiceConfigurationData

ServiceConfigurationData
ServiceConfigurationData

Service specific information

JSON Example
{
    "name": "srm-service",
    "state": "UNCONFIGURED"
}
string
name
Optional

Service name

string
state
Optional

Service configuration states:

  • UNCONFIGURED - No configuration has been done for the service
  • CONFIGURED - All configurations have been done for the service
  • IMPORTED - Service has been migrated, and can be configured
  • RECONFIGURE_REQUIRED - Service needs to be reconfigured
Possible values are : UNCONFIGURED, CONFIGURED, IMPORTED, RECONFIGURE_REQUIRED,