[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

UpdatesRepository

Detailed information about updates repository.


Properties

boolean
mounted_iso Optional

True if the appliance has a mounted ISO for updates. In this case - url, user name and password fields must be null.


string
password Optional

Password for the update repository. If a user name is specified, a password is required as well.


string
url Optional

Updates repository URL


string
username Optional

User name for the update repository. If a user name is specified, a password is required as well.

JSON Example

{
	"mounted_iso": false,
	"password": "string",
	"url": "string",
	"username": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Parameter To

Change Updates Repository
Used By

UpdatesRepositoryDrResponseEntity

Feedback

Was this page helpful?