API OPTIONS | Locations | Services | Contacts | Escalations | Events | Polling-Policy | Users | Access | Customers | BusinessServices |
---|
Name | Operation | Method | URL | Response | Example | code-block |
---|---|---|---|---|---|---|
Locations | Create | POST | http://host/en/omk/admin/api/v2/locations.json | new Location in NMIS configurations. | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/locations.json | { "Address1": "", "Address2": "", "City": "", "Country": "", "Floor": "", "Geocode": "fake geo code", "Latitude": "xx.xxxxxxx", "Location": "Mandatory param", "Longitude": "xx.xxxxxxx", "Postcode": "", "Room": "", "State": "", "Suburb": "" } |
Locations | GET | GET | http://host/en/omk/admin/api/v2/locations.json | Locations present in NMIS configuration file. | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/locations.json | |
Locations | GET | GET | http://host/en/omk/admin/api/v2/locations{location-name}.json | Locations present in NMIS configuration file. | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/locations/Amsterdam.json | { "Address1": "", "Address2": "", "City": "Amsterdam", "Country": "Netherlands", "Floor": "", "Geocode": "Amsterdam, Netherlands", "Latitude": "52.3675734", "Location": "Amsterdam", "Longitude": "4.9041389", "Postcode": "", "Room": "", "State": "", "Suburb": "", "_id": "Amsterdam" } |
Locations | Update | PUT | http://host/en/omk/admin/api/v2/locations/{location-name}.json | Update location entry | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/locations/Mandatory param.json | { "Address1": "", "Address2": "", "City": "", "Country": "", "Floor": "", "Geocode": "fake geo code", "Latitude": "xx.xxxxxxx", "Location": "Mandatory param", "Longitude": "yy.yyyyyyy", "Postcode": "", "Room": "", "State": "", "Suburb": "" } |
Locations | Delete | DELETE | http://host/en/omk/admin/api/v2/locations/{location-name}.json | Deletes the location entry from configurations | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/locations/Mandatory param.json | { "redirect_to": null, "success": 1 } |
| ||||||
Services | Create | POST | http://host/en/omk/admin/api/v2/services.json | new services in NMIS configurations. | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/services.json | { "Description": "Dummy Entry for API", "Name": "dummy", "Poll_Interval": "5m", "Port": "", "Service_Name": "dummy.exe", "Service_Type" : "new_type" } |
Services | GET | GET | http://host/en/omk/admin/api/v2/services.json | Services present in NMIS configuration file. | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/services.json | |
Services | GET | GET | http://host/en/omk/admin/api/v2/services/{service-name}.json | Services present in NMIS configuration file. | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/services/dummy.json | { "Description": "Dummy Entry for API", "Name": "dummy", "Poll_Interval": "5m", "Port": "", "Service_Name": "dummy.exe", "Service_Type": "new_type", "_id": "dummy" } |
Services | Update | PUT | http://host/en/omk/admin/api/v2/services/{service-name}.json | Update Services entry | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/services/dumy.json | { "Description": "Dummy Entry for API", "Name": "dummy_updated", "Poll_Interval": "10m", "Port": "", "Service_Name": "dummy.exe", "Service_Type" : "new_type" } |
Services | Delete | DELETE | http://host/en/omk/admin/api/v2/services/{service-name}.json | Deletes the Service entry from configurations | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/services/dummy_updated.json | { "redirect_to": null, "success": 1 } |
| ||||||
Contacts | Create | POST | http://host/en/omk/admin/api/v2/contacts/.json | http://host/en/omk/admin/api/v2/contacts/.json | ||
Contacts | GET | GET | http://host/en/omk/admin/api/v2/contacts/.json | http://host/en/omk/admin/api/v2/contacts/.json | ||
Contacts | GET | GET | http://host/en/omk/admin/api/v2/contacts/{contact-name}.json | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts/johntest.json | ||
Contacts | Update | PUT | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts/johntest.json | |||
Contacts | Delete | DELETE | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts/johntest.json | |||
Name | Operation | Method | URL | Response | Example | code-block |
Escalations | Create | POST | ||||
Escalations | GET | GET | ||||
Escalations | Update | PUT | ||||
Escalations | Delete | DELETE | ||||
| ||||||
Events | Create | POST | ||||
Events | GET | GET | ||||
Events | Update | PUT | ||||
Events | Delete | DELETE | ||||
Events | ||||||
Name | Operation | Method | URL | Response | Example | code-block |
Polling-Policy | ||||||
Polling-Policy | ||||||
Polling-Policy | ||||||
Polling-Policy | ||||||
Polling-Policy | ||||||
Name | Operation | Method | URL | Response | Example | code-block |
Users | ||||||
Users | ||||||
Users | ||||||
Users | ||||||
Users | ||||||
Name | Operation | Method | URL | Response | Example | code-block |
Access | ||||||
Access | ||||||
Access | ||||||
Access | ||||||
Access | ||||||
Name | Operation | Method | URL | Response | Example | code-block |
Customers | ||||||
Customers | ||||||
Customers | ||||||
Customers | ||||||
Customers | ||||||
Name | Operation | Method | URL | Response | Example | code-block |
Business Services | ||||||
Business Services | ||||||
Business Services | ||||||
Business Services | ||||||
Business Services |