Equinix Networks API

The Networks API from Equinix — 6 operation(s) for networks.

Operations 8

POST /fabric/v4/networks Create Network #
GET /fabric/v4/networks/{networkId} Get Network By ID #
DELETE /fabric/v4/networks/{networkId} Delete Network By ID #
PATCH /fabric/v4/networks/{networkId} Update Network By ID #
POST /fabric/v4/networks/search Search Network #
GET /fabric/v4/networks/{networkId}/connections Get Connections #
GET /fabric/v4/networks/{networkId}/changes Get Network Changes #
GET /fabric/v4/networks/{networkId}/changes/{changeId} Get Change By ID #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/equinix-networks-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

equinix-networks-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Equinix Fabric API v4 Networks API
  description: 'Equinix Fabric is an advanced software-defined interconnection solution that enables you to directly, securely and dynamically connect to distributed infrastructure and digital ecosystems on platform Equinix via a single port, Customers can use Fabric to connect to: </br> 1. Cloud Service Providers - Clouds, network and other service providers.  </br> 2. Enterprises - Other Equinix customers, vendors and partners.  </br> 3. Myself - Another customer instance deployed at Equinix. </br> </br> <b>Integrations (SDKs, Tools) links:</b> </br> <a href="https://github.com/equinix/equinix-sdk-java">Fabric Java SDK</a> </br> <a href="https://github.com/equinix/equinix-sdk-go">Fabric Go SDK</a> </br> <a href="https://github.com/equinix/equinix-sdk-python">Fabric Python SDK</a> </br> <a href="https://registry.terraform.io/providers/equinix/equinix/latest/docs">Equinix Terraform Provider</a> </br> <a href="https://registry.terraform.io/modules/equinix/fabric/equinix/latest">Fabric Terraform Modules</a> </br> <a href="https://www.pulumi.com/registry/packages/equinix/">Equinix Pulumi Provider</a> </br>'
  termsOfService: https://www.equinix.com/about/legal/terms
  contact:
    name: Equinix API Support
    url: https://docs.equinix.com/api-support.htm
  license:
    name: Equinix Inc
    url: https://developer.equinix.com/agreement
  version: '4.28'
servers:
- url: https://api.equinix.com
  description: Equinix Inc
