Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The current API implementation focuses on GET methods and end-user views, as well as actions on up.time Uptime Infrastructure Monitor Elements.

The following is a summary of presently available resources:

...

Section
Column
width10px
 
Column
width25px
GET
GET
GET
Column
width500px

/api/v1/elements
/api/v1/elements/{id}
/api/v1/elements/{id}/status

update Element configuration:

Section
Column
width10px

 

Column
width25px
PUT
Column
width500px

/api/v1/elements/{id}

add, delete Element:

Section
Column
width10px

 

Column
width25px

POST
POST
POST
POST
POST
DELETE

Column
width500px

/api/v1/elements (Agent Server)
/api/v1/elements (WMI Server)
/api/v1/elements (Hyper-V Server)
/api/v1/elements (SNMP v2 Network Device)
/api/v1/elements (SNMP v3 Network Device)
/api/v1/elements/{id}

Working with service monitors

...

Section
Column
width10px

 

Column
width25px
GET
GET
GET
GET
Column
width500px

/api/v1/elements/{id}/metrics
/api/v1/monitors
/api/v1/monitors/{id}
/api/v1/monitors/{id}/status

Working with Element groups

...

Section
Column
width10px

 

Column
width25px
GET
GET
GET
Column
width500px

/api/v1/groups
/api/v1/groups/{id}
/api/v1/groups/{id}/status

Additional references: