Unless explicitly stated on the documentation for a method, the accepted Web API call content types are:
Calls using any other content type (ex: text/plain) are not supported.
-
APIs
-
Maintenance Windows
Contents
Summary
Contains methods for working with
maintenance windows.
Application Identifier Use
This set of APIs uses a application identifier parameter, named appId
and of type Int32, which specifies the corresponding application in which actions should be performed.
For the sake of brevity, it is omitted from the parameter list of the API methods below, but still needs
to be included whenever there is an {appId}
placeholder in the
URL for the API method.
API Methods
GET
https://help.unlv.edu/TDWebApi/api/{appId}/cmdb/maintenanceschedules
Copy URL
Gets a list of all active maintenance windows.
Rate/Submission Limitations
Invocations of this method are rate-limited, with a restriction of
60 calls
per IP address
every 60 seconds.
POST
https://help.unlv.edu/TDWebApi/api/{appId}/cmdb/maintenanceschedules/search
Copy URL
Gets a list of maintenance windows.
Rate/Submission Limitations
Invocations of this method are rate-limited, with a restriction of
60 calls
per IP address
every 60 seconds.
GET
https://help.unlv.edu/TDWebApi/api/{appId}/cmdb/maintenancewindows
Copy URL
Gets a list of all active maintenance windows.
Rate/Submission Limitations
Invocations of this method are rate-limited, with a restriction of
60 calls
per IP address
every 60 seconds.
POST
https://help.unlv.edu/TDWebApi/api/{appId}/cmdb/maintenancewindows
Copy URL
Creates a maintenance window.
Returns
The created maintenance window if the operation was successful.
Rate/Submission Limitations
Invocations of this method are rate-limited, with a restriction of
60 calls
per IP address
every 60 seconds.
GET
https://help.unlv.edu/TDWebApi/api/{appId}/cmdb/maintenancewindows/{id}
Copy URL
Gets a maintenance window.
Parameters
-
-
Parameter Name
-
id
-
Type
-
Int32
-
Source
-
URI
-
Description
-
The maintenance window ID.
Rate/Submission Limitations
Invocations of this method are rate-limited, with a restriction of
60 calls
per IP address
every 60 seconds.
PUT
https://help.unlv.edu/TDWebApi/api/{appId}/cmdb/maintenancewindows/{id}
Copy URL
Edits an existing maintenance window.
Parameters
-
-
Parameter Name
-
id
-
Type
-
Int32
-
Source
-
URI
-
Description
-
The maintenance window ID.
-
-
Parameter Name
-
Request Body
(Validated as "window")
-
Type
-
TeamDynamix.Api.Cmdb.MaintenanceSchedule
-
Source
-
Request Body
-
Description
-
The maintenance window with updated values.
Rate/Submission Limitations
Invocations of this method are rate-limited, with a restriction of
60 calls
per IP address
every 60 seconds.
POST
https://help.unlv.edu/TDWebApi/api/{appId}/cmdb/maintenancewindows/search
Copy URL
Gets a list of maintenance windows.
Rate/Submission Limitations
Invocations of this method are rate-limited, with a restriction of
60 calls
per IP address
every 60 seconds.