Generate the service QR code information used for device provisioning.
Return a base64-encoded PNG image.
ntp required | string (Ntp) NTP. *Max. 64 characters. |
auto | boolean (Auto) Default: false Connection state.
|
wifi_ssid | string (Wifi Ssid) WIFI SSID. |
wifi_pass | string (Wifi Pass) WIFI Password. |
proxy_url | string (Proxy Url) Proxy URL. |
proxy_port | string (Proxy Port) Proxy port. |
proxy_user_name | string (Proxy User Name) Proxy user name. |
proxy_pass | string (Proxy Pass) Proxy password. |
ip_address | string (Ip Address) IP Address. *Max. 39 characters. |
subnet_mask | string (Subnet Mask) Subnet Mask. *Max. 39 characters. |
gateway | string (Gateway) Gateway. *Max. 39 characters. |
dns | string (Dns) DNS. *Max. 39 characters. |
{- "result": "SUCCESS",
- "contents": "string"
}
Register a device.
Assumptions and Notes:
ć»Registration certificate: X.509 primary certificate (.pem file or .cer file or .crt file)
device_name required | string (Device Name) Device name. *Max. 255 characters |
primary_certificate required | string (Primary Certificate) X.509 primary certificate (.pem file or .cer file or .crt file) . *Specify the following certificate without the leading and trailing signatures. -----BEGIN CERTIFICATE----- -----END CERTIFICATE----- Also, do not include line breaks. |
{- "device_name": "string",
- "primary_certificate": "string"
}
{- "result": "string",
- "id": "string"
}
{- "certificates": [
- {
- "device_id": "string",
- "internal_device_id": "string",
- "device_name": "string",
- "credentials_id_object": "string",
- "credentials_type": "string",
- "expiration_date": "string",
- "created_time": "string"
}
]
}