RESTful API: Activating a configuration: Difference between revisions
Nicole Tan (talk | contribs) (NT: added credential to the command line and explanation) |
(Added category FAQ) |
||
| (5 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:RESTful API: Activating a Configuration}} | |||
== Activating a configuration == | == Activating a configuration == | ||
tbconfig /systems/ | tbconfig /systems/system_1/target_configuration="config_new" -u <username> -p <password> | ||
or | or | ||
tbstatus /system::target_configuration=config_new -r -u <username> -p <password> | tbstatus /system::target_configuration=config_new -r -u <username> -p <password> | ||
where username and password is one of your valid user and password to log in the webportal | where username and password is one of your valid user and password to log in the webportal | ||
[[category:FAQ]] | |||
Latest revision as of 10:48, 11 January 2023
Activating a configuration
tbconfig /systems/system_1/target_configuration="config_new" -u <username> -p <password>
or
tbstatus /system::target_configuration=config_new -r -u <username> -p <password>
where username and password is one of your valid user and password to log in the webportal