v2/remoteStorage
#
Method |
URL |
Description |
---|---|---|
POST |
|
See Payloads |
POST |
|
|
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}}" }"