| Operation | Method | URL | Response | Example | code-block |
---|
| 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 |
Code Block |
---|
{
"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 |
Code Block |
---|
{
"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 |
Code Block |
---|
| {
"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 |
Code Block |
---|
{
"redirect_to": null,
"success": 1
} |
|
|
| 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 |
Code Block |
---|
{
"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 |
Code Block |
---|
{
"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 |
Code Block |
---|
| {
"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 |
Code Block |
---|
{
"redirect_to": null,
"success": 1
} |
|
|
---|
| Create | POST | http://host/en/omk/admin/api/v2/contacts.json | Create a new contact | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts.json |
Code Block |
---|
{
"Contact": "Test-Contact",
"DutyTime": "",
"Email": "",
"Level": "",
"Location": "",
"Mobile": "",
"Pager": "",
"Phone": "",
"TimeZone": ""
} |
|
Contacts | GET | GET | http://host/en/omk/admin/api/v2/contacts.json | get contact information present in configuration | http://host/en/omk/admin/api/v2/contacts.json |
|
Contacts | GET | GET | http://host/en/omk/admin/api/v2/contacts/{contact-name}.json | get specific contact information using API | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts/Test-Contact.json |
Code Block |
---|
{
"Contact": "Test-Contact",
"DutyTime": "",
"Email": "",
"Level": "",
"Location": "",
"Mobile": "",
"Pager": "",
"Phone": "",
"TimeZone": "",
"_id": "Test-Contact"
} |
|
Contacts | Update | PUT | http://host/en/omk/admin/api/v2/contacts/{contact-name}.json | Update the contact data present in configuration file | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts/Test-Contact.json |
Code Block |
---|
{
"Contact": "Test-Contact",
"DutyTime": "1",
"Email": "test@gmail.com",
"Level": "",
"Location": "",
"Mobile": "",
"Mobile"Pager": "",
"Phone": "",
"PagerTimeZone": "","
} |
|
Contacts | Delete | DELETE | http://host/en/omk/admin/api/v2/contacts/{contact-name}.json | delete the contact data. | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts/Test-Contact.json |
Code Block |
---|
{
"Phoneredirect_to": ""null,
"TimeZonesuccess": ""1
} |
| Contacts | Delete | DELETE |
|
| Create | POST | http://host/en/omk/admin/api/v2/contacts/{contact-name}escalations.jsondelete the contact data. |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/contacts/Test-Contact.json Code Block | {escalations.json |
Code Block |
---|
{
"Event": null,
"Event_Element": "",
"redirect_toEvent_Node": "",
"Group": null"",
"successLevel0": 1
} |
| Anchor |
---|
escalations | escalations | | Create | POST | http://host/en/omk/admin/api/v2/escalations.json | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations.json | Code Block |
---|
{"",
"Level1": "",
"Level10": "",
"Level2": "",
"EventLevel3": null"",
"Event_ElementLevel4": "",
"Event_NodeLevel5": "",
"GroupLevel6": "",
"Level0Level7": "",
"Level1Level8": "",
"Level10Level9": "",
"Level2Name": "test",
"Level3Role": ""null,
"Level4Type": ""null,
"Level5": "",
"Level6": "",
"Level7": "",UpNotify": null
} |
|
Escalations | GET | GET | http://host/en/omk/admin/api/v2/escalations.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations.json |
|
| GET | GET | http://host/en/omk/admin/api/v2/escalations/{escalation-event}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations/test.json |
Code Block |
---|
{
"Level8Event": ""null,
"Level9Event_Element": "",
"NameEvent_Node": "test",
"RoleGroup": null, "Type": null,
"UpNotify": null
} |
| Escalations | GET | GET | http://host/en/omk/admin/api/v2/escalations.json | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations.json | GET | GET | http://host/en/omk/admin/api/v2/escalations/{escalation-event}.json | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations/test.json | Code Block |
---|
{Level0": "",
"Level1": "",
"Level10": "",
"Level2": "",
"EventLevel3": null"",
"Event_ElementLevel4": "",
"Event_NodeLevel5": "",
"GroupLevel6": "",
"Level0Level7": "",
"Level1Level8": "",
"Level10Level9": "",
"Level2Name": "test",
"Level3Role": ""null,
"Type": null,
"Level4UpNotify": ""null,
"Level5_id": "",test"
} |
|
Escalations | Update | PUT | http://host/en/omk/admin/api/v2/escalations/{escalation-event}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations/test.json |
Code Block |
---|
{
"Level6Event": "test",
"Level7Event_Element": "",
"Level8Event_Node": "",
"Level9Group": "",
"NameLevel0": "test",
"RoleLevel1": null"",
"TypeLevel10": null,
"UpNotify": null,
"_idLevel2": "test"
} |
| Escalations | Update | PUT | http://host/en/omk/admin/api/v2/escalations/{escalation-event}.json | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations/test.json | Code Block |
---|
{",
"Level3": "",
"EventLevel4": "test",
"Event_ElementLevel5": "",
"Event_NodeLevel6": "",
"GroupLevel7": "",
"Level0Level8": "",
"Level1Level9": "",
"Level10Name": "test",
"Level2Role": null,
"Type": ""null,
"Level3": "",UpNotify": null
} |
|
Escalations | Delete | DELETE | http://host/en/omk/admin/api/v2/escalations/{escalation-event}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations/test.json |
Code Block |
---|
{
"Level4redirect_to": ""null,
"Level5": "",
"Level6": "",
"Level7": "",
"Level8": "",
"Level9": "",
"Name": "test",
"Role": null,
"Type": null,
"UpNotify": null
} |
| Escalations | Delete | DELETE |
|
| Create | POST | http://host/en/omk/admin/api/v2/events.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/events.json |
Code Block |
---|
{
"CancelingEvent": "N/A",
"Description": "test event API",
"Event": "Self-test-API",
"Log": "true",
"Notify": "true",
"Stateful": "false",
"Status": "false"
} |
|
Events | GET | GET | http://host/en/omk/admin/api/v2/escalations/{escalation-event}events.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/escalations/test.json Code Block |
---|
{
"redirect_to": null,
"success": 1
} |
| Anchor |
---|
events | events | | Create | POSTevents.json |
|
Events | GET | GET | http://host/en/omk/admin/api/v2/events/{event-name}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/events/Self-test-API.json | { Code Block |
---|
{
"CancelingEvent": "N/A", |
test event API
"Event": "Self-test-API", |
" ",
"_id": "Self-test-API"
} |
|
Events | GETUpdateGET | PUT | http://host/en/omk/admin/api/v2/events/{event-name}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/events/Self-test-API.json |
|
Events | GETDeleteGET | DELETE | http://host/en/omk/admin/api/v2/events/{event-name}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/events/Self-test-API.json{ "CancelingEvent": "N/A", "Description": "test event API", "Event": ":8080/en/omk/admin/api/v2/events/Self-test-API", "Log": "true", "Notify": "true", "Stateful": "false", "Status": "false", "_id": "Self-test-API" } | Events | Update | PUT | .json |
Code Block |
---|
{
"redirect_to": null,
"success": 1
} |
|
Anchor |
---|
| polling-policy |
---|
| polling-policy |
---|
|
|
Polling-Policy | Create | POST | http://host/en/omk/admin/api/v2/events/{event-name}polling-policy.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/events/Self-test-API.json | Events | Delete | DELETE | http://host/en/omk/admin/api/v2/events/{event-name}.json | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/events/Self-test-API.json | Code Block | {polling-policy.json |
Code Block |
---|
{
"description": "poll very infr_very.equently",
"name": "very_very_infrequently",
"ping": "30m",
"snmp": "1h",
"redirect_toupdate": null"2d",
"wmi": "1h"
"success": 1 } |
| Anchor |
---|
polling-policy | polling-policy | Polling-Policy | Create | POST | http://host/en/omk/admin/api/v2/polling-policy.json | http://apollo.opmantek.net:8080/en/omk/admin/api/v2/polling-policy.json |
Polling-Policy | GET | GET | http://host/en/omk/admin/api/v2/polling-policy.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/polling-policy.json |
|
Polling-Policy | GET | GET | http://host/en/omk/admin/api/v2/polling-policy/{policy name}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/polling-policy/very_very_infrequently.json |
Code Block |
---|
{
"_id": "very_very_infrequently",
"description": "poll very infr_very.equently",
"name": "very_very_infrequently",
"ping": "30m",
"snmp": "1h",
"update": "2d",
"wmi": "1h"
} |
|
Polling-Policy | Update | PUT | http://host/en/omk/admin/api/v2/polling-policy/{policy name}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/polling-policy/very_very_infrequently.json |
Code Block |
---|
{
"description": "poll",
"name": "very_very_infrequently",
"ping": "30m",
"snmp": "1h",
"update": "2d",
"wmi": "1h"
} |
|
Polling-Policy | Delete | DELETE | http://host/en/omk/admin/api/v2/polling-policy/{policy name}.json |
| http://apollo.opmantek.net:8080/en/omk/admin/api/v2/polling-policy/very_very_infrequently.json |
Code Block |
---|
{
"redirect_to": null,
"success": 1
} |
|
|
Users | Create | POST |
|
|
|
|
Users | GET | GET |
|
|
|
|
Users | GET | GET |
|
|
|
|
Users | Update | PUT |
|
|
|
|
Users | Delete | DELETE |
|
|
|
|
|
Access | Create | POST |
|
|
|
|
Access | GET | GET |
|
|
|
|
Access | GET | GET |
|
|
|
|
Access | Update | PUT |
|
|
|
|
Access | Delete | DELETE |
|
|
|
|
|
Customers | Create | POST |
|
|
|
|
Customers | GET | GET |
|
|
|
|
Customers | GET | GET |
|
|
|
|
Customers | Update | PUT |
|
|
|
|
Customers | Delete | DELETE |
|
|
|
|
|
Business Services | Create | POST |
|
|
|
|
Business Services | GET | GET |
|
|
|
|
Business Services | GET | GET |
|
|
|
|
Business Services | Update | PUT |
|
|
|
|
Business Services | Delete | DELETE |
|
|
|
|