Skip to main content

Resource Alerts (0.0.17)

Download OpenAPI specification:Download

Resource Alert

Creates a new Resource Alert Deprecated

Authorizations:
ApplicationToken
Request Body schema: application/json
description
string
id
integer <int64>
resourceId
string
tags
Array of strings
timestamp
integer <int64>

Responses

Request samples

Content type
application/json
{
  • "description": "string",
  • "id": 0,
  • "resourceId": "string",
  • "tags": [
    ],
  • "timestamp": 0
}

Response samples

Content type
application/json
{
  • "description": "string",
  • "id": 0,
  • "resourceId": "string",
  • "tags": [
    ],
  • "timestamp": 0
}

Fetches a Resource Alert by its ID Deprecated

Authorizations:
ApplicationToken
path Parameters
resourceId
required
string

The Resource Id you want to perform actions with

query Parameters
tag
string
Default: ""

(Optional) The tag that you want to filter by

Responses

Response samples

Content type
application/json
[
  • {
    }
]