Content_Registries_Harbor_Create_RequestBody

Content_Registries_Harbor_Create_RequestBody
Content_Registries_Harbor_Create_RequestBody

This is a request body class for an operation.

JSON Example
{
    "client_token": "string",
    "spec": {
        "cluster": "string",
        "garbage_collection": {
            "type": "string",
            "day_of_week": "string",
            "hour": 0,
            "minute": 0
        },
        "storage": [
            {
                "policy": "string",
                "limit": 0
            }
        ]
    }
}
string
client_token
Optional

A unique token generated on the client for each creation request. The token should be a universally unique identifier (UUID), for example: b8a2a2e3-2314-43cd-a871-6ede0f429751. This token can be used to guarantee idempotent creation. If not specified, creation is not idempotent.

spec
Required

Specification for creating the Harbor registry.