GET User Proxy

The Get User Proxy API is used to retrieve the proxy information.

Method URI

GET

/cdwebconsole/svc/userproxies

The following example shows the Command:
curl -X 'GET' \
  'https://172.20.185.95:9443/cdwebconsole/svc/userproxies?proxyName=Proxy1%40CD595W' \
  -H 'Authorization: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJhZG1pbmlzdHJhdG9yOjE3Mi4yMC4xODUuOTU6MTM2Mzo5MWEyNDVlZC1iYTA1LTQ5NWQtYWFjNy1mYmJkNzE4ODY5NDAiLCJleHAiOjE3MTUwNzkxMTh9.7kqYDA0PRUTBvgM4YfsTAZQTppCRYoutNobIkZ3xxMkHKQTOsgwVnOnYBFVImx4mPcOy_zHZQgWAgBzqMK4kgQ' \
  -H 'Content-Type: application/json' \
  -H 'X-XSRF-TOKEN: 6aa1810c-9e3f-47d1-816e-d813a7c63f5a'
Table 1. Input Parameters
Parameter Name Required/Optional Description Valid values
proxyName Optional Specifies the proxyName in form of UserName@NodeName. With *all we will get all user proxies.  
The following example shows the Sample Response:
[
  {
    "processDirectory": "",
    "authorizedToUpload": "User",
    "localPassword": "2A515446422A5F634D46685F48535F375F4541444E4C5F6862725555215F5A6A46694831705F204D48765F65746876784133455F434F70325F6C6C74656F6D5235416C725F54415F65464C565F58616E50367753685F6C335441415F6A373553434F75452E64694F4B4365336E662E7670676E724632584F674C554220517000",
    "proxyName": "Proxy1@CD595W",
    "fileUploadDirectory": "",
    "programDirectory": "",
    "fileDownloadDirectory": "",
    "localUserId": "Test1",
    "authorizedToRunProcessUsingProxyServiceAccount": "No",
    "authorizedToPswdExit": "User",
    "authorizedToDownload": "User"
  }
]