Get ecr registry sync status
GEThttps://api.spectrocloud.com/v1/registries/oci/:uid/ecr/sync/status
Get sync status for the ecr specified registry
Request
Path Parameters
uid stringrequired
Responses
- 200
Ecr registry sync status
- application/json
- Schema
- Example (from schema)
Schema
lastRunTimedate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
lastSyncedTimedate-time
Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers.
messagestring
statusstring
{
"lastRunTime": "2024-07-05T19:21:11.040Z",
"lastSyncedTime": "2024-07-05T19:21:11.040Z",
"message": "string",
"status": "string"
}
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X GET 'https://api.spectrocloud.com/v1/registries/oci/:uid/ecr/sync/status' \
-H 'Accept: application/json'