From Bright Pattern Documentation
Jump to: navigation, search
imported>Tracy
 
(Updated via BpDeleteTranslateTags script)
 
Line 1: Line 1:
<translate>= Bring Host into Service and Take Host out of Service=
+
= Bring Host into Service and Take Host out of Service=
 
This method brings a host into service (''inMaintenance=false'') and takes a host out service (''inMaintenance=true'').
 
This method brings a host into service (''inMaintenance=false'') and takes a host out service (''inMaintenance=true'').
  
Line 28: Line 28:
  
 
<center>[[provider-api-specification/GetHostandServicesState|< Previous]]  |  [[provider-api-specification/SetAdvancedOptionsofServer|Next >]]</center>
 
<center>[[provider-api-specification/GetHostandServicesState|< Previous]]  |  [[provider-api-specification/SetAdvancedOptionsofServer|Next >]]</center>
</translate>
 

Latest revision as of 04:09, 29 May 2024

• 5.19 • 5.2 • 5.3 • 5.8

Bring Host into Service and Take Host out of Service

This method brings a host into service (inMaintenance=false) and takes a host out service (inMaintenance=true).


Request

URL http[s]://<host>:<port>/configapi/v2/selfservice/host/<host_name>?inMaintenance=true|false
Method POST


Response

Code Body
200 Empty
404 Host is not found


< Previous | Next >
< Previous | Next >