Link Search Menu Expand Document

Commander Maintenance API

Jan 1 2022 at 12:00 AM

  1. APIs within Calendar API
    1. EntityCalendar
      1. API Calls

The Commander™ Maintenance API service is used to perform maintenance processes on existing data at any point of time. Administrator permissions are required to perform data maintenance.

APIs within Calendar API

EntityCalendar

API Calls

Process

POST

Permission

SUPER USER

Accessible

Tenant Only. See response and accessiblity information for more

URL

https://iotnxtinternal.commander.io/DAPI/v1/CommanderMaintenance/Process

URL Params

NONE

Data Params

 {
“action”: “string”,
“logOnly” : false
“options” : JObject
}
  • action: string (required)

  • logOnly : bool?

  • options : JObject

Success Response

Response message with the following codes and JSON body formats. Refer to the API Response Types Success Response. See response and accessiblity information for more

Error Response

Response message with the following codes and HTMLs body formats. Refer to the API Response Types Error Response. See response and accessiblity information for more

Notes

None