Get Platform Config
Retrieves the complete, detailed configuration specification for a specific platform deployment. This includes compute, network, service, and system configurations.
A globally unique UUID representing the platform. This is the ID returned when initially calling POST /sspi/platforms.
434348d8-681e-4809-8dc1-427127d2bee7
The platform configuration.
{
"_create_user": "string",
"_create_time": 0,
"_last_modified_user": "string",
"_last_modified_time": 0,
"_revision": 0,
"_resource_type": "string",
"_system_owned": false,
"id": "string",
"display_name": "string",
"description": "string",
"site_ids": [
"string"
],
"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"
}
Bad Request
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Unauthorized
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Forbidden
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Failed
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Precondition Required
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
Too Many Requests
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
An error occurred while checking the SSPI service.
{
"error_code": 0,
"module_name": "string",
"error_message": "string"
}
HTTP Status or Application error code.
Module where the error happened.
Message describing the error.
curl -H 'Authorization: <value>' https://{api_host}/https://{api_host}:{port}/lh-appliance/platforms/{platform-id}