Add Support Group CI
To add support group CI use the following URL format:
http://<servername>:<portnumber>/api/cmdb/ci/
Assuming you are adding a support group CI in the local server with port number 8080, the URL should be given as:
http://localhost:8080/api/cmdb/ci
Keypoints:
-
Input is an XML string sent as "POST attribute" with key "INPUT_DATA".
-
The operation name "add" should be sent as a "POST attribute" with key "OPERATION_NAME".
-
The technician key should be sent as a "POST attribute" with key "TECHNICIAN_KEY".
Note:
If no result format specified then API will return output in JSON format. |
Note: Attributes for other default CI Types like Cluster, Document, IT Service, Network,Switch Ports and Datacenter can be added by referring the CI Type details page.
Sample Input for adding support group:
<?xml version="1.0" encoding="UTF-8"?>
<API version="1.0" locale="en">
<user_key>B1263980-9435-4305-A42B-D783F9AAD44B</user_key>
<records>
<record>
<parameter><name>Name</name><value>CART</value></parameter>
<parameter><name>CI Type</name><value>Support Group</value></parameter>
<parameter><name>Site</name><value>Japan</value></parameter>
<parameter><name>Description</name><value>Customer Active Response Team</value></parameter> <parameter><name>Business Impact</name><value>Low</value></parameter>
<parameter><name>Owned By</name><value>nprasann</value></parameter>
</record>
</records>
</API>