Skip to main content
POST
/
v1
/
edge_connectors
/
{edge_connector_id}
/
actions
Create edge connector action
curl --request POST \
  --url https://api.rootly.com/v1/edge_connectors/{edge_connector_id}/actions \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/vnd.api+json' \
  --data '{}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

edge_connector_id
string
required

Edge connector ID

Body

application/vnd.api+json
action
object

Response

Action created