All Products
Search
Document Center

Security Center:RefreshRegistryToken

Last Updated:Jan 20, 2026

Updates an image token.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
RegistryIdlongYes

The ID of the image repository.

Note You can call the PageImageRegistry operation to obtain the ID.
1

Response parameters

ParameterTypeDescriptionExample
object
Datastring

The returned token.

77ba3bf5-af95-4b77-aa94-***********
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

7BC55C8F-226E-5AF5-9A2C-2EC43864****

Examples

Sample success responses

JSONformat

{
  "Data": "77ba3bf5-af95-4b77-aa94-***********",
  "RequestId": "7BC55C8F-226E-5AF5-9A2C-2EC43864****"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
No change history