Platform Operations/Platforms
GETPlatformSince 1.0SynchronousAuth Required
GetPlatform
Retrieve detailed information about a specific federation platform by UUID.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
uuidStringRequiredUUID of the platform to retrieve
Responses
Endpoint
GET/api/v1/platforms/{uuid}
/api/v1/platforms/{uuid}
Request Example
curl -X GET '{host}/api/v1/platforms/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"uuid": "plat-abc123-def456",
"name": "prod-zstack-01",
"productType": "zstack",
"hostIp": "192.168.1.100",
"hostPort": 8080,
"accessKeyName": "admin-key",
"status": "connected",
"lastError": "connection timeout"
}Change History
This API has no change history records yet.
