getImageSnapshot
Testing Env
https://{{host}}:8092
Testing Env
https://{{host}}:8092
POST
/json-rpc/instance-data/image
WebsocketHTTP/S
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://localhost:8092/json-rpc/instance-data/image' \
--header 'Content-Type: application/json' \
--data-raw '{
"command": "instance-data",
"subcommand": "getImageSnapshot",
"instance": 0,
"format": "PNG",
"tan": 4711
}'
Response Response Example
Success
{
"command": "instance-data-getImageSnapshot",
"info": {
"data": "iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAIAAAD/gAIDAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA90lEQVR4nO3bsQ2AMBAEQRvRf7E0AA042chGmqngtPr05ztONI+cde0e8CdiBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgX3eHZPWDryldVlBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBWIFYgViBR/LjQS74C0X4QAAAABJRU5ErkJggg==",
"format": "PNG",
"height": 100,
"width": 100
},
"success": true,
"tan": 4711
}
Request
Body Params application/json