Enterprise Proxy Get Enterprise Proxy Property

Enterprise Proxy Get Enterprise Proxy Property

Get a enterprise proxy property by object id or other attribute.

Privileges required:

READ PROXY

Request
URI
POST
https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyProperty
COPY
Request Body
{
    "enterpriseId": 0,
    "name": "string",
    "id": 0
}
integer
enterpriseId
Optional

enterpriseId

string
name
Optional

name

integer
id
Optional

id

Responses
200

Request was successfully processed

This response body class contains all of the following: Inlineenterprise_proxy_get_enterprise_proxy_property_result0
{
    "id": 0,
    "enterpriseProxyId": 0,
    "created": "string",
    "name": "string",
    "value": "string",
    "isPassword": false,
    "dataType": "string",
    "description": "string",
    "modified": "string"
}

400
Returns generic_400 of type(s) application/json
Operation doesn't return any data structure

500
Returns generic_500 of type(s) application/json
Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/portal/rest/enterpriseProxy/getEnterpriseProxyProperty