Get oci registry sync status
GET/v1/registries/oci/:uid/basic/sync/status
Get sync status for the oci specified registry
Request
Path Parameters
uid stringrequired
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
Oci 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-04-16T17:49:01.313Z",
"lastSyncedTime": "2024-04-16T17:49:01.313Z",
"message": "string",
"status": "string"
}
Loading...