Epson TM-m50II Technical Reference Guide - Page 126

Function, POST Parameters, Results, Response, Request Entity Too Large

Page 126 highlights

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

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133

126
Appendix
Updates the configuration
script in non-volatile
memory
{
“type” : “static”,
“description”: “<The
string for the
configuration script that
performed 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