Click here for a complete list of operations.
Energise60GHzAreaEffect
Energises the 60GHz oxygen-displacement area-effect path on a node. Gated behind a standing Ethics Committee hold.
SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /services/Actuation.asmx HTTP/1.1
Host: devcon-dc01.local
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://devcon-dc01.local/sentris/Energise60GHzAreaEffect"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<Energise60GHzAreaEffect xmlns="http://devcon-dc01.local/sentris/">
<nodeId>string</nodeId>
</Energise60GHzAreaEffect>
</soap:Body>
</soap:Envelope>HTTP/1.1 500 Internal Server Error
Content-Type: text/xml; charset=utf-8
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Body>
<soap:Fault>
<faultcode>soap:Server</faultcode>
<faultstring>EthicsHold: The 60GHz oxygen-displacement path is held under ticket DEVCON-1521. It must not be energised on any live column while the hold stands.</faultstring>
<detail>
<SentrisFault xmlns="http://devcon-dc01.local/sentris/"><code>EthicsHold</code><degradedSince>2015-03-14</degradedSince></SentrisFault>
</detail>
</soap:Fault>
</soap:Body>
</soap:Envelope>