Get Tenant Enterprise Prefix Set (v2.1)
GET/v2.1/api/tenants/:tenant_id/enterpriseprefixset
List the prefix set of a tenant enterprise.
Request
Path Parameters
tenant_id stringrequired
ID of the tenant.
Responses
- 200
Successful Operation
- application/json
- Schema
- Example (from schema)
Schema
id string
The ID of the tenant enterprise prefix set.
ipv4_enterprise_prefixes string[]
The IPv4 configuration of the tenant enterprise prefix.
ipv6_enterprise_prefixes string[]
The IPv6 configuration of the tenant enterprise prefix.
tenant_id stringrequired
The tenant ID.
{
"id": "string",
"ipv4_enterprise_prefixes": [
"string"
],
"ipv6_enterprise_prefixes": [
"string"
],
"tenant_id": "string"
}
Loading...