InlineLicenseHubConfig1

InlineLicenseHubConfig1
InlineLicenseHubConfig1
JSON Example
{
    "desired_state": "string",
    "provider_id": "string",
    "network": {
        "ntp": "string",
        "dns": [
            "string"
        ],
        "search_domain": "string",
        "network_configs": [
            {
                "platform_subnet": "string",
                "platform_default_gateway": "string",
                "service_pools": [
                    {
                        "start": "string",
                        "end": "string",
                        "name": "string"
                    }
                ]
            }
        ]
    },
    "service": {
        "ingress_fqdn": "string",
        "kafka_fqdn": "string",
        "ssp_bundle_version": "string",
        "password_configuration": {
            "admin_password": "string",
            "audit_password": "string"
        },
        "instance_name": "string"
    },
    "instance_id": "string"
}
string
desired_state
Required

Enum for the desired_state.

PRECHECK_ONLY: Saves the configuration and performs only the precheck workflow. This operation can only be performed when the LCM workflow has not started. RESET_PRECHECK: Resets the precheck workflow. This operation can only be performed when the precheck workflow is FAILED. CONTINUE: Starts the LCM workflow with the current configuration. This operation can only be used when the precheck workflow is COMPLETED. START: Saves the configuration and performs the precheck and LCM (Lifecycle Management) workflow. If a previous FAILED or STOPPED LCM workflow exists, use the RETRY operation to continue the workflow or the CLEAN operation to clean it up. STOP: Stops the LCM workflow. RETRY: Retries the current workflow with the current configuration. This operation can only be used when the LCM workflow is in a FAILED or STOPPED state. CLEAN: Cleans up the LCM (Lifecycle Management) workflow. This operation is only supported for the deployment workflow; the configuration update workflow is not supported.

Enumeration: PRECHECK_ONLY, RESET_PRECHECK, CONTINUE, START, STOP, RETRY, CLEAN
string
provider_id
Optional

The UUID for the provider in the platform. This is the UUID returned from the POST /sspi/providers API.

network
Required

Network configuration for LicenseHub mode platform deployment.

service
Required

Service configuration for LicenseHub mode.

string
instance_id
Read-Only

The Platform instance ID.