Liking cljdoc? Tell your friends :D

pager-duty-api.api.schedules


schedules-getclj

(schedules-get)
(schedules-get optional-params)

List schedules List the on-call schedules.

List schedules
List the on-call schedules.
raw docstring

schedules-get-with-http-infoclj

(schedules-get-with-http-info)
(schedules-get-with-http-info {:keys [query]})

List schedules List the on-call schedules.

List schedules
List the on-call schedules.
raw docstring

schedules-id-deleteclj

(schedules-id-delete id)

Delete a schedule Delete an on-call schedule.

Delete a schedule
Delete an on-call schedule.
raw docstring

schedules-id-delete-with-http-infoclj

(schedules-id-delete-with-http-info id)

Delete a schedule Delete an on-call schedule.

Delete a schedule
Delete an on-call schedule.
raw docstring

schedules-id-getclj

(schedules-id-get id)
(schedules-id-get id optional-params)

Get a schedule Show detailed information about a schedule, including entries for each layer and sub-schedule.

Get a schedule
Show detailed information about a schedule, including entries for each layer and sub-schedule.
raw docstring

schedules-id-get-with-http-infoclj

(schedules-id-get-with-http-info id)
(schedules-id-get-with-http-info id {:keys [time-zone since until]})

Get a schedule Show detailed information about a schedule, including entries for each layer and sub-schedule.

Get a schedule
Show detailed information about a schedule, including entries for each layer and sub-schedule.
raw docstring

schedules-id-overrides-getclj

(schedules-id-overrides-get id since until)
(schedules-id-overrides-get id since until optional-params)

List overrides List overrides for a given time range.

List overrides
List overrides for a given time range.
raw docstring

schedules-id-overrides-get-with-http-infoclj

(schedules-id-overrides-get-with-http-info id since until)
(schedules-id-overrides-get-with-http-info id
                                           since
                                           until
                                           {:keys [editable overflow]})

List overrides List overrides for a given time range.

List overrides
List overrides for a given time range.
raw docstring

schedules-id-overrides-override-id-deleteclj

(schedules-id-overrides-override-id-delete id override-id)

Delete an override Remove an override. You cannot remove a past override. If the override start time is before the current time, but the end time is after the current time, the override will be truncated to the current time. If the override is truncated, the status code will be 200 OK, as opposed to a 204 No Content for a successful delete.

Delete an override
Remove an override. You cannot remove a past override. If the override start time is before the current time, but the end time is after the current time, the override will be truncated to the current time. If the override is truncated, the status code will be 200 OK, as opposed to a 204 No Content for a successful delete.
raw docstring

schedules-id-overrides-override-id-delete-with-http-infoclj

(schedules-id-overrides-override-id-delete-with-http-info id override-id)

Delete an override Remove an override. You cannot remove a past override. If the override start time is before the current time, but the end time is after the current time, the override will be truncated to the current time. If the override is truncated, the status code will be 200 OK, as opposed to a 204 No Content for a successful delete.

Delete an override
Remove an override. You cannot remove a past override. If the override start time is before the current time, but the end time is after the current time, the override will be truncated to the current time. If the override is truncated, the status code will be 200 OK, as opposed to a 204 No Content for a successful delete.
raw docstring

schedules-id-overrides-postclj

(schedules-id-overrides-post id)
(schedules-id-overrides-post id optional-params)

Create an override Create an override for a specific user covering the specified time range. If you create an override on top of an existing one, the last created override will have priority.

Create an override
Create an override for a specific user covering the specified time range. If you create an override on top of an existing one, the last created override will have priority.
raw docstring

schedules-id-overrides-post-with-http-infoclj

(schedules-id-overrides-post-with-http-info id)
(schedules-id-overrides-post-with-http-info id {:keys [inline-object-22]})

Create an override Create an override for a specific user covering the specified time range. If you create an override on top of an existing one, the last created override will have priority.

Create an override
Create an override for a specific user covering the specified time range. If you create an override on top of an existing one, the last created override will have priority.
raw docstring

schedules-id-putclj

(schedules-id-put id)
(schedules-id-put id optional-params)

Update a schedule Update an existing on-call schedule.

Update a schedule
Update an existing on-call schedule.
raw docstring

schedules-id-put-with-http-infoclj

(schedules-id-put-with-http-info id)
(schedules-id-put-with-http-info id {:keys [overflow inline-object-21]})

Update a schedule Update an existing on-call schedule.

Update a schedule
Update an existing on-call schedule.
raw docstring

schedules-id-users-getclj

(schedules-id-users-get id)
(schedules-id-users-get id optional-params)

List users on call List all of the users on call in a given schedule for a given time range.

List users on call
List all of the users on call in a given schedule for a given time range.
raw docstring

schedules-id-users-get-with-http-infoclj

(schedules-id-users-get-with-http-info id)
(schedules-id-users-get-with-http-info id {:keys [since until]})

List users on call List all of the users on call in a given schedule for a given time range.

List users on call
List all of the users on call in a given schedule for a given time range.
raw docstring

schedules-postclj

(schedules-post)
(schedules-post optional-params)

Create a schedule Create a new on-call schedule.

Create a schedule
Create a new on-call schedule.
raw docstring

schedules-post-with-http-infoclj

(schedules-post-with-http-info)
(schedules-post-with-http-info {:keys [overflow inline-object-19]})

Create a schedule Create a new on-call schedule.

Create a schedule
Create a new on-call schedule.
raw docstring

schedules-preview-postclj

(schedules-preview-post)
(schedules-preview-post optional-params)

Preview a schedule Preview what an on-call schedule would look like without saving it.

Preview a schedule
Preview what an on-call schedule would look like without saving it.
raw docstring

schedules-preview-post-with-http-infoclj

(schedules-preview-post-with-http-info)
(schedules-preview-post-with-http-info {:keys [since until overflow
                                               inline-object-20]})

Preview a schedule Preview what an on-call schedule would look like without saving it.

Preview a schedule
Preview what an on-call schedule would look like without saving it.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close