Platform Operations/Platforms
GETPlatformSince 1.0SynchronousAuth Required
GetSyncStatus
Get the current sync configuration and resource map 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 sync configuration to retrieve
Responses
Endpoint
GET/api/v1/platforms/sync/{uuid}
/api/v1/platforms/sync/{uuid}
Request Example
curl -X GET '{host}/api/v1/platforms/sync/{uuid}' -H 'Authorization: Bearer {token}'
Response Example
200{
"platformUuid": "plat-abc123-def456",
"interval": "*/5 * * * *",
"resources": null
}Change History
This API has no change history records yet.
