119
Appendix
Response
Table 5 Response Header
Table 6 Response
Table 7 GET Response Body
Content-Type: application/json; charset=utf-8
Access-Control-Allow-Origin: *
Access-Control-Allow-Methods: POST, GET, OPTIONS, HEADER
Access-Control-Allow-Headers: Content-Type, Content-Length, Authorization
X-Content-Type-Options: nosniff
X-XSS-protection: 1; mode=block
X-Frame-Options: deny
Content-Security-Policy: default-src 'none'
WWW-Authenticate: Digest realm="<IPaddr>", nonce="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", qop="auth"
Function
GET Parameter
Results
Response
Acquires the configuration script
currently enabled
Type=current
Or no Type is set
Acquisition successful
200 OK
Acquires the configuration script
on the RAM
Type=volatile
Acquisition successful
200 OK
Acquisition failed (No file)
404 Not Found
Acquires the configuration script
on the ROM
Type=static
Acquisition successful
200 OK
Acquisition failed (No file)
404 Not Found
Acquires the Default
configuration script
Type=default
Acquisition successful
200 OK
Acquires information from the
Bluetooth
adapter
Type=status
Acquisition successful
200 OK
Acquisition failed (No adapter
connected)
404 Not Found
Others
Type = Other than
the above
or
A parameter except
for Type exists
Type is invalid
400 Bad Request
Response Status
Response Body
200 OK
{
"message": "Success"
"detail": null
"description" : <Encoded string for the configuration script>
}