00c653316d35

latestOpenAPI 3.0.32026-08-13154321638.4 KB
Harbors

Create Harbor Key

Generates a new Harbor credential and returns its plaintext value once.

Store the returned value securely. Polytomic returns it only in this response.

post/api/harbors/{harbor_id}/keys

Path parameters

harbor_idstring uuid required

Unique identifier of the Harbor.

Example:248df4b7-aa70-47b8-a036-33ac447e668d

Unique identifier of the Harbor.

Headers

X-Polytomic-Versionstring

Response

OK

Example response

{
  "data": {
    "id": "248df4b7-aa70-47b8-a036-33ac447e668d",
    "mode": "profile"
  }
}