POST api/v1/devices/sendCommand

Issues a command to a specified facility

CygNet Access Requirements

    CygNet ACS security: BRDGAPI ACCESS 3

    CygNet Bridge API license type: Control

Request Information

URI Parameters

None

Body Parameters

NameDescriptionTypeAdditional information
facilityTag

Facility tag you want to send the command to

string

Required

command

Command to send

string

Required

parameters

Parameters for the command

string

None

statusPointId

Status Point Id

string

None

Request Formats

application/json, text/json

Sample:
{
  "facilityTag": "CYGSITE.UIS::AUBREY_RD.SYDEVENABL",
  "command": "COMMAND",
  "parameters": "Param=True;",
  "statusPointId": "CYGSITE.UIS::AUBREY_RD.SYCMDSTAT"
}

Response Information

Resource Description

None