Get Restricted Connection
Retrieves the restricted connection with the given ID.
Retrieves the restricted connection with the given ID.
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/testConnection/restrictions/{id}
COPY
Path Parameters
string
id
Required
id
Responses
200
OK
Returns
RestrictedConnection
of type(s)
application/json;version=9.1.0
{
"id": "string",
"type": "string",
"value": "string"
}
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/testConnection/restrictions/{id}
Availability
Added in 39.2
Test Connection Restrictions Operations
GET
Query Restricted Connections
POST
Create Restricted Connection
GET
Get Restricted Connection
PUT
Update Restricted Connection
DELETE
Delete Restricted Connection