Sony FW-75BZ30L Reference Guide - Page 15

LCD Display settings, Example of HTTP request and response for REST API, Request, Response

Page 15 highlights

LCD Display settings When using [IP control], set the LCD Display as follows first. Go to [Settings] t [Network & Internet] t [Local network] t [IP control]. For REST API and IRCC-IP, • Select [Authentication]. • Set [Pre-Shared Key] if needed. For Simple IP control, • Enable [Simple IP control]. Example of HTTP request and response for REST API GENB Here is the example of a request and response to acquire the power status to the LCD Display (IP address: 192.168.0.1 Pre-shared Key "1234"). URL http://192.168.0.1/sony/system Request POST /sony/system HTTP/1.1 Host: 192.168.0.1 Content-Type: application/json; charset=UTF-8 Content-Length: 70 X-Auth-PSK: 1234 {"method": "getPowerStatus", "params": [], "id": 50, "version": "1.0"} Response HTTP/1.1 200 OK Content-Type: application/json; charset=UTF-8 Content-Length: 44 {"result": [{"status": "active"}], "id": 50} For more details on [IP control], please contact your sales representative. 15EN

  • 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

15
EN
EN
When using [IP control], set the LCD Display as follows first.
Go to [Settings]
t
[Network & Internet]
t
[Local network]
t
[IP control].
For REST API and IRCC-IP,
• Select [Authentication].
• Set [Pre-Shared Key] if needed.
For Simple IP control,
• Enable [Simple IP control].
Here is the example of a request and response to acquire the power status to the LCD Display
(IP address: 192.168.0.1 Pre-shared Key “1234”).
URL
Request
Response
For more details on [IP control], please contact your sales representative.
LCD Display settings
Example of HTTP request and response for REST API
POST /sony/system HTTP/1.1
Host: 192.168.0.1
Content-Type: application/json; charset=UTF-8
Content-Length: 70
X-Auth-PSK: 1234
{"method": "getPowerStatus", "params": [], "id": 50, "version": "1.0"}
HTTP/1.1 200 OK
Content-Type: application/json; charset=UTF-8
Content-Length: 44
{"result": [{"status": "active"}], "id": 50}