Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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

The following is a summary of presently available resources:

Working with Elements

list all Elements and attached service monitors; display an Element's information and attached service monitors; display an Element's information and its current status:

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
DELETE
Column
width500px

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

Working with service monitors

list all service monitors; display a specific server monitor; display status information for a service monitor:

Section
Column
width10px

 

Column
width25px
GET
GET
GET
Column
width500px

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

Working with Element groups

list all Element groups, member Elements, and monitors; list an Element group's member Elements and monitors; display the status of an Element group's member Elements and monitors:

Section
Column
width10px

 

Column
width25px
GET
GET
GET
Column
width500px

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