cURL
curl --request POST \ --url https://{host}/Agent/Storage/LoadPrivateXml \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "localName": "<string>", "namespace": "<string>" } '
{ "created": "2023-11-07T05:31:56Z", "updated": "2023-11-07T05:31:56Z", "Xml": {} }
Allows the client to load previously saved private XML information from the server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Success