Sign in

List device names

documented

List device names (mapping of logical names to device types).

GET /device-namesDEVICE NAMESno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$XMATTERS_INSTANCE}}.xmatters.com/api/xm/1/device-names" \
  -X GET \
  -H "Accept: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"
List device names · xMatters · OpenIntegrations