Sync ecr registry
POSThttps://api.spectrocloud.com/v1/registries/oci/:uid/ecr/sync
Authorization: ApiKey
name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header
Sync all the content from the ecr registry
Request
Path Parameters
uid stringrequired
Query Parameters
forceSync boolean
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 202
Ok response without content
Response Headers
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X POST 'https://api.spectrocloud.com/v1/registries/oci/:uid/ecr/sync' \
-H 'ApiKey: <API_KEY_VALUE>'