``v2/remoteStorage`` --------------------------------- .. tabularcolumns:: |p{1.5cm}|p{5cm}|p{8.5cm}| +--------+------------------------------+--------------+ | Method | URL | Description | +========+==============================+==============+ | POST | ``/v2/remoteStorage/add`` | See Payloads | +--------+------------------------------+--------------+ | POST | ``/v2/remoteStorage/show`` | | +--------+------------------------------+--------------+ | DELETE | ``/v2/remoteStorage/delete`` | See Payloads | +--------+------------------------------+--------------+ Payloads ............ ``{{TEST_IP}}`` and ``{{REQUESTOR}}`` are IP address variables. * POST ``/v2/remoteStorage/add`` :: "key": "data", "value": "{ "ipAddress": ["{{TESTIP}}"], "requestor": "{{REQUESTOR}}" }" * DELETE ``/v2/remoteStorage/delete`` :: "key": "data", "value": "{ "ipAddress":["{{TESTIP}}"] "requestor": "{{REQUESTOR}}" }"