---
title: "List L3 address profiles"
method: GET
path: "/l3-address-profiles"
tags: ["Configuration - Policy"]
---

# List L3 address profiles

`GET /l3-address-profiles`

List all L3 Address Profiles.

## Query parameters

- `addressType` 'L3_ADDRESS_TYPE_UNSPECIFIED' | 'L3_ADDRESS_TYPE_IP_ADDRESS' | 'L3_ADDRESS_TYPE_IP_SUBNET' | 'L3_ADDRESS_TYPE_IP_RANGE' | 'L3_ADDRESS_TYPE_HOST_NAME' | 'L3_ADDRESS_TYPE_WILDCARD_HOST_NAME' | 'L3_ADDRESS_TYPE_WILDCARD' | 'UNRECOGNIZED', required

## Response `200`

OK

- XiqL3AddressProfile[]
  - `id` integer, required — The unique identifier
  - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
  - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
  - `org_id` integer — The organization identifier, valid when enabling HIQ feature
  - `predefined` boolean — Flag to describe whether the application is predefined or customised
  - `name` string, required — Address profile name
  - `description` string — Address profile description
  - `value` string — Address profile value
  - `enable_classification` boolean — The flag to enable classification on L3 address profile
  - `address_type` 'IP_ADDRESS' | 'IP_SUBNET' | 'IP_RANGE' | 'HOST_NAME' | 'WILDCARD_HOST_NAME' | 'WILDCARD', required — Address type
  - `classified_entries` XiqAddressProfileClassifiedEntry[] — The address profile classified entries
    - `class_asgn_id` integer — The classification assignment id value.
    - `value` string — The classified entry value.
    - `description` string — The classified entry description.
    - `netmask` string — The classified entry netmask
    - `ip_address_end` string — The classified entry IP address end.
    - `wildcard_mask` string — The classified entry wildcard mask.

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