security:
- BearerAuth: []
tags:
- name: Networks
paths:
  /fabric/v4/networks:
    post:
      tags:
      - Networks
      summary: Create Network
      description: This API provides capability to create user's Fabric Network
      operationId: createNetwork
      parameters:
      - name: dryRun
        in: query
        description: option to verify that API calls will succeed
        required: false
        schema:
          type: boolean
          default: false
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/NetworkPostRequest'
            examples:
              Create-Global-EVPLAN-Network:
                $ref: '#/components/examples/Create-Global-EVPLAN-Network'
              Create-Regional-EVPLAN-Network:
                $ref: '#/components/examples/Create-Regional-EVPLAN-Network'
              Create-Local-EVPLAN-Network:
                $ref: '#/components/examples/Create-Local-EVPLAN-Network'
              Create-Global-EPLAN-Network:
                $ref: '#/components/examples/Create-Global-EPLAN-Network'
              Create-Regional-EPLAN-Network:
                $ref: '#/components/examples/Create-Regional-EPLAN-Network'
              Create-Local-EPLAN-Network:
                $ref: '#/components/examples/Create-Local-EPLAN-Network'
              Create-Global-EVPTREE-Network:
                $ref: '#/components/examples/Create-Global-EVPTREE-Network'
              Create-Regional-EVPTREE-Network:
                $ref: '#/components/examples/Create-Regional-EVPTREE-Network'
              Create-Local-EVPTREE-Network:
                $ref: '#/components/examples/Create-Local-EVPTREE-Network'
              Create-Global-EPTREE-Network:
                $ref: '#/components/examples/Create-Global-EPTREE-Network'
              Create-Regional-EPTREE-Network:
                $ref: '#/components/examples/Create-Regional-EPTREE-Network'
              Create-Local-EPTREE-Network:
                $ref: '#/components/examples/Create-Local-EPTREE-Network'
              NetworkDryRunCreate:
                $ref: '#/components/examples/CreateNetworkDryRunResponse'
        required: true
      responses:
        '201':
          description: Successful operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                EVPLAN-Global-Network:
                  $ref: '#/components/examples/Create-Global-EVPLAN-Network-Response'
                EVPLAN-Regional-Network:
                  $ref: '#/components/examples/Create-Regional-EVPLAN-Network-Response'
                EVPLAN-Local-Network:
                  $ref: '#/components/examples/Create-Local-EVPLAN-Network-Response'
                EPLAN-Global-Network:
                  $ref: '#/components/examples/Create-Global-EPLAN-Network-Response'
                EPLAN-Regional-Network:
                  $ref: '#/components/examples/Create-Regional-EPLAN-Network-Response'
                EPLAN-Local-Network:
                  $ref: '#/components/examples/Create-Local-EPLAN-Network-Response'
                EVPTREE-Global-Network:
                  $ref: '#/components/examples/Create-Global-EVPTREE-Network-Response'
                EVPTREE-Regional-Network:
                  $ref: '#/components/examples/Create-Regional-EVPTREE-Network-Response'
                EVPTREE-Local-Network:
                  $ref: '#/components/examples/Create-Local-EVPTREE-Network-Response'
                EPTREE-Global-Network:
                  $ref: '#/components/examples/Create-Global-EPTREE-Network-Response'
                EPTREE-Regional-Network:
                  $ref: '#/components/examples/Create-Regional-EPTREE-Network-Response'
                EPTREE-Local-Network:
                  $ref: '#/components/examples/Create-Local-EPTREE-Network-Response'
                networkDryRun:
                  $ref: '#/components/examples/CreateNetworkDryRunResponse'
        '202':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                networkResponse:
                  $ref: '#/components/examples/NetworkPostResponseExample'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/400'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '415':
          description: Unsupported Media Type
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/415'
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/500'
  /fabric/v4/networks/{networkId}:
    get:
      tags:
      - Networks
      summary: Get Network By ID
      description: This API provides capability to retrieve user's Fabric Network
      operationId: getNetworkByUuid
      parameters:
      - name: networkId
        in: path
        description: Network UUID
        required: true
        schema:
          $ref: '#/components/schemas/NetworkId'
      responses:
        '200':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                networkResponse:
                  $ref: '#/components/examples/NetworkGetResponseExample'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/404'
    delete:
      tags:
      - Networks
      summary: Delete Network By ID
      description: This API provides capability to delete user's Fabric Network
      operationId: deleteNetworkByUuid
      parameters:
      - name: networkId
        in: path
        description: Network UUID
        required: true
        schema:
          $ref: '#/components/schemas/NetworkId'
      responses:
        '202':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                networkResponse:
                  $ref: '#/components/examples/NetworkDeleteResponseExample'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/400_invalid_state'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/404'
    patch:
      tags:
      - Networks
      summary: Update Network By ID
      description: This API provides capability to update user's Fabric Network
      operationId: updateNetworkByUuid
      parameters:
      - name: networkId
        in: path
        description: Network UUID
        required: true
        schema:
          $ref: '#/components/schemas/NetworkId'
      requestBody:
        content:
          application/json-patch+json:
            schema:
              $ref: '#/components/schemas/NetworkUpdateRequest'
            examples:
              UpdateName:
                $ref: '#/components/examples/UpdateNetworkName'
              UpdateNotificationEmail:
                $ref: '#/components/examples/UpdateNetworkNotifications'
        required: true
      responses:
        '200':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Network'
              examples:
                networkResponse:
                  $ref: '#/components/examples/NetworkPatchResponseExample'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/400_invalid_state'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/404'
        '415':
          description: Unsupported Media Type
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/415'
  /fabric/v4/networks/search:
    post:
      tags:
      - Networks
      summary: Search Network
      description: The API provides capability to get list of user's Fabric Network using search criteria, including optional filtering, pagination and sorting
      operationId: searchNetworks
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/NetworkSearchRequest'
            examples:
              SearchFilterByStatus:
                $ref: '#/components/examples/SearchFilterByStatus'
              SearchFilterOrAnd:
                $ref: '#/components/examples/SearchFilterOrAnd'
        required: true
      responses:
        '200':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NetworkSearchResponse'
              examples:
                networkResponse:
                  $ref: '#/components/examples/NetworkSearchResponseExample'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/400_invalid_sorting'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '415':
          description: Unsupported Media Type
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/415'
  /fabric/v4/networks/{networkId}/connections:
    get:
      tags:
      - Networks
      summary: Get Connections
      description: The API provides capability to get list of user's Fabric Network connections
      operationId: getConnectionsByNetworkUuid
      parameters:
      - name: networkId
        in: path
        description: Network UUID
        required: true
        schema:
          $ref: '#/components/schemas/NetworkId'
      responses:
        '200':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NetworkConnections'
              examples:
                networkResponse:
                  $ref: '#/components/examples/GetNetworkConnectionExample'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/400_invalid_uuid'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '415':
          description: Unsupported Media Type
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/415'
  /fabric/v4/networks/{networkId}/changes:
    get:
      tags:
      - Networks
      summary: Get Network Changes
      description: The API provides capability to get list of user's Fabric Network changes
      operationId: getNetworkChanges
      parameters:
      - name: networkId
        in: path
        description: Network UUID
        required: true
        schema:
          $ref: '#/components/schemas/NetworkId'
      responses:
        '200':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NetworkChangeResponse'
              examples:
                networkResponse:
                  $ref: '#/components/examples/NetworkChangeResponseExample'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/400_invalid_uuid'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '415':
          description: Unsupported Media Type
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/415'
  /fabric/v4/networks/{networkId}/changes/{changeId}:
    get:
      tags:
      - Networks
      summary: Get Change By ID
      description: This API provides capability to retrieve user's Fabric Network Change
      operationId: getNetworkChangeByUuid
      parameters:
      - name: networkId
        in: path
        description: Network UUID
        required: true
        schema:
          $ref: '#/components/schemas/NetworkId'
      - name: changeId
        in: path
        description: Network Change UUID
        required: true
        schema:
          $ref: '#/components/schemas/ChangeId_5'
      responses:
        '200':
          description: Fabric Network Access point object
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/NetworkChange'
              examples:
                networkResponse:
                  $ref: '#/components/examples/NetworkGetChangeResponseExample'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/400_invalid_uuid'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/401'
        '403':
          description: Forbidden
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/403'
        '404':
          description: Not Found
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/404'
components:
  schemas:
    CloudRouterPostRequestBase:
      type: object
      properties:
        type:
          type: string
          enum:
          - XF_ROUTER
        name:
          type: string
          description: Customer-provided Cloud Router name
        location:
          $ref: '#/components/schemas/SimplifiedLocationWithoutIBX'
        package:
          $ref: '#/components/schemas/CloudRouterPostRequestPackage'
        order:
          $ref: '#/components/schemas/Order'
        project:
          $ref: '#/components/schemas/Project'
        account:
          $ref: '#/components/schemas/SimplifiedAccount'
        notifications:
          type: array
          description: Preferences for notifications on connection configuration or status changes
          items:
            $ref: '#/components/schemas/SimplifiedNotification'
        marketplaceSubscription:
          $ref: '#/components/schemas/marketplaceSubscription'
      description: Create Cloud Router
    LinkProtocolType:
      type: string
      description: Type of Link Protocol
      enum:
      - UNTAGGED
      - DOT1Q
      - QINQ
      - EVPN_VXLAN
      - VXLAN
    SimplifiedLinkProtocol:
      type: object
      properties:
        type:
          $ref: '#/components/schemas/LinkProtocolType'
        vlanTag:
          maximum: 4092
          minimum: 2
          type: integer
          description: vlanTag value specified for DOT1Q connections
        vlanSTag:
          maximum: 4092
          minimum: 2
          type: integer
          description: vlanSTag value specified for QINQ connections
        vlanCTag:
          maximum: 4092
          minimum: 2
          type: integer
          description: vlanCTag value specified for QINQ connections
      description: Connection link protocol Configuration
    MarketingInfo:
      type: object
      properties:
        logo:
          type: string
          description: Logo file name
        promotion:
          type: boolean
          description: Profile promotion on marketplace
        processSteps:
          maxItems: 3
          type: array
          items:
            $ref: '#/components/schemas/ProcessStep'
    ConnectionRedundancy:
      type: object
      properties:
        group:
          type: string
          description: Redundancy group identifier (UUID of primary connection)
        priority:
          $ref: '#/components/schemas/ConnectionPriority'
      description: Connection redundancy configuration
    marketplaceSubscription:
      type: object
      properties:
        href:
          type: string
          description: Marketplace Subscription URI
          format: uri
          readOnly: true
          example: https://api.equinix.com/fabric/v4/marketplaceSubscriptions/20d32a80-0d61-4333-bc03-707b591ae2f5
        type:
          type: string
          description: Marketplace Subscription type
          example: AWS_MARKETPLACE_SUBSCRIPTION
          enum:
          - AWS_MARKETPLACE_SUBSCRIPTION
          - GCP_MARKETPLACE_SUBSCRIPTION
          - AZURE_MARKETPLACE_SUBSCRIPTION
        uuid:
          type: string
          description: Equinix-assigned Marketplace Subscription identifier
          example: 20d32a80-0d61-4333-bc03-707b591ae2f5
      description: Equinix Fabric Entity for Marketplace Subscription
    ServiceProfileVisibilityEnum:
      type: string
      enum:
      - PRIVATE
      - PUBLIC
    VirtualNetwork:
      type: object
      properties:
        href:
          type: string
          description: The Canonical URL at which the resource resides.
          format: uri
          readOnly: true
        uuid:
          type: string
          description: Equinix-assigned Virtual Network identifier
          format: uuid
      description: Virtual Network Information
    Connection:
      required:
      - aSide
      - bandwidth
      - name
      - type
      - zSide
      type: object
      properties:
        href:
          type: string
          description: Connection URI
          format: uri
          readOnly: true
        type:
          $ref: '#/components/schemas/ConnectionType'
        uuid:
          type: string
          description: Equinix-assigned connection identifier
        name:
          type: string
          description: Customer-provided connection name
        description:
          type: string
          description: Customer-provided connection description
        change:
          $ref: '#/components/schemas/Change'
        operation:
          $ref: '#/components/schemas/ConnectionOperation'
        order:
          $ref: '#/components/schemas/Order'
        notifications:
          type: array
          description: Preferences for notifications on connection configuration or status changes
          items:
            $ref: '#/components/schemas/SimplifiedNotification'
        account:
          $ref: '#/components/schemas/SimplifiedAccount'
        changeLog:
          $ref: '#/components/schemas/Changelog'
        bandwidth:
          maximum: 10000
          minimum: 0
          type: integer
          description: Connection bandwidth in Mbps
        geoScope:
          $ref: '#/components/schemas/GeoScopeType'
        redundancy:
          $ref: '#/components/schemas/ConnectionRedundancy'
        isRemote:
          type: boolean
          description: Connection property derived from access point locations
        direction:
          $ref: '#/components/schemas/ConnectionDirection'
        aSide:
          $ref: '#/components/schemas/ConnectionSide'
        zSide:
          $ref: '#/components/schemas/ConnectionSide'
        marketplaceSubscription:
          $ref: '#/components/schemas/marketplaceSubscription'
        additionalInfo:
          type: array
          description: Connection additional information
          items:
            $ref: '#/components/schemas/ConnectionSideAdditionalInfo'
        project:
          $ref: '#/components/schemas/Project'
      description: Connection specification
    ConnectionSide:
      type: object
      properties:
        serviceToken:
          $ref: '#/components/schemas/ServiceToken'
        accessPoint:
          $ref: '#/components/schemas/AccessPoint'
        additionalInfo:
          type: array
          description: Any additional information, which is not part of connection metadata or configuration
          items:
            $ref: '#/components/schemas/ConnectionSideAdditionalInfo'
      description: Connection configuration object for each side of multi-segment connection
    CloudRouterChangeOperation:
      required:
      - op
      - path
      - value
      type: object
      properties:
        op:
          type: string
          description: Handy shortcut for operation name
          enum:
          - replace
          - add
          - remove
        path:
          type: string
          description: path inside document leading to updated parameter
        value:
          description: new value for updated parameter
      description: Fabric Cloud Router change operation data
    ServiceTokenType:
      type: string
      description: Type of Service Token
      enum:
      - VC_TOKEN
      - EPL_TOKEN
    SimplifiedNotification:
      required:
      - emails
      - type
      type: object
      properties:
        type:
          type: string
          description: Notification Type
          example: BANDWIDTH_ALERT
          enum:
          - NOTIFICATION
          - BANDWIDTH_ALERT
          - CONNECTION_APPROVAL
          - PROFILE_LIFECYCLE
          - ALL
          - SALES_REP_NOTIFICATIONS
          - TECHNICAL
          - ORDERING
        sendInterval:
          type: string
        emails:
          type: array
          description: Array of contact emails
          items:
            type: string
            format: email
        registeredUsers:
          type: array
          description: Array of registered users
          items:
            type: string
    NetworkSimpleExpression:
      type: array
      items:
        $ref: '#/components/schemas/NetworkFilter'
    SimplifiedNetwork:
      required:
      - uuid
      type: object
      properties:
        href:
          type: string
          description: Network URI
          format: uri
          readOnly: true
          example: https://api.equinix.com/fabric/v4/networks/92dc376a-a932-43aa-a6a2-c806dedbd784
        uuid:
          type: string
          description: Equinix-assigned network identifier
          format: uuid
          example: 92dc376a-a932-43aa-a6a2-c806dedbd784
        name:
          type: string
          description: Customer-assigned network name
          example: My EVPLAN Network
        state:
          $ref: '#/components/schemas/NetworkState'
        account:
          $ref: '#/components/schemas/SimplifiedAccount'
        change:
          $ref: '#/components/schemas/SimplifiedNetworkChange'
        operation:
          $ref: '#/components/schemas/NetworkOperation'
        changeLog:
          $ref: '#/components/schemas/Changelog'
        links:
          type: array
          description: Network sub-resources links
          readOnly: true
          items:
            $ref: '#/components/schemas/Link'
        type:
          $ref: '#/components/schemas/NetworkType'
        scope:
          $ref: '#/components/schemas/NetworkScope'
        location:
          $ref: '#/components/schemas/SimplifiedLocation'
      description: Network specification
    NetworkChangeStatus:
      type: string
      description: Current outcome of the change flow
      enum:
      - APPROVED
      - COMPLETED
      - FAILED
      - REJECTED
      - REQUESTED
      - SUBMITTED_FOR_APPROVAL
    CloudRouterChange:
      required:
      - type
      - updatedDateTime
      type: object
      properties:
        uuid:
          type: string
          description: Uniquely identifies a change
        type:
          type: string
          description: Type of change
          enum:
          - ROUTER_UPDATE
        status:
          type: string
          description: Current outcome of the change flow
          enum:
          - COMPLETED
          - FAILED
          - REQUESTED
        createdDateTime:
          type: string
          description: Set when change flow starts
          format: date-time
          example: 2020-11-06 07:00:00+00:00
        updatedDateTime:
          type: string
          description: Set when change object is updated
          format: date-time
          example: 2020-11-06 07:00:00+00:00
        information:
          type: string
          description: Additional information
        data:
          type: array
          items:
            $ref: '#/components/schemas/CloudRouterChangeOperation'
      description: Current state of latest CloudRouter change
    PortOrderSignature:
      type: object
      properties:
        signatory:
          type: string
          description: Port signature Type
          enum:
          - DELEGATE
          - SELF
          - ACCOUNT_SUPPORT
        delegate:
          $ref: '#/components/schemas/PortOrderSignatureDelegate'
      description: Port signature details
    NetworkSortCriteriaResponse:
      type: object
      properties:
        direction:
          $ref: '#/components/schemas/NetworkSortDirectionResponse'
       

# --- truncated at 32 KB (128 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/equinix/refs/heads/main/openapi/equinix-networks-api-openapi.yml