Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fix documentation setAuxMetadata

...

  • setAuxMetadata

Set an arbitrary key: +value metadata for a given application. The existing metadata object key is replaced (overwritten) by the provided objectkey/value pair. Synchronous operation, returns a response on success or failure. 

Request payload: {"type":"application/vnd.rdk-app.dac.native", "id":"<string>", "version":"<string>","auxMetadatakey":<string>,"value":<auxMetadataPayload><string>}

Result payload: {}

parameters and errorsvalues
errors
  • "WrongParams" - request not accepted because of wrong parameters
  • "WrongMetadata" - request not accepted because of wrong format of metadata object
  • "Initializing" - LISA is performing initialization, wait for operationStatus event
auxMetadataPayload[{"<string>":"<string>"}]
  • getMetadata

Get all metadata stored for given application version. Synchronous operation, returns a response on success or failure. 

...