ApiRegistry credentials
List registry credentials
List all registry credentials with masked credential values. Corrupted credentials are marked accordingly.
Response Body
application/json
curl -X GET "https://loading/api/v1/settings/registry-credentials"{
"items": [
{
"id": "string",
"registry_type": "docker_hub",
"username": "string",
"credential_masked": "string",
"credential_type": "password",
"is_enabled": true,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
}