Skip to main content
Security & Audit/Security

ListAnhengL3Networks

List Cloud L3 networks for the self-service open dialog. A trusted platform-admin has fixed global scope and may list global federation metadata without a Cloud session. A project-admin provides X-ZStack-Session; ZCF resolves the unique active Cloud platform in the active default Region and restricts the response to federation metadata whose L3 UUID is visible to that session. platformUuid is an optional compatibility filter and, when supplied, must match the resolved platform. The frontend does not need to send ProjectID or platformUuid.

GET/api/v1/security/anheng/l3-networks

Operation ID

ListAnhengL3Networks

Since

1.2.8

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Query Parameters

  • name
    String

    L3 network name fuzzy filter.

  • platformUuid
    String

    Optional compatibility filter. For project-admin callers ZCF resolves the unique active Cloud platform in the active default Region; a supplied value must match that platform.

  • zoneUuid
    String

    Zone UUID used to filter the results

  • ipVersion
    Integer

    IP protocol version used to filter the results

    Example: 0

  • limit
    Integer

    Maximum number of records to return

    Example: 0

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • items
    List

    Collection of result items

    Example: (nested array)

    • l3NetworkUuid
      String

      L3 network uuid for this resource

      Example: value

    • name
      String

      Human-readable name of this resource

      Example: my-resource

    • state
      String

      State for this resource

      Example: value

    • type
      String

      Resource or component type

      Example: value

    • category
      String

      Category for this resource

      Example: value

    • ipVersion
      Integer

      Ip version for this resource

      Example: 10

    • zoneUuid
      String

      Zone uuid for this resource

      Example: value

    • zoneName
      String

      Zone name for this resource

      Example: value

    • platformUuid
      String

      Platform uuid for this resource

      Example: value

    • platformName
      String

      Platform name for this resource

      Example: value

    • productType
      String

      Product type for this resource

      Example: value

    • ipRanges
      List

      Ip ranges for this resource

      Example: (nested array)

      • startIp
        String

        Start ip for this resource

        Example: value

      • endIp
        String

        End ip for this resource

        Example: value

      • gateway
        String

        Gateway for this resource

        Example: value

      • netmask
        String

        Netmask for this resource

        Example: value

  • total
    Integer

    Total for this resource

    Example: 10

  • limit
    Integer

    Limit for this resource

    Example: 10

  • offset
    Integer

    Offset for this resource

    Example: 10

  • Change Time

    AddedRequest parameters X-ZStack-Session
    View API