Creates an action exclusion.
POST https://api.skeddly.com/api/ActionExclusions/
The body is a JSON structure with the following properties.
Date and time, in ISO 8601 format, at which the exclusion should expire.
Type: string
Required: No
Default Value: No expiry date
true if the exclusion is to be enabled, otherwise false.
Type: boolean
Required: Yes
Name of the new action exclusion.
Type: string
Required: Yes
List of processes that should be excluded.
Type: Array of string
Valid Values:
ID of the project in which the exclusion is to be created.
Type: string
Required: Recommended for future compatability
Default Value: The account's default project.
resourceIdentificationMethod
Method in which resources will be selected.
Type: string
Valid Values:
Required: Yes
IDs of the resources that are to be included in the exclusion. Required when resourceIdentificationMethod is by-resource-id.
Type: Array of string
Required: Conditional
resourceTagComparison
Comparison to use when identifying resources by resource tag. Required when resourceIdentificationMethod is by-resource-tag.
Type: ResourceTagComparison object.
Type of resource that the exclusion applies to.
Type: string
Required: Yes
Date and time, in ISO 8601 format, at which the exclusion should start.
Type: string
Required: No
Default Value: Applies immediately
ID of the time zone for the exclusion times and dates.
Type: string
Required: Yes
An ActionExclusion object.
Sample Request
Sample Response