startSiteRecording

POST https://{{host}}/api/v1/sites/:site_id/rfdiags

#### Body Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: name|string|name of the recording, the name of the sdk client would be a good default choice type|string|sdkclient / client/ asset sdkclientid|string|if type==sdkclient, sdkclientid of this recording mac|string|if type==client or asset, mac of the device duration|int|recording length in seconds, max is 180. Default value is also 180.

Request Body

{"name"=>"Troubleshooting", "type"=>"sdkclient", "sdkclient_id"=>"de87bf9d-183f-e383-cc68-6ba43947d403", "duration"=>120}

HEADERS

KeyDatatypeRequiredDescription
Acceptstring
X-CSRFTokenstring
Content-Typestring