Download OpenAPI specification:Download
Returns a QR in base64-encoded format to provision the Edge Device.
ntp required | string NTP server. The maximum number of characters that can be specified is 64. |
auto | boolean Default: false Connection state.
|
wifi_ssid | string SSID information to connect the Wi-Fi network. |
wifi_pass | string Password to connect the Wi-Fi network. |
proxy_url | string URL of the proxy server. |
proxy_port | string Port number of the proxy server. |
proxy_user_name | string Username to access the proxy server. |
proxy_pass | string Password to access the proxy server. |
ip_address | string IP address assigned to the device. The maximum number of characters that can be specified is 39. |
subnet_mask | string Subnet mask applied to the device. The maximum number of characters that can be specified is 39. |
gateway | string Gateway to connect the device. The maximum number of characters that can be specified is 39. |
dns | string DNS information of the server. The maximum number of characters that can be specified is 39. |
{- "result": "SUCCESS",
- "contents": "string"
}
Registers your Edge Device with a device certificate.
Assumptions and Notes:
・Certification format: Primary device X.509 certificate (.pem file, .cer file, or .crt file).
device_name required | string The device name. *The maximum number of characters that can be specified is 255. |
primary_certificate required | string 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"
}