SspDetails

SspDetails
Platform instance details at backup time

One Platform instance as deployed when the backup was taken (names, versions, pools, endpoints).

JSON Example
{
    "instance": "string",
    "atp_version": "string",
    "form_factor": "SMALL",
    "controller_count": 0,
    "worker_count": 0,
    "node_pool": [
        {
            "start": "string",
            "end": "string",
            "name": "string"
        }
    ],
    "service_pool": [
        {
            "start": "string",
            "end": "string",
            "name": "string"
        }
    ],
    "ingress_fqdn": "string",
    "kafka_fqdn": "string"
}
string
instance
Optional

Platform instance name

string
atp_version
Optional

Deployed version of Platform

form_factor
Optional

The cluster size for an SSP platform instance. ATP instance type supports LARGE, MEDIUM, and EXTRA_LARGE. LICENSING and AVI_OPERATIONS instance types use a fixed form factor of SMALL.

Enumeration: SMALL, LARGE, MEDIUM, EXTRA_LARGE
integer
controller_count
Optional

Number of controller nodes

integer
worker_count
Optional

Number of worker nodes

array of IpPool
node_pool
Optional

node ip pools

array of IpPool
service_pool
Optional

service ip pools

string
ingress_fqdn
Optional

FQDN of security service platform

string
kafka_fqdn
Optional

FQDN of the kafka running in Platform

Property Of