RESTful API: Activating a configuration

From TBwiki
(Difference between revisions)
Jump to: navigation, search
(Added tbstatus example)
(Activating a configuration)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Activating a configuration ==
 
== Activating a configuration ==
  tbconfig /systems/gw_12358/target_configuration="config_new"
+
  tbconfig /systems/system_1/target_configuration="config_new" -u <username> -p <password>
 
or
 
or
  tbstatus /system::target_configuration=config_new
+
  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

Latest revision as of 13:21, 7 November 2018

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

Personal tools