Change Updates Repository
Change the current Updates Repository.
{
"url": "string",
"mounted_iso": false,
"username": "string",
"password": "string"
}
Updates repository URL
True if the appliance has a mounted ISO for updates. In this case - url, user name and password fields must be null.
User name for the update repository. If a user name is specified, a password is required as well.
Password for the update repository. If a user name is specified, a password is required as well.
The Updates Repository is updated.
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Unauthorized - the client must authenticate itself to get the requested response
Forbidden - not sufficient access rights to fulfill the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
Internal server error - unexpected condition prevents fulfilling the request
"ResponseError Object"
The code of the error.
The message of the error.
The ID of the operation.
curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/appliance/update-manager/repository