Platform Operations/Platforms
GETPlatformSince 1.0SynchronousAuth Required
GetSyncOverview
Get a per-resource-type overview of synced counts for a platform.
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 get the sync overview for
Responses
Endpoint
GET/api/v1/platforms/syncs/{uuid}/overview
/api/v1/platforms/syncs/{uuid}/overview
Request Example
curl -X GET '{host}/api/v1/platforms/syncs/{uuid}/overview' -H 'Authorization: Bearer {token}'
Response Example
200{
"platformUuid": "plat-abc123-def456",
"platformName": "prod-zstack-01",
"productType": "zstack",
"platformIp": "192.168.1.100",
"totalResources": 512,
"lastSyncTime": "example",
"jobState": "idle",
"details": [
{}
]
}Change History
This API has no change history records yet.
