Equinix Precision Time API

Precision Time

Operations 9

POST /fabric/v4/timeServices Create Time Service #
GET /fabric/v4/timeServices/{serviceId} Get Service By ID. #
PUT /fabric/v4/timeServices/{serviceId} Configure Service. #
DELETE /fabric/v4/timeServices/{serviceId} Delete by ID. #
PATCH /fabric/v4/timeServices/{serviceId} Update By ID. #
POST /fabric/v4/timeServices/search Search Time Services #
GET /fabric/v4/timeServices/{serviceId}/connections Get Connection Links #
GET /fabric/v4/timeServicePackages Get Packages #
GET /fabric/v4/timeServicePackages/{packageCode} Get Package By Code #

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-precision-time-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-precision-time-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Equinix Fabric API v4 Precision Time 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: Precision Time
  description: Precision Time
paths:
  /fabric/v4/timeServices:
    post:
      tags:
      - Precision Time
      summary: Create Time Service
      description: The API provides capability to create Precision Time service
      operationId: createTimeServices
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/precisionTimeServiceRequest'
            examples:
              ntpStandard:
                $ref: '#/components/examples/ntpStandardService'
              ptpStandard:
                $ref: '#/components/examples/ptpStandardService'
              ntpEnterprise:
                $ref: '#/components/examples/ntpEnterpriseService'
              ptpEnterprise:
                $ref: '#/components/examples/ptpEnterpriseService'
              ptpStandardWithAdvancedConfiguration:
                $ref: '#/components/examples/ptpStandardWithAdvancedConfiguration'
              ptpEnterpriseWithAdvancedConfiguration:
                $ref: '#/components/examples/ptpEnterpriseWithAdvancedConfiguration'
              ntpEnterpriseWithAdvancedConfiguration:
                $ref: '#/components/examples/ntpEnterpriseWithAdvancedConfiguration'
        required: true
      responses:
        '202':
          description: Successful Accepted operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/precisionTimeServiceResponse'
              examples:
                ntpStandard:
                  $ref: '#/components/examples/ntpStandardCreateResponse'
                ntpEnterprise:
                  $ref: '#/components/examples/ntpEnterpriseCreateResponse'
                ptpStandard:
                  $ref: '#/components/examples/ptpStandardCreateResponse'
                ptpEnterprise:
                  $ref: '#/components/examples/ptpEnterpriseCreateResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                InvalidName:
                  $ref: '#/components/examples/400-Invalid-Name'
                ValidateName:
                  $ref: '#/components/examples/400-Validate-Name'
                DuplicateName:
                  $ref: '#/components/examples/400-Duplicate-Name'
                MandatoryConnectionUuid:
                  $ref: '#/components/examples/400-Mandatory-ConnectionUUid'
                InvalidConnectionUuidFormat:
                  $ref: '#/components/examples/400-Invalid-ConnectionUuid-Format'
                InvalidConnectionStatus:
                  $ref: '#/components/examples/400-Invalid-Connection-Status'
                ValidateConnectionUuid:
                  $ref: '#/components/examples/400-Validate-ConnectionUuid'
                InvalidConnectionLocation:
                  $ref: '#/components/examples/400-Invalid-Connection-Location'
                MandatoryPackageType:
                  $ref: '#/components/examples/400-Mandatory-PackageType'
                InvalidPackageType:
                  $ref: '#/components/examples/400-Invalid-PackageType'
                InvalidConnectionPackageType:
                  $ref: '#/components/examples/400-Invalid-Connection-PackageType'
                MandatoryPackage:
                  $ref: '#/components/examples/400-Mandatory-Package'
                InvalidPackage:
                  $ref: '#/components/examples/400-Invalid-Package'
                InvalidConnectionPackage:
                  $ref: '#/components/examples/400-Invalid-Connection-Package'
                MandatoryPrimaryIP:
                  $ref: '#/components/examples/400-Mandatory-PrimaryIP'
                InvalidPrimaryIPFormat:
                  $ref: '#/components/examples/400-Invalid-PrimaryIP-Format'
                ValidatePrimaryIP:
                  $ref: '#/components/examples/400-Validate-PrimaryIP'
                MandatorySecondaryIP:
                  $ref: '#/components/examples/400-Mandatory-SecondaryIP'
                InvalidSecondaryIPFormat:
                  $ref: '#/components/examples/400-Invalid-SecondaryIP-Format'
                ValidateSecondaryIP:
                  $ref: '#/components/examples/400-Validate-SecondaryIP'
                ValidateSameSubnet:
                  $ref: '#/components/examples/400-Validate-SameSubnet'
                MandatoryNetworkMask:
                  $ref: '#/components/examples/400-Mandatory-NetworkMask'
                InvalidNetworkMaskFormat:
                  $ref: '#/components/examples/400-Invalid-NetworkMask-Format'
                ValidateNetworkMask:
                  $ref: '#/components/examples/400-Validate-NetworkMask'
                InvalidDefaultGatewayFormat:
                  $ref: '#/components/examples/400-Invalid-DefaultGateway-Format'
                ValidateDefaultGateway:
                  $ref: '#/components/examples/400-Validate-DefaultGateway'
                InvalidTimeScale:
                  $ref: '#/components/examples/400-Invalid-TimeScale'
                InvalidDomain:
                  $ref: '#/components/examples/400-Invalid-Domain'
                InvalidPriority1:
                  $ref: '#/components/examples/400-Invalid-Priority1'
                InvalidPriority2:
                  $ref: '#/components/examples/400-Invalid-Priority2'
                InvalidLogAnnounceInterval:
                  $ref: '#/components/examples/400-Invalid-LogAnnounceInterval'
                ValidateLogAnnounceIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogAnnounceInterval-Range'
                InvalidLogSyncInterval:
                  $ref: '#/components/examples/400-Invalid-LogSyncInterval'
                ValidateLogSyncIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogSyncInterval-Range'
                InvalidLogDelayReqInterval:
                  $ref: '#/components/examples/400-Invalid-LogDelayReqInterval'
                ValidateLogDelayReqIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogDelayReqInterval-Range'
                InvalidTransportMode:
                  $ref: '#/components/examples/400-Invalid-TransportMode'
                InvalidGrantTime:
                  $ref: '#/components/examples/400-Invalid-GrantTime'
                ValidateGrantTimeRange:
                  $ref: '#/components/examples/400-Validate-GrantTime-Range'
                InvalidType:
                  $ref: '#/components/examples/400-Invalid-Type'
                InvalidId:
                  $ref: '#/components/examples/400-Invalid-Id'
                InvalidPassword:
                  $ref: '#/components/examples/400-Invalid-Password'
                ValidatePassword:
                  $ref: '#/components/examples/400-Validate-Password'
        '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/timeServices/{serviceId}:
    get:
      tags:
      - Precision Time
      summary: Get Service By ID.
      description: The API provides capability to get Precision Time Service details
      operationId: getTimeServicesById
      parameters:
      - name: serviceId
        in: path
        description: Service UUID
        required: true
        schema:
          $ref: '#/components/schemas/ServiceId'
      responses:
        '200':
          description: Successful operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/precisionTimeServiceResponse'
              examples:
                ntpStandardOriginPort:
                  $ref: '#/components/examples/ntpStandardResponseASidePort'
                ntpStandardOriginVirtualDevice:
                  $ref: '#/components/examples/ntpStandardResponseASideVirtualDevice'
                ntpStandardOriginCloudRouter:
                  $ref: '#/components/examples/ntpStandardResponseASideCloudRouter'
                ntpEnterpriseOriginPort:
                  $ref: '#/components/examples/ntpEnterpriseWOMD5ResponseASidePort'
                ntpEnterpriseWithAdvConfigOriginPort:
                  $ref: '#/components/examples/ntpEnterpriseResponseASidePort'
                ntpEnterpriseWithAdvConfigOriginVirtualDevice:
                  $ref: '#/components/examples/ntpEnterpriseResponseASideVirtualDevice'
                ntpEnterpriseWithAdvConfigOriginCloudRouter:
                  $ref: '#/components/examples/ntpEnterpriseResponseASideCloudRouter'
                ptpStandardOriginPort:
                  $ref: '#/components/examples/ptpStandardResponse'
                ptpEnterpriseOriginPort:
                  $ref: '#/components/examples/ptpEnterpriseResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
        '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'
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/500'
    put:
      tags:
      - Precision Time
      summary: Configure Service.
      description: The API provides capability to Configure/Fulfill the Precision Time Service.
      operationId: fulfillTimeServices
      parameters:
      - name: serviceId
        in: path
        description: Service UUID
        required: true
        schema:
          $ref: '#/components/schemas/ServiceId'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/precisionTimeServiceRequest'
            examples:
              ntpStandard:
                $ref: '#/components/examples/configureStandardService'
              ptpStandard:
                $ref: '#/components/examples/configureStandardService'
              ntpEnterpriseWithAdvanceConfiguration:
                $ref: '#/components/examples/configureNtpEnterpriseAdvancedConfig'
              ptpEnterpriseWithAdvanceConfiguration:
                $ref: '#/components/examples/configurePtpWithAdvancedConfig'
        required: true
      responses:
        '202':
          description: Successful Accepted operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/precisionTimeServiceResponse'
              examples:
                ntpStandard:
                  $ref: '#/components/examples/ntpStandardConfigureResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                InvalidName:
                  $ref: '#/components/examples/400-Invalid-Name'
                ValidateName:
                  $ref: '#/components/examples/400-Validate-Name'
                DuplicateName:
                  $ref: '#/components/examples/400-Duplicate-Name'
                MandatoryConnectionUuid:
                  $ref: '#/components/examples/400-Mandatory-ConnectionUUid'
                InvalidConnectionUuidFormat:
                  $ref: '#/components/examples/400-Invalid-ConnectionUuid-Format'
                InvalidConnectionStatus:
                  $ref: '#/components/examples/400-Invalid-Connection-Status'
                ValidateConnectionUuid:
                  $ref: '#/components/examples/400-Validate-ConnectionUuid'
                InvalidConnectionLocation:
                  $ref: '#/components/examples/400-Invalid-Connection-Location'
                MandatoryPackageType:
                  $ref: '#/components/examples/400-Mandatory-PackageType'
                InvalidPackageType:
                  $ref: '#/components/examples/400-Invalid-PackageType'
                InvalidConnectionPackageType:
                  $ref: '#/components/examples/400-Invalid-Connection-PackageType'
                MandatoryPackage:
                  $ref: '#/components/examples/400-Mandatory-Package'
                InvalidPackage:
                  $ref: '#/components/examples/400-Invalid-Package'
                InvalidConnectionPackage:
                  $ref: '#/components/examples/400-Invalid-Connection-Package'
                MandatoryPrimaryIP:
                  $ref: '#/components/examples/400-Mandatory-PrimaryIP'
                InvalidPrimaryIPFormat:
                  $ref: '#/components/examples/400-Invalid-PrimaryIP-Format'
                ValidatePrimaryIP:
                  $ref: '#/components/examples/400-Validate-PrimaryIP'
                MandatorySecondaryIP:
                  $ref: '#/components/examples/400-Mandatory-SecondaryIP'
                InvalidSecondaryIPFormat:
                  $ref: '#/components/examples/400-Invalid-SecondaryIP-Format'
                ValidateSecondaryIP:
                  $ref: '#/components/examples/400-Validate-SecondaryIP'
                ValidateSameSubnet:
                  $ref: '#/components/examples/400-Validate-SameSubnet'
                MandatoryNetworkMask:
                  $ref: '#/components/examples/400-Mandatory-NetworkMask'
                InvalidNetworkMaskFormat:
                  $ref: '#/components/examples/400-Invalid-NetworkMask-Format'
                ValidateNetworkMask:
                  $ref: '#/components/examples/400-Validate-NetworkMask'
                InvalidDefaultGatewayFormat:
                  $ref: '#/components/examples/400-Invalid-DefaultGateway-Format'
                ValidateDefaultGateway:
                  $ref: '#/components/examples/400-Validate-DefaultGateway'
                InvalidTimeScale:
                  $ref: '#/components/examples/400-Invalid-TimeScale'
                InvalidDomain:
                  $ref: '#/components/examples/400-Invalid-Domain'
                InvalidPriority1:
                  $ref: '#/components/examples/400-Invalid-Priority1'
                InvalidPriority2:
                  $ref: '#/components/examples/400-Invalid-Priority2'
                InvalidLogAnnounceInterval:
                  $ref: '#/components/examples/400-Invalid-LogAnnounceInterval'
                ValidateLogAnnounceIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogAnnounceInterval-Range'
                InvalidLogSyncInterval:
                  $ref: '#/components/examples/400-Invalid-LogSyncInterval'
                ValidateLogSyncIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogSyncInterval-Range'
                InvalidLogDelayReqInterval:
                  $ref: '#/components/examples/400-Invalid-LogDelayReqInterval'
                ValidateLogDelayReqIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogDelayReqInterval-Range'
                InvalidTransportMode:
                  $ref: '#/components/examples/400-Invalid-TransportMode'
                InvalidGrantTime:
                  $ref: '#/components/examples/400-Invalid-GrantTime'
                ValidateGrantTimeRange:
                  $ref: '#/components/examples/400-Validate-GrantTime-Range'
                InvalidType:
                  $ref: '#/components/examples/400-Invalid-Type'
                InvalidId:
                  $ref: '#/components/examples/400-Invalid-Id'
                InvalidPassword:
                  $ref: '#/components/examples/400-Invalid-Password'
                ValidatePassword:
                  $ref: '#/components/examples/400-Validate-Password'
        '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'
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/500'
    delete:
      tags:
      - Precision Time
      summary: Delete by ID.
      description: The API provides capability to delete Precision Time Service by service id.
      operationId: deleteTimeServiceById
      parameters:
      - name: serviceId
        in: path
        description: Service UUID
        required: true
        schema:
          $ref: '#/components/schemas/ServiceId'
      responses:
        '202':
          description: Successful Delete
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/precisionTimeServiceResponse'
              examples:
                ntpStandard:
                  $ref: '#/components/examples/ntpStandardDeletingResponse'
        '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'
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/500'
    patch:
      tags:
      - Precision Time
      summary: Update By ID.
      description: The API provides capability to update Precision Time Service by service id.
      operationId: updateTimeServicesById
      parameters:
      - name: serviceId
        in: path
        description: Service UUID
        required: true
        schema:
          $ref: '#/components/schemas/ServiceId'
      requestBody:
        content:
          application/json-patch+json:
            schema:
              maxItems: 1
              minItems: 1
              type: array
              items:
                $ref: '#/components/schemas/precisionTimeChangeOperation'
            examples:
              updateName:
                $ref: '#/components/examples/updateName'
              updatePackageCode:
                $ref: '#/components/examples/updatePackageCode'
              updateNetworkInformation:
                $ref: '#/components/examples/updateNetworkInformation'
              updatePtpAdvancedConfiguration:
                $ref: '#/components/examples/updatePtpAdvancedConfiguration'
              updateNtpAdvancedConfiguration:
                $ref: '#/components/examples/updateNtpAdvancedConfiguration'
        required: true
      responses:
        '202':
          description: Successful Accepted operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/precisionTimeServiceResponse'
              examples:
                ntpStandard:
                  $ref: '#/components/examples/ntpStandardReprovisionResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                InvalidName:
                  $ref: '#/components/examples/400-Invalid-Name'
                ValidateName:
                  $ref: '#/components/examples/400-Validate-Name'
                DuplicateName:
                  $ref: '#/components/examples/400-Duplicate-Name'
                MandatoryConnectionUuid:
                  $ref: '#/components/examples/400-Mandatory-ConnectionUUid'
                InvalidConnectionUuidFormat:
                  $ref: '#/components/examples/400-Invalid-ConnectionUuid-Format'
                InvalidConnectionStatus:
                  $ref: '#/components/examples/400-Invalid-Connection-Status'
                ValidateConnectionUuid:
                  $ref: '#/components/examples/400-Validate-ConnectionUuid'
                InvalidConnectionLocation:
                  $ref: '#/components/examples/400-Invalid-Connection-Location'
                MandatoryPackageType:
                  $ref: '#/components/examples/400-Mandatory-PackageType'
                InvalidPackageType:
                  $ref: '#/components/examples/400-Invalid-PackageType'
                InvalidConnectionPackageType:
                  $ref: '#/components/examples/400-Invalid-Connection-PackageType'
                MandatoryPackage:
                  $ref: '#/components/examples/400-Mandatory-Package'
                InvalidPackage:
                  $ref: '#/components/examples/400-Invalid-Package'
                InvalidConnectionPackage:
                  $ref: '#/components/examples/400-Invalid-Connection-Package'
                MandatoryPrimaryIP:
                  $ref: '#/components/examples/400-Mandatory-PrimaryIP'
                InvalidPrimaryIPFormat:
                  $ref: '#/components/examples/400-Invalid-PrimaryIP-Format'
                ValidatePrimaryIP:
                  $ref: '#/components/examples/400-Validate-PrimaryIP'
                MandatorySecondaryIP:
                  $ref: '#/components/examples/400-Mandatory-SecondaryIP'
                InvalidSecondaryIPFormat:
                  $ref: '#/components/examples/400-Invalid-SecondaryIP-Format'
                ValidateSecondaryIP:
                  $ref: '#/components/examples/400-Validate-SecondaryIP'
                ValidateSameSubnet:
                  $ref: '#/components/examples/400-Validate-SameSubnet'
                MandatoryNetworkMask:
                  $ref: '#/components/examples/400-Mandatory-NetworkMask'
                InvalidNetworkMaskFormat:
                  $ref: '#/components/examples/400-Invalid-NetworkMask-Format'
                ValidateNetworkMask:
                  $ref: '#/components/examples/400-Validate-NetworkMask'
                InvalidDefaultGatewayFormat:
                  $ref: '#/components/examples/400-Invalid-DefaultGateway-Format'
                ValidateDefaultGateway:
                  $ref: '#/components/examples/400-Validate-DefaultGateway'
                InvalidTimeScale:
                  $ref: '#/components/examples/400-Invalid-TimeScale'
                InvalidDomain:
                  $ref: '#/components/examples/400-Invalid-Domain'
                InvalidPriority1:
                  $ref: '#/components/examples/400-Invalid-Priority1'
                InvalidPriority2:
                  $ref: '#/components/examples/400-Invalid-Priority2'
                InvalidLogAnnounceInterval:
                  $ref: '#/components/examples/400-Invalid-LogAnnounceInterval'
                ValidateLogAnnounceIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogAnnounceInterval-Range'
                InvalidLogSyncInterval:
                  $ref: '#/components/examples/400-Invalid-LogSyncInterval'
                ValidateLogSyncIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogSyncInterval-Range'
                InvalidLogDelayReqInterval:
                  $ref: '#/components/examples/400-Invalid-LogDelayReqInterval'
                ValidateLogDelayReqIntervalRange:
                  $ref: '#/components/examples/400-Validate-LogDelayReqInterval-Range'
                InvalidTransportMode:
                  $ref: '#/components/examples/400-Invalid-TransportMode'
                InvalidGrantTime:
                  $ref: '#/components/examples/400-Invalid-GrantTime'
                ValidateGrantTimeRange:
                  $ref: '#/components/examples/400-Validate-GrantTime-Range'
                InvalidType:
                  $ref: '#/components/examples/400-Invalid-Type'
                InvalidId:
                  $ref: '#/components/examples/400-Invalid-Id'
                InvalidPassword:
                  $ref: '#/components/examples/400-Invalid-Password'
                ValidatePassword:
                  $ref: '#/components/examples/400-Validate-Password'
        '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'
        '500':
          description: Internal server error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/500'
  /fabric/v4/timeServices/search:
    post:
      tags:
      - Precision Time
      summary: Search Time Services
      description: The API provides capability to get list of user's Time Services using search criteria, including optional filtering, pagination and sorting
      operationId: searchTimeServices
      parameters: []
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/TimeServicesSearchRequest'
            examples:
              SearchFilterByStatus:
                $ref: '#/components/examples/SearchTimeServicesFilterByStatus'
              SearchFilterByNameAndProtocol:
                $ref: '#/components/examples/SearchTimeServicesByNameAndProtocol'
              SearchFilterOrAnd:
                $ref: '#/components/examples/SearchTimeServicesFilterOrAnd'
        required: true
      responses:
        '200':
          description: Successful operation
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ServiceSearchResponse'
              examples:
                Example:
                  $ref: '#/components/examples/serviceSearchResponse'
        '400':
          description: Bad request
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ErrorList'
              examples:
                example:
                  $ref: '#/components/examples/service_400_invalid_sorting'
        '401':
          description: Unauthorized
          content:
            application/json:
              schema:
                $ref

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