To get (obtain) the number of CI types available in your organization use the following URL format:
http://<hostname>:<port>/api/cmdb/citype/count/
Assuming you want to get the number of CI types associated with the local server with port number 8080, the URL should be given as:
http://localhost:8080/api/cmdb/citype/count/
Keypoints:
The operation name "GET" 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.
|
Sample JSON Output for Get All CI(s) Count:
|
{ |