PlatformServiceConfig

PlatformServiceConfig
Platform Service Configuration

Service (Platform) specific configuration.

JSON Example
{
    "ingress_fqdn": "string",
    "kafka_fqdn": "string",
    "ssp_bundle_version": "string",
    "ssp_bundle_id": "string",
    "password_configuration": {
        "admin_password": "string",
        "audit_password": "string"
    },
    "instance_name": "string",
    "addon_ids": [
        "string"
    ],
    "preserve_addons": false
}
string
ingress_fqdn
Required

The FQDN of the Security Service Platform. This FQDN should be associated with the ingress controller's external IP address. See projectcontour-envoy in the projectcontour namespace.

string
kafka_fqdn
Required

The FQDN of Kafka running in the Security Service Platform. This FQDN should be associated with the kafka-external external IP. See the kafka-external service in the nsxi-platform namespace.

string
ssp_bundle_version
Read-Only

The Security Service Platform bundle version to be deployed.

string
ssp_bundle_id
Required

The Security Service Platform bundle ID to be deployed.

password_configuration
Optional

The Platform admin and audit passwords.

string
instance_name
Required
Constraints: minLength: 1 maxLength: 32

This will be used as the cluster name for the platform. This is not editable after it is set.

array of string
addon_ids
Optional

The Platform add-ons to attach.

boolean
preserve_addons
Optional

Toggle to retain compatible add-ons across instance upgrade.