149
Appendix
Updates the configuration
script in non-volatile
memory
{
“type” : “static”,
“description”: “<The
string for the configura-
tion script that per-
formed escape
processing>”
}
Update successful 200 OK
It has following header:
X-RateLimit-Limit: 1
X-RateLimit-Remaining: 0
X-RateLimit-Reset: xx
Update failed
When the parameter is too
long
413 Request Entity Too Large
It has following header:
X-RateLimit-Limit: 1
X-RateLimit-Remaining: 1
X-RateLimit-Reset: xx
Update failed
When an error occurs
when applying a new
configuration script
500 Internal Server Error
It has following header:
X-RateLimit-Limit: 1
X-RateLimit-Remaining: 0
X-RateLimit-Reset: xx
Update failed
When the gap between
updating is more than
once an hour
429 Too Many Requests
It has following header:
X-RateLimit-Limit: 1
X-RateLimit-Remaining: 0
X-RateLimit-Reset: xx
Deletes the configuration
script from non-volatile
memory
{
“type” : “static”,
“description”: “delete”
}
Deleting successful 200 OK
Deleting failed 500 Internal Server Error
Others No parameters
Invalid parameters
Error in escape
processing
Update failed 400 Bad Request
Function POST Parameters Results Response