Versions Compared

Key

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

...


Description

URI

http://host_name/uc/resources/serveroperation/temporarypropertychange

HTTP Method

POST

Description

Allows for the temporary setting of specific Universal Controller properties to be used for diagnosing problems.

This operation and setting of properties should be performed only under the guidance of Stonebranch support.

Example URI

Authentication

HTTP Basic

Consumes Content-Type

n/a

Produces Content-Type

application/xml, application/json

Example Response

See Temporary Property Change: Example Response.

Request Parameters

See Temporary Property Change: Example ResponseRequest Parameters.

Anchor
Temporary Property Change Example Response
Temporary Property Change Example Response
Temporary Property Change: Example Response

XML Response

JSON Response


Expand
titleXML Response
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<serverOperationResponse>
    <operation>Temporary Property Change</operation>
    <success>true</success>
    <output>Property uc.log.rpc has been set to false</output>
</serverOperationResponse>



Expand
titleJSON Response
{
    "operation": "Temporary Property Change",
    "success": true,
    "output": "Property uc.log.rpc has been set to false"
}


Anchor

...

Temporary Property Change Request Parameters

...

Temporary Property Change Request Parameters
Temporary Property Change: Request Parameters

The following request parameters will be needed for a temporary property change.

...