curl --location --request GET 'https://api-kr.iwinv.kr/v1/instances//remote-console' \
--header 'X-iwinv-Timestamp: {{timestamp}}' \
--header 'X-iwinv-Credential: {{accesskey}}' \
--header 'X-iwinv-Signature: {{signature}}'
{
"code": "0x00",
"error_code": "SUCCESS",
"message": "",
"result": [
{
"instance_id": "INSTANCE-55ZTUKmSFQimeAaduObFBV",
"name": "API test web",
"status": "active",
"vnc": {
"link": "https://*****.iwinv.kr:****/vnc_auto.html?path=********************",
"type": "novnc"
}
}
],
"count": 1
}