Get Restricted Connection

Get Restricted Connection

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns RestrictedConnection of type(s) application/json;version=40.0
{
    "id": "string",
    "type": "string",
    "value": "string"
}
string
id
Optional

The identifier of the restricted connection in URN format.

string
type
Required

The type of restricted connection. This can either be a domain name (DOMAIN), an IP address (IP_ADDRESS), or an IP address range (IP_RANGE).

string
value
Required

The value of the restricted connection, where the format depends on the type.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/testConnection/restrictions/{id}