Turns on or off the logon-free sharing switch for an application monitored by the frontend monitoring feature.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | SetRetcodeShareStatus |
The operation that you want to perform. Set the value to |
Pid | String | Yes | atc889zkcf@d8deedfa9bf**** |
The process identifier (PID) of the application. For more information, see Obtain the PID of an application. |
Status | Boolean | Yes | true |
Specifies whether to turn on or turn off the logon-free sharing switch. Valid values:
|
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
IsSuccess | Boolean | true |
Indicates whether the call is successful. Valid values:
|
RequestId | String | 40B10E04-81E8-4643-970D-F1B38F2E**** |
The ID of the request. |
Examples
Sample requests
http(s)://[Endpoint]/?Action=SetRetcodeShareStatus
&Pid=atc889zkcf@d8deedfa9bf****
&Status=true
&<Common request parameters>
Sample success responses
XML
format
<SetRetcodeShareStatusResponse>
<IsSuccess>true</IsSuccess>
<RequestId>40B10E04-81E8-4643-970D-F1B38F2E****</RequestId>
</SetRetcodeShareStatusResponse>
JSON
format
{
"IsSuccess": true,
"RequestId": "40B10E04-81E8-4643-970D-F1B38F2E****"
}