Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

message":"Success"}],"statusCode":200}


Able to fetch below list of parameter from client( RPI ) device.

Sl#WebPA ParameterWebPA Output ( Example )
1Device.DeviceInfo.X_RDKCENTRAL-COM_IMAGENAMERPI-CAM_stable2_20200318070913
2Device.DeviceInfo.ManufacturerRPI
3Device.DeviceInfo.X_RDKCENTRAL-COM_MACb8:27:eb:2e:72:2b
4Device.DeviceInfo.UpTime477 sec
5Device.DeviceInfo.MemoryStatus.Total309732.000000 KB
6Device.DeviceInfo.MemoryStatus.Free276588.000000 KB
7Device.WiFi.X_RDKCENTRAL-COM_IPv4Address192.168.43.246
8Device.WiFi.X_RDKCENTRAL-COM_PublicIP157.46.55.67
9Device.WiFi.X_RDKCENTRAL-COM_HostNameraspberrypi0-wifi-camera
10Device.WiFi.X_RDKCENTRAL-COM_NetMask168.109.28.0
11Device.WiFi.X_RDKCENTRAL-COM_Gateway192.168.43.218
12Device.WiFi.X_RDKCENTRAL-COM_UserNameroot
13Device.DeviceInfo.ModelNameRPIMC
14Device.DeviceInfo.DescriptionRPIMC Home Security Device
15Device.DeviceInfo.SerialNumber000000009e7b277e
16Device.X_RDKCENTRAL-COM_Camera.LiveStream.EvoStream.ServerIP192.168.0.107
17Device.X_RDKCENTRAL-COM_Camera.LiveStream.EvoStream.ServerPort81
18Device.X_RDKCENTRAL-COM_Camera.LiveStream.EvoStream.RoomNamerpi0


Limitations

  • Validated only the above get parameters mentioned.

Troubleshooting

  • Error Message

         Following are the error message that user may taken into considerations:

  1. "message":"Invalid parameter value"}],"statusCode":520

    For Invalid parameter value, check for correct parameter name and the unwanted space in the command.

  2. "message":"Error unsupported namespace","statusCode":520

    For Unsupported namespace, check for the respective services that are essential to fetch tha data. For example, WiFi related information can be accessed only if ccspwifiagent service is active.

  3. "message":Service Unavailable", "statusCode":531

    For this error, ensure the network connection and the server and client-side services are up.

Special Considerations

         Since different services are involved in the communication, port-number specification should be taken into account.

  1. In Client-side, along with ServerURL Port number of Talaria should be specified.
  2. From user-end, while requesting for information Tr1d1um's Port number should be given.