Knowledge Center > Developer Documentation
ipm7Config :: MaintenanceDelMembers
MaintenanceDelMembers deletets Monitors from the members list of a Maintenance object.
MaintenanceDelMembers(...); Parameters (c#):
- long maint_id
ID of the Maintenance object to which to add members.
- long [] monitor_ids
Array of Monitor object IDs to delete from the members list of a Maintenance object.
MaintenanceDelMembers(...); Return (c#):
- boolean
MaintenanceDelMembers will return true if the function succeeds, otherwise it will return false.
SOAP / HTTP Details (Invoke):
POST /soap/config.asmx HTTP/1.1
Host: youripm7addr
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://schemas.ipmonitor.com/ipm70/MaintenanceAddMembers"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MaintenanceAddMembers xmlns="http://schemas.ipmonitor.com/ipm70/">
<maint_id>long</maint_id>
<ids>
<long>long</long>
<long>long</long>
</ids>
</MaintenanceAddMembers> =
</soap:Body>
</soap:Envelope>
SOAP / HTTP Details (Return):
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<MaintenanceAddMembersResponse xmlns="http://schemas.ipmonitor.com/ipm70/">
<MaintenanceAddMembersResult>boolean</MaintenanceAddMembersResult>
</MaintenanceAddMembersResponse>
</soap:Body>
</soap:Envelope>
< Back

Last Updated: March 30, 2004 | What did you think of this topic?