ContentRegistriesHarborProjectsInfo
The Projects.Info structure contains detailed information about a Harbor project.
Properties
URL to access the harbor project through docker client. This field is optional and it is only relevant when the value of Projects.Info.config-status is READY.
The status of the Harbor project.
The date and time when the harbor project creation API was triggered and project identifier generated.
Details about the ERROR project status. This field is optional and it is only relevant when the value of Projects.Info.config-status is ERROR.
Name of the Harbor project. Should be between 1-63 characters long alphanumeric string and may contain the following characters: a-z,0-9, and ‘-’. Must be starting with characters or numbers, with the ‘-’ character allowed anywhere except the first or last character.
The date and time when the harbor project purge API was triggered. In case no purge was triggered, Projects.Info.update-time is same as Projects.Info.creation-time. This field is optional and it is only relevant when the value of Projects.Info.config-status is READY.
JSON Example
{
"config_status": "enum",
"creation_time": "string",
"name": "string",
"scope": "enum"
}