POST
/
v1
/
devices
/
set-pause-updates
curl --request POST \
  --url https://managexrapi.com/v1/devices/set-pause-updates \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "deviceIds": [
    "2G0YC1ZF630NZA",
    "PA7950RGGC06043"
  ],
  "pauseUpdates": true
}'

Authorizations

Authorization
string
header
required

API key based authentication where <encoded-value> is the Base64 encoding of API_KEY_ID:API_KEY_SECRET

  • Username: The API Key ID.
  • Password: The API Key Secret.

Query Parameters

organizationId
string

Unique identifier of the organization. Defaults to the organization associated with the API key if no id supplied.

Body

application/json

Response

200

Success