GET Config User
Retrieves a Config User from the Secure Proxy Configuration Manager.
With the getConfigUser/{Config User Name} method, you can retrieve a predefined Config User on the Secure Proxy Configuration Manager.
This API method requires authentication. The authentication token that is generated at login must be passed in through the "X-Authentication" header.
| Method | Resource | URI | Description |
|---|---|---|---|
GET |
Config User |
/sspcmrest/sspcm/rest/configUser/getConfigUser/{Config User Name} |
Get the XML corresponding to the Config User defined with in the Secure Proxy Configuration Manager. |
| Parameter | Required or Optional | Description | Validation | Valid values |
|---|---|---|---|---|
Config User Name |
Required |
The name of the Config User that is defined with in Secure Proxy Configuration Manager. |
Must be a non-empty string |
A-Z a-z 0-9 ._- |
Get Config User response body parameters
| Parameter | Description |
|---|---|
XML |
The XML corresponding to the Config User. |
HTTP Config User request
The following example shows the HTTP request:
GET https://localhost:8443/sspcmrest/sspcm/rest/configUser/getConfigUser/ConfigUser3
“X-Authentication”: “61504f4a524b48532b776a3467643733374b526368513d3d”
XML Config User response
The following example shows the XML response.
<haasUserDef>
<forceToUnlock>false</forceToUnlock>
<formatVer>10</formatVer>
<hashedName>db97de10</hashedName>
<lockedBy>admin</lockedBy>
<lockedTimestamp>2014-04-15 03:04:34 PM</lockedTimestamp>
<name>nmereddi</name>
<passwordPolicyId>defPasswordPolicy</passwordPolicyId>
<properties>
<property>
<name>passwordHistory0</name>
<value>W6ph5Mm5Pz8GgiULbPgzG37mj9g=</value>
</property>
</properties>
<role>admin</role>
<status>locked</status>
<verStamp>1</verStamp>
</haasUserDef>