openapi: 3.0.1 info: title: Equinix API Authentication Connections API description: 'Equinix APIs use the OAuth 2.0 for authentication and authorization. Equinix supports the resource owner password and the client credentials flow. To begin, obtain OAuth 2.0 client credentials from the Equinix Developer Console under "My Apps". Then your client application requests an access token from the Equinix API Authorization endpoint, extracts the access_token from the response, and sends the Bearer token to the API that you want to access' termsOfService: https://www.equinix.com/about/legal/terms contact: name: Equinix API Support url: https://docs.equinix.com/api-support.htm version: '1.2' servers: - url: https://api.equinix.com tags: - name: Connections description: Connections paths: /fabric/v4/connections: post: tags: - Connections summary: Create Connection description: This API provides capability to create user's virtual connection operationId: createConnection 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/ConnectionPostRequest' examples: Colo2Colo-Dot1q2Dot1q: $ref: '#/components/examples/COLO2COLOwithDot1q-Dot1q' Colo2Colo-Dot1q2Dot1q-WithTerms: $ref: '#/components/examples/COLO2COLOwithDot1qAndTerms-Dot1q' Colo2Colo-Dot1q2Dot1q-CRH: $ref: '#/components/examples/COLO2COLOwithDot1q-Dot1q-CRH' Colo2Colo-Dot1q2Qinq: $ref: '#/components/examples/COLO2COLOwithDot1Q-QinQ' Colo2Colo-Qinq2Qinq: $ref: '#/components/examples/COLO2COLOwithQinq-Qinq' Colo2Colo-Qinq2Dot1q: $ref: '#/components/examples/COLO2COLOwithQinq-Dot1q' Colo2Colo-AsResellerForSubCustomer: $ref: '#/components/examples/COLO2COLO-AsReseller' Colo2Colo-MetroConnect: $ref: '#/components/examples/COLO2COLO-MetroConnect' Colo2Colo-Epl: $ref: '#/components/examples/COLO2COLO-EPL' Colo2Colo-Epl-With-Terms: $ref: '#/components/examples/COLO2COLO-EPL-Terms' Colo2Colo-AccessEpl: $ref: '#/components/examples/COLO2COLO-AccessEpl' Colo2Sp-Generic: $ref: '#/components/examples/COLO2SPwithDot1q' Colo2Sp-NetworkEdgeGeneric: $ref: '#/components/examples/COLO2SPwithDot1q' Colo2Sp-Alibaba: $ref: '#/components/examples/COLO2AlibabaSPwithDot1q' Colo2Sp-Aws-Primary: $ref: '#/components/examples/COLO2AWSSPwithDot1q-Primary' Colo2Sp-Azure-Primary: $ref: '#/components/examples/COLO2AzureSP-Primary' Colo2Sp-Google: $ref: '#/components/examples/COLO2GoogleSPwithDot1q' Colo2Sp-Ibm_1.0: $ref: '#/components/examples/COLO2IBM_1' Colo2Sp-Ibm_2.0: $ref: '#/components/examples/COLO2IBM_2' Colo2Sp-Oracle: $ref: '#/components/examples/COLO2OracleSPwithDot1q' Colo2ServiceToken: $ref: '#/components/examples/COLO2ServiceToken' Colo2Network-EVPLAN_VC: $ref: '#/components/examples/COLO2NETWORKwithDot1q' Colo2Network-EVPLAN_VC-With-Terms: $ref: '#/components/examples/COLO2NETWORKwithDot1qAndTerms' Colo2Network-EPLAN_VC: $ref: '#/components/examples/COLO2NETWORKwithEPL' Colo2Network-EPLAN_VC-With-Terms: $ref: '#/components/examples/COLO2NETWORKwithEPLAndTerms' Colo2Network-EVPTREE_VC: $ref: '#/components/examples/COLO2NETWORK_EVPTREE_withDot1q' Colo2Network-EVPTREE_VC-With-Terms: $ref: '#/components/examples/COLO2NETWORK_EVPTREE_withDot1qAndTerms' Colo2Network-EPTREE_VC: $ref: '#/components/examples/COLO2NETWORK_EPTREE_withEPL' Colo2Network-EPTREE_VC-With-Terms: $ref: '#/components/examples/COLO2NETWORK_EPTREE_withEPLAndTerms' Vd2Network: $ref: '#/components/examples/Vd2NETWORK' Vd2Sp-Aws: $ref: '#/components/examples/Vd2AwsSP' Vd2Sp-Azure: $ref: '#/components/examples/Vd2AzureSP' Vd2Sp-Oracle: $ref: '#/components/examples/Vd2OracleSP' Vd2Sp-IBM_1.0: $ref: '#/components/examples/Vd2Ibm_1' Vd2Sp-IBM_2.0: $ref: '#/components/examples/Vd2Ibm_2' Vd2Sp-Alibaba: $ref: '#/components/examples/Vd2AlibabaSP' Vd2Sp-Google: $ref: '#/components/examples/Vd2GoogleSP' Vd2Sp-Primary: $ref: '#/components/examples/Vd2Sp-Primary' Vd2Sp-Secondary: $ref: '#/components/examples/Vd2Sp-Secondary' Vd2Colo: $ref: '#/components/examples/Vd2Colo' Vd2Colo-vlanTag: $ref: '#/components/examples/Vd2Colo-VlanTag' Vd2Colo-vlanCTag: $ref: '#/components/examples/Vd2Colo-VlanCTag' Vd2ColoUntagged: $ref: '#/components/examples/Vd2ColoUntagged' Vd2ServiceToken: $ref: '#/components/examples/Vd2ServiceToken' Fcr2Colo: $ref: '#/components/examples/Fcr2Colo' Fcr2Sp-Google: $ref: '#/components/examples/Fcr2Sp-Google' Fcr2Sp-Azure: $ref: '#/components/examples/Fcr2Sp-Azure' Fcr2Sp-IBM: $ref: '#/components/examples/Fcr2Sp-IBM' Fcr2Sp-Generic: $ref: '#/components/examples/Fcr2Sp-Generic' Fcr2Sp-Generic-Redundant-Primary: $ref: '#/components/examples/Fcr2Sp-Generic' Fcr2Sp-Generic-Redundant-Secondary: $ref: '#/components/examples/Fcr2Sp-Generic-Redundant-Secondary' Fcr2Sp-Generic-Redundant-Primary-re-add: $ref: '#/components/examples/Fcr2Sp-Generic-Redundant-Primary' Fcr2Sp-Aws: $ref: '#/components/examples/Fcr2Sp-Aws' Fcr2Sp-Oracle: $ref: '#/components/examples/Fcr2Sp-Oracle' Fcr2Sp-Alibaba: $ref: '#/components/examples/Fcr2Sp-Alibaba' Fcr2Vd: $ref: '#/components/examples/Fcr2Vd' Fcr2Vd-Redundant-Secondary: $ref: '#/components/examples/Fcr2Vd-Redundant-Secondary' Fcr2IpWan: $ref: '#/components/examples/Fcr2IpWan' Fcr2Sp-Aws-Marketplace-subscription: $ref: '#/components/examples/Fcr2Sp-Aws-marketplaceSubscription' Fcr2MetalNetwork: $ref: '#/components/examples/Fcr2Metal-Network' Fcr2ServiceToken: $ref: '#/components/examples/Fcr2ServiceToken' AsideServiceToken2ColoWithDot1q: $ref: '#/components/examples/AsideServiceToken2PortWithDot1q' AsideServiceToken2ColoWithQinq: $ref: '#/components/examples/AsideServiceToken2PortWithQinq' AsideServiceToken2PrivateSP-NE: $ref: '#/components/examples/AsideServiceToken2PrivateSP-NE' AsideServiceToken2ZsideServiceToken: $ref: '#/components/examples/AsideServiceToken2ZsideServiceToken' Metal2Sp-Aws: $ref: '#/components/examples/Metal2Sp-Aws' Metal2Sp-Azure: $ref: '#/components/examples/Metal2Sp-Azure' Metal2Sp-GCP: $ref: '#/components/examples/Metal2Sp-GCP' Metal2Sp-Oracle: $ref: '#/components/examples/Metal2Sp-Oracle' Metal2Sp-IBM: $ref: '#/components/examples/Metal2Sp-IBM' Metal2Port-Dot1Q: $ref: '#/components/examples/Metal2Port-Dot1q' Metal2Port-QinQ: $ref: '#/components/examples/Metal2Port-Qinq' Metal2Port-ZsideServiceToken: $ref: '#/components/examples/Metal2ServiceToken' Metal2Sp-Generic: $ref: '#/components/examples/Metal2Sp-Generic' Vd2IASp: $ref: '#/components/examples/Vd2IAProfile-Request' Fcr2Metal-Network: $ref: '#/components/examples/Fcr2Metal-Network' Connection-Colo2Sp-GenericDryRunCreate: $ref: '#/components/examples/CreateConnectionDryRunRequest' IX2Sp-PublicPeering_VC: $ref: '#/components/examples/IXDedicatedPublicPeeringConnection' required: true responses: '200': description: Successful operation content: application/json: schema: $ref: '#/components/schemas/Connection' examples: ConnectionDryRun-Colo2AWS: $ref: '#/components/examples/CreateConnectionDryRunResponse-Colo2AWS' ConnectionDryRun-Colo2Azure: $ref: '#/components/examples/CreateConnectionDryRunResponse-Colo2Azure' ConnectionDryRun-Colo2Google: $ref: '#/components/examples/CreateConnectionDryRunResponse-Colo2Google' ConnectionDryRun-Colo2IBM: $ref: '#/components/examples/CreateConnectionDryRunResponse-Colo2IBM' ConnectionDryRun-Colo2Network-EPLAN_VC: $ref: '#/components/examples/CreateConnectionDryRunResponse-Colo2Network-EPLAN_VC' ConnectionDryRun-Colo2Network-EVPLAN_VC: $ref: '#/components/examples/CreateConnectionDryRunResponse-Colo2Network-EVPLAN_VC' ConnectionDryRun-Colo2Sp-Generic: $ref: '#/components/examples/CreateConnectionDryRunResponse-Colo2Sp-Generic' ConnectionDryRun-Fcr2Colo: $ref: '#/components/examples/CreateConnectionDryRunResponse-Fcr2Colo' ConnectionDryRun-Fcr2Ipwan: $ref: '#/components/examples/CreateConnectionDryRunResponse-Fcr2Ipwan' ConnectionDryRun-Fcr2Sp-Generic: $ref: '#/components/examples/CreateConnectionDryRunResponse-Fcr2Sp-Generic' ConnectionDryRun-PortServiceToken2Port: $ref: '#/components/examples/CreateConnectionDryRunResponse-PortServiceToken2Port' '201': description: Accept Connection Request content: application/json: schema: $ref: '#/components/schemas/Connection' examples: Colo2Sp: $ref: '#/components/examples/ConnectionCreateResponse' Colo2Colo-MetroConnect: $ref: '#/components/examples/COLO2COLO-MetroConnect-Response' Colo2Sp-Azure-Primary: $ref: '#/components/examples/COLO2AzureSP-Primary-Response' Colo2Sp-Google: $ref: '#/components/examples/COLO2GoogleSPwithDot1q-Response' Colo2Sp-Alibaba: $ref: '#/components/examples/COLO2AlibabaSP-Response' Colo2Sp-IBM_1.0: $ref: '#/components/examples/COLO2IBM_1' Colo2Sp-IBM_2.0: $ref: '#/components/examples/COLO2IBM_2' Colo2Sp-Oracle: $ref: '#/components/examples/COLO2OracleSP-Response' Vd2Sp: $ref: '#/components/examples/Vd2Sp-Response' Vd2Token: $ref: '#/components/examples/Vd2ServiceToken-Response' Vd2Colo: $ref: '#/components/examples/Vd2Colo-Response' Vd2Colo-tag: $ref: '#/components/examples/Vd2Colo-VlanTagResponse' Vd2ColoUntagged: $ref: '#/components/examples/Vd2ColoUntagged-Response' Fcr2Sp: $ref: '#/components/examples/Fcr2Sp-Response' Fcr2Colo: $ref: '#/components/examples/Fcr2Colo-ResponseExample' Fcr2IpWan: $ref: '#/components/examples/Fcr2IpWan-response' Fcr2Sp-Marketplace-subscription: $ref: '#/components/examples/Fcr2Sp-marketplaceSubscription-Response' ServiceToken2PortResponseDot1Q: $ref: '#/components/examples/AsideServiceToken2PortResponseWithDot1q' ServiceToken2PortResponseQinQ: $ref: '#/components/examples/AsideServiceToken2PortResponseWithQinq' Metal2Sp-Aws: $ref: '#/components/examples/Metal2Sp-Aws-Response' Metal2Sp-Azure: $ref: '#/components/examples/Metal2Sp-Azure-Response' Metal2Sp-GCP: $ref: '#/components/examples/Metal2Sp-GCP-Response' Metal2Sp-Oracle: $ref: '#/components/examples/Metal2Sp-Oracle-Response' Metal2Sp-IBM: $ref: '#/components/examples/Metal2Sp-IBM-Response' Metal2Port-Dot1Q: $ref: '#/components/examples/Metal2Port-Dot1q-Response' Metal2Port-QinQ: $ref: '#/components/examples/Metal2Port-Qinq-Response' Metal2Port-ZsideServiceToken: $ref: '#/components/examples/Metal2ServiceToken-Response' Metal2Sp-Generic: $ref: '#/components/examples/Metal2Sp-Generic-Response' Fcr2Metal-Network: $ref: '#/components/examples/Fcr2Metal-Network' Colo2Network-EVPLAN_VC: $ref: '#/components/examples/COLO2NETWORKwithDot1q-Response' Colo2Network-EVPLAN_VC-WithTerms: $ref: '#/components/examples/COLO2NETWORKwithDot1qAndTerms-Response' Colo2Network-EPLAN_VC: $ref: '#/components/examples/COLO2NETWORKwithEPL-Response' Colo2Network-EPLAN_VC-WithTerms: $ref: '#/components/examples/COLO2NETWORKwithEPLAndTerms-Response' Colo2Network-EVPTREE_VC: $ref: '#/components/examples/COLO2NETWORK_EVPTREE_withDot1q-Response' Colo2Network-EVPTREE_VC-WithTerms: $ref: '#/components/examples/COLO2NETWORK_EVPTREE_withDot1qAndTerms-Response' Colo2Network-EPTREE_VC: $ref: '#/components/examples/COLO2NETWORK_EPTREE_withEPL-Response' Colo2Network-EPTREE_VC-WithTerms: $ref: '#/components/examples/COLO2NETWORK_EPTREE_withEPLAndTerms-Response' Vd2IASp: $ref: '#/components/examples/Vd2IAProfile-Response' Vd2Network: $ref: '#/components/examples/Vd2NETWORK-Response' Vd2Sp-Aws: $ref: '#/components/examples/Vd2AwsSP-Response' Vd2Sp-Azure: $ref: '#/components/examples/Vd2AzureSP-Response' Vd2Sp-Oracle: $ref: '#/components/examples/Vd2OracleSP-Response' Vd2Sp-IBM_1.0: $ref: '#/components/examples/Vd2Ibm_1' Vd2Sp-IBM_2.0: $ref: '#/components/examples/Vd2Ibm_2' Vd2Sp-Alibaba: $ref: '#/components/examples/Vd2AlibabaSP-Response' Vd2Sp-Google: $ref: '#/components/examples/Vd2GoogleSP-Response' IX2Sp-PublicPeering_VC: $ref: '#/components/examples/IXDedicatedPublicPeeringConnectionResponse' '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/400' dryRun: $ref: '#/components/examples/400_dry_run' '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' '405': description: Method not allowed content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/405' /fabric/v4/connections/{connectionId}: get: tags: - Connections summary: Get Connection by ID description: The API provides capability to get user's virtual connection details (Service Tokens, Access Points, Link Protocols, etc) by it's connection ID (UUID) operationId: getConnectionByUuid parameters: - name: connectionId in: path description: Connection Id required: true schema: $ref: '#/components/schemas/ConnectionId' - name: direction in: query description: Connection Direction required: false schema: $ref: '#/components/schemas/ConnectionDirection' responses: '200': description: Successful operation content: application/json: schema: $ref: '#/components/schemas/Connection' examples: nonGenericConnectionResponse: $ref: '#/components/examples/NonGenericConnectionResponseExample' genericConnectionResponse: $ref: '#/components/examples/GenericConnectionResponseExample' '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/400_Invalid_id' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorList' example: - errorCode: EQ-300005 errorMessage: You don't have permissions to perform READ operation. Please contact your master administrator to get the right permissions through Equinix Customer Portal or contact Equinix Support (support@equinix.com). '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/404' delete: tags: - Connections summary: Delete by ID description: Delete Connection by ID operationId: deleteConnectionByUuid parameters: - name: connectionId in: path description: Connection UUID required: true schema: $ref: '#/components/schemas/VirtualCircuitId' responses: '200': description: Delete Connection Request content: application/json: schema: $ref: '#/components/schemas/Connection' examples: connectionExample: $ref: '#/components/examples/ConnectionDeletionResponse' '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/400-delete' '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-delete' '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/404' '405': description: Method not allowed content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/405' patch: tags: - Connections summary: Update by ID description: Update Connection by ID operationId: updateConnectionByUuid parameters: - name: connectionId in: path description: Connection Id required: true schema: $ref: '#/components/schemas/ConnectionId' - name: dryRun in: query description: option to verify that API calls will succeed required: false schema: type: boolean default: false requestBody: content: application/json-patch+json: schema: $ref: '#/components/schemas/ConnectionUpdateRequest' examples: ConnectionUpdateNameRequest: $ref: '#/components/examples/ConnectionUpdateNameRequest' ConnectionUpdateBandwidthRequest: $ref: '#/components/examples/ConnectionUpdateBandwidthRequest' ConnectionUpdateTermLengthRequest: $ref: '#/components/examples/ConnectionUpdateTermLengthRequest' ConnectionAddAccessAndSecretKeyAWSRequest: $ref: '#/components/examples/ConnectionAddAccessAndSecretKeyAWSRequest' ConnectionMigrationAsideRequest: $ref: '#/components/examples/ConnectionMigrationAsideRequest' ConnectionUpdateNotificationEmailRequest: $ref: '#/components/examples/ConnectionUpdateNotificationEmailRequest' ConnectionMigrationAsideRequestForVirtualDevice: $ref: '#/components/examples/ConnectionMigrationAsideVirtualDeviceRequest' ConnectionUpdateBandwidthRequestDryRun: $ref: '#/components/examples/ConnectionUpdateBandwidthRequest' required: true responses: '200': description: Successful operation content: application/json: schema: $ref: '#/components/schemas/Connection' examples: connectionPatchExampleDryRun: $ref: '#/components/examples/ConnectionPatchResponseDryRun' '202': description: Successful operation content: application/json: schema: $ref: '#/components/schemas/Connection' examples: connectionPatchExample: $ref: '#/components/examples/ConnectionPatchResponse' connectionUpdateTermLength: $ref: '#/components/examples/ConnectionUpdateTermLengthResponse' links: Get Connection Details: operationId: getConnectionByUuid parameters: connectionId: $response.body#/uuid '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/400' dryRun: $ref: '#/components/examples/400_dry_run' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorList' '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' /fabric/v4/connections/{connectionId}/actions: post: tags: - Connections summary: Connection Actions description: This API provides capability to accept/reject user's virtual connection operationId: createConnectionAction parameters: - name: connectionId in: path description: Connection Id required: true schema: $ref: '#/components/schemas/ConnectionId' requestBody: content: application/json: schema: $ref: '#/components/schemas/ConnectionActionRequest' examples: ApproveGenericConnection: $ref: '#/components/examples/Connection_Creation_Acceptance' RejectGenericConnection: $ref: '#/components/examples/Connection_Creation_Rejection' ApproveBandwidthUpdate: $ref: '#/components/examples/Connection_Update_Acceptance' RejectBandwidthUpdate: $ref: '#/components/examples/Connection_Update_Rejection' AcceptDeleteConnection: $ref: '#/components/examples/Connection_Deletion_Acceptance' VcMigrationZSide: $ref: '#/components/examples/Connection_Update_Request_VC_Migration' BGPSync: $ref: '#/components/examples/Connection_Provider_Status_Request' GetProviderBandwidth: $ref: '#/components/examples/Connection_Provider_Bandwidth_Request' AcceptZSide-NetworkEdge: $ref: '#/components/examples/AcceptZSide_NetworkEdge_Request' required: true responses: '202': description: Successful operation content: application/json: schema: $ref: '#/components/schemas/ConnectionAction' examples: connectionActionExample: $ref: '#/components/examples/ConnectionActionResponse' GetProviderBandwidth: $ref: '#/components/examples/Connection_Provider_Bandwidth_Response' '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/400' dryRun: $ref: '#/components/examples/400_dry_run' '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorList' '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' /fabric/v4/connections/search: post: tags: - Connections summary: Search connections description: The API provides capability to get list of user's virtual connections using search criteria, including optional filtering, pagination and sorting operationId: searchConnections parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/SearchRequest' examples: ConnectionSearchDirection: $ref: '#/components/examples/ConnectionSearchDirection' ConnectionSearchIsremote: $ref: '#/components/examples/ConnectionSearchIsremote' ConnectionSearchName: $ref: '#/components/examples/ConnectionSearchName' ConnectionSearchUuid: $ref: '#/components/examples/ConnectionSearchUuid' ConnectionSearchCustorg: $ref: '#/components/examples/ConnectionSearchCustorg' ConnectionSearchAccountname: $ref: '#/components/examples/ConnectionSearchAccountname' ConnectionSearchCloudRouteruuid: $ref: '#/components/examples/ConnectionSearchCloudRouteruuid' ConnectionSearchAsidevlanstagctag: $ref: '#/components/examples/ConnectionSearchAsidevlanstagctag' ConnectionSearchAsidemetrocodemetroname: $ref: '#/components/examples/ConnectionSearchAsidemetrocodemetroname' ConnectionSearchAsideaccesspointname: $ref: '#/components/examples/ConnectionSearchAsideaccesspointname' ConnectionSearchAsideaccesspointuuid: $ref: '#/components/examples/ConnectionSearchAsideaccesspointuuid' ConnectionSearchAsideaccesspointtype: $ref: '#/components/examples/ConnectionSearchAsideaccesspointtype' ConnectionSearchAsidevirtualdevicename: $ref: '#/components/examples/ConnectionSearchAsidevirtualdevicename' ConnectionSearchAsidevirtualdeviceuuid: $ref: '#/components/examples/ConnectionSearchAsidevirtualdeviceuuid' ConnectionSearchAsideservicetokenuuid: $ref: '#/components/examples/ConnectionSearchAsideservicetokenuuid' ConnectionSearchChangestatus: $ref: '#/components/examples/ConnectionSearchChangestatus' ConnectionSearchUpdatedatetime: $ref: '#/components/examples/ConnectionSearchUpdatedatetime' ConnectionSearchEquinixstatus: $ref: '#/components/examples/ConnectionSearchEquinixstatus' ConnectionSearchProviderstatus: $ref: '#/components/examples/ConnectionSearchProviderstatus' ConnectionSearchProjectid: $ref: '#/components/examples/ConnectionSearchProjectidOPtional-CRH' ConnectionSearchRedundancygroup: $ref: '#/components/examples/ConnectionSearchRedundancygroup' ConnectionSearchRedundancypriority: $ref: '#/components/examples/ConnectionSearchRedundancypriority' ConnectionSearchZsidevlanstagctag: $ref: '#/components/examples/ConnectionSearchZsidevlanstagctag' ConnectionSearchZsidemetrocodemetroname: $ref: '#/components/examples/ConnectionSearchZsidemetrocodemetroname' ConnectionSearchZsideaccesspointname: $ref: '#/components/examples/ConnectionSearchZsideaccesspointname' ConnectionSearchZsideaccesspointuuid: $ref: '#/components/examples/ConnectionSearchZsideaccesspointuuid' ConnectionSearchZsideaccesspointtype: $ref: '#/components/examples/ConnectionSearchZsideaccesspointtype' ConnectionSearchZsidevirtualdevicename: $ref: '#/components/examples/ConnectionSearchZsidevirtualdevicename' ConnectionSearchZsidevirtualdeviceuuid: $ref: '#/components/examples/ConnectionSearchZsidevirtualdeviceuuid' ConnectionSearchZsideservicetokenuuid: $ref: '#/components/examples/ConnectionSearchZsideservicetokenuuid' ConnectionSearchZsideprofileuuid: $ref: '#/components/examples/ConnectionSearchZsideprofileuuid' ConnectionSearchANDwithNestedOR-LIKE: $ref: '#/components/examples/ConnectionSearchANDwithNestedOR-LIKE' ConnectionSearchORwithNestedAND: $ref: '#/components/examples/ConnectionSearchORwithNestedAND' ConnectionSearchANDwithNestedIN: $ref: '#/components/examples/ConnectionSearchANDwithNestedIN' ConnectionSearchANDClause: $ref: '#/components/examples/ConnectionSearchANDClause' ConnectionSearchANDwithNestedOR: $ref: '#/components/examples/ConnectionSearchANDwithNestedOR' required: true responses: '200': description: Successful operation content: application/json: schema: $ref: '#/components/schemas/ConnectionSearchResponse' example: - href: https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62 type: EVPL_VC uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 name: My-Layer2-Connection bandwidth: 1000 direction: OUTGOING isRemote: true redundancy: priority: PRIMARY group: 7cf39156-9dec-40f7-a254-9bb401342e83 aSide: accessPoint: type: COLO uuid: b840a1db-5639-639f-97e0-328a5c00a874 name: exmapple-access-point-name-aside port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 zSide: accessPoint: type: SP uuid: b840a1db-5639-639f-97e0-328a5c00a875 name: exmapple-access-point-name-zside profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: MX metroName: Mexico City sellerRegion: us-west-1 routingProtocols: - type: EBGP seqId: 03f7294b-42ce-42b6-9cc8-1e1b46d8183a state: ACTIVE customerAsn: 65500 providerAsn: 65000 bgpAuthKey: testAuthKey ipv4: customerPeerIp: 169.254.255.2/30 providerPeerIp: 169.254.255.1/30 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONED changeLog: createdDateTime: 2020-05-21 10:30:00+00:00 updatedDateTime: 2020-05-21 10:30:00+00:00 project: projectId: 2c10d60e-29c1-4721-ad1a-b531f4e04717 '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/ErrorList' example: - errorCode: EQ-3000035 errorMessage: Invalid request body '401': description: Unauthorized content: application/json: schema: $ref: '#/components/schemas/ErrorList' '403': description: Forbidden content: application/json: schema: $ref: '#/components/schemas/ErrorList' example: - errorCode: EQ-3000197 errorMessage: User not authorized to perform given action '404': description: Not Found content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: example: $ref: '#/components/examples/404' /fabric/v4/connections/validate: post: tags: - Connections summary: Validate Connection description: This API provides capability to validate by auth key operationId: validateConnections parameters: [] requestBody: content: application/json: schema: $ref: '#/components/schemas/ValidateRequest' examples: Alibaba-ValidateAuthKey: $ref: '#/components/examples/Request_Alibaba' Aws-ValidateAuthKey: $ref: '#/components/examples/Request_AWS' Azure-ValidateAuthKey: $ref: '#/components/examples/Request_Azure' Google-ValidateAuthKey: $ref: '#/components/examples/Request_Google' IBM-1.0-ValidateAuthKey: $ref: '#/components/examples/Request_IBM_1' IBM-2.0-ValidateAuthKey: $ref: '#/components/examples/Request_IBM_2' Oracle-ValidateAuthKey: $ref: '#/components/examples/Request_Oracle' Dot1q-ValidateVlanAvailability: $ref: '#/components/examples/Dot1q_Vlan' Qinq-ValidateVlanAvailability: $ref: '#/components/examples/Qinq_Vlan' required: true responses: '200': description: Successful operation content: application/json: schema: $ref: '#/components/schemas/ConnectionResponse' examples: Alibaba-ValidateAuthKey: $ref: '#/components/examples/Response-Alibaba' Aws-ValidateAuthKey: $ref: '#/components/examples/Response-Aws' Azure-ValidateAuthKey-no-existing-connections: $ref: '#/components/examples/Response-Azure-no-existing-connections' Azure-ValidateAuthKey-1-existing-Dot1q-connection: $ref: '#/components/examples/Response-Azure-1-existing-Dot1q-connection' Azure-ValidateAuthKey-1-existing-Qinq-connection: $ref: '#/components/examples/Response-Azure-1-existing-Qinq-connection' Azure-ValidateAuthKey-2-existing-Dot1q-connection: $ref: '#/components/examples/Response-Azure-2-existing-Dot1q-connections' Google-ValidateAuthKey: $ref: '#/components/examples/Response-Google' IBM-1.0-ValidateAuthKey: $ref: '#/components/examples/Response-IBM-1' IBM-2.0-ValidateAuthKey: $ref: '#/components/examples/Response-IBM-2' Oracle-ValidateAuthKey: $ref: '#/components/examples/Response-Oracle' Dot1q-ValidateAuthKey: $ref: '#/components/examples/Response-Dot1q-Vlan' Qinq-ValidateAuthKey: $ref: '#/components/examples/Response-Qinq-Vlan' '400': description: Bad request content: application/json: schema: $ref: '#/components/schemas/ErrorList' examples: Bad Request: $ref: '#/components/examples/error-400' components: examples: Vd2Colo-Response: value: href: https://api.equinix.com/fabric/v4/connections/f37e40c5-2802-4df7-9732-839a8a5868ce uuid: f37e40c5-2802-4df7-9732-839a8a5868ce type: EVPL_VC name: vd to COLO bandwidth: 50 redundancy: group: ac61e576-2830-46aa-85e6-5ae7cd49610c priority: PRIMARY order: purchaseOrderNumber: 1-323292 billingTier: Up to 50 MB notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com operation: equinixStatus: PROVISIONING providerStatus: NOT_AVAILABLE account: accountNumber: 201246 orgId: 92610 changeLog: createdDateTime: 2021-10-27 16:25:37.229000+00:00 aSide: accessPoint: virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: DOT1Q vlanTag: 15229 interface: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d type: NETWORK id: 4 location: metroHref: https://api.equinix.com/fabric/v4/metros/SG metroCode: SG zSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/20d32a80-0d61-4333-bc03-707b591ae2f4 type: XF_PORT uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: DOT1Q vlanTag: 300 COLO2NETWORK_EPTREE_withEPLAndTerms: value: type: EPTREE_VC name: colo2network-eptree-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 role: LEAF order: purchaseOrderNumber: 1-129105284100 termLength: 12 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com Response-Azure-no-existing-connections: value: additionalInfo: - key: message value: Authorization key provided is valid data: - bandwidth: 50 redundancy: priority: PRIMARY zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-1 location: metroCode: SV peeringType: PRIVATE linkProtocol: type: QINQ vlanSTag: 1003 - bandwidth: 50 redundancy: priority: SECONDARY zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-2 location: metroCode: SV peeringType: PRIVATE linkProtocol: type: QINQ vlanSTag: 1003 - bandwidth: 50 redundancy: priority: PRIMARY zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-3 location: metroCode: SV peeringType: MICROSOFT linkProtocol: type: QINQ vlanSTag: 1003 - bandwidth: 50 redundancy: priority: SECONDARY zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-4 location: metroCode: SV peeringType: MICROSOFT linkProtocol: type: QINQ vlanSTag: 1003 COLO2NETWORKwithDot1qAndTerms-Response: value: href: https://api.equinix.com/fabric/v4/connections/f3dd7395-7196-45f4-9b6f-54094aa75f53 type: EVPLAN_VC uuid: f3dd7395-7196-45f4-9b6f-54094aa75f53 name: colo2network-evplan-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB termLength: 24 notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 02:51:07.675000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 02:51:07.675000+00:00 bandwidth: 50 redundancy: group: ecebee55-975b-4017-857c-74617f821b87 priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/DA metroCode: DA port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 1-DA1-port linkProtocol: type: DOT1Q vlanTag: 307 zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EVPLAN-GLOBAL platformUuid: afe28606-8021-4161-802c-b80d4bc22f20 state: ACTIVE type: EVPLAN scope: GLOBAL location: null Fcr2Metal-Network: value: type: IP_VC name: My-FCR-MetalNetwork-Connection bandwidth: 50 redundancy: group: a00cef6f-8e35-4794-9ff9-665e084e4e6d priority: SECONDARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionUpdateTermLengthResponse: value: href: https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62 type: EVPL_VC uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 name: dha_p2p_CH_1m change: uuid: 9b9f8a9b-4583-4649-9d91-a48494f822a7 type: CONNECTION_UPDATE createdDateTime: 2025-09-10 12:33:42.916000+00:00 data: op: replace operation: providerStatus: AVAILABLE equinixStatus: PROVISIONED order: billingTier: Up to 200 MB termLength: 12 notifications: - type: ALL emails: - testuser@equinix.com changeLog: createdBy: testuser createdDateTime: 2025-09-10 12:26:12.344000+00:00 updatedBy: testuser updatedDateTime: 2025-09-10 12:33:42.996000+00:00 bandwidth: 200 redundancy: group: 561082c7-d979-4beb-9536-520cc5b9d0ac priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/DC metroCode: DC port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d type: XF_PORT uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: gen-l2-qa-01-auto-DC5-NL-Dot1q-STD-PRI-1G-JUN-51 linkProtocol: type: DOT1Q vlanTag: 1246 zSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/CH metroCode: CH port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d type: XF_PORT uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: gen-l2-qa-01-auto-CH1-L-Dot1q-BO-PRI-10G-JUN-189 linkProtocol: type: DOT1Q vlanTag: 1247 Vd2AlibabaSP: value: type: EVPL_VC name: vd2alibaba-connection-1 bandwidth: 50 aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 4c4b8edf-873b-4c6c-805a-edb2c335bd6c location: metroCode: SV authenticationKey: xxxx-xx-xxxx sellerRegion: us-west-1 notifications: - type: ALL emails: - fabric@equinix.com project: projectId: 16799d66-ef43 COLO2COLO-MetroConnect: value: type: MC_VC name: metro-connect-P2P bandwidth: 1000 aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Response-Azure-2-existing-Dot1q-connections: value: additionalInfo: - key: message value: Authorization key provided is valid data: - bandwidth: 50 redundancy: priority: SECONDARY aside: accessPoint: type: CLOUD_ROUTER zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-2 location: metroCode: SV peeringType: MICROSOFT linkProtocol: type: QINQ vlanSTag: 1003 - bandwidth: 50 redundancy: priority: SECONDARY aside: accessPoint: type: CLOUD_ROUTER zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-3 location: metroCode: SV peeringType: MICROSOFT linkProtocol: type: QINQ vlanSTag: 1003 COLO2OracleSP-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/6c157170-f84d-424a-9396-b5d6ee723296 uuid: 6c157170-f84d-424a-9396-b5d6ee723296 name: vd2oracle-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 1G notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-05-02 20:25:09.841000+00:00 updatedBy: fabric updatedDateTime: 2024-05-02 20:25:09.841000+00:00 bandwidth: 1000 redundancy: group: e8400059-34e1-47f1-9914-cb5907ee7913 priority: PRIMARY aSide: accessPoint: location: metroCode: SV port: type: XF_PORT href: https://api.equinix.com/fabric/v4/ports/b54d71a6-aecb-40cc-b458-8a4103f5cdba uuid: b54d71a6-aecb-40cc-b458-8a4103f5cdba name: 641728-SV5-1 linkProtocol: type: DOT1Q vlanTag: 1021 zSide: accessPoint: location: metroCode: DC profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/60ef0382-cdaa-44e7-bd36-b803731816b8 type: L2_PROFILE name: Oracle Cloud Infrastructure FastConnect uuid: 60ef0382-cdaa-44e7-bd36-b803731816b8 sellerRegion: us-ashburn-1 authenticationKey: ocid1.virtualcircuit.oc1.iad-xxx-xxxx Fcr2Vd: value: type: IP_VC name: My-GW-VDConnection bandwidth: 100 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Metal2Sp-Generic: value: type: EVPL_VC name: Metal2Generic bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC notifications: - type: ALL emails: - test@test.com COLO2COLO-MetroConnect-Response: value: href: https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62 type: MC_VC uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 name: metro-connect-P2P bandwidth: 1000 redundancy: group: e04db764-f865-470b-8394-d2efdd651577 priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: UNTAGGED location: metroCode: ME zSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/20d32a80-0d61-4333-bc03-707b591ae2f4 uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: UNTAGGED location: metroCode: ME operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING changeLog: createdDateTime: 2020-05-21 10:30:00+00:00 project: projectId: 37c8212c-c393-465c-8267-09d28c49774c Vd2OracleSP: value: type: EVPL_VC name: vd2oracle-connection-1 bandwidth: 1000 aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 zSide: accessPoint: type: SP profile: uuid: 60ef0382-cdaa-44e7-bd36-b803731816b8 location: metroCode: DC authenticationKey: ocid1.virtualcircuit.oc1 sellerRegion: us-ashburn-1 project: projectId: 16799d66-ef43 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - fabric@equinix.com Metal2Sp-Aws: value: type: EVPL_VC name: My-Metal-sp-connection bandwidth: '1000' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 authenticationKey: xxxxxxxxx sellerRegion: us-west-1 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com project: projectId: 567 Fcr2Sp-Response: value: href: https://api.equinix.com/fabric/v4/connections/0ed42ea7-2df8-470d-ad59-e432d768b4f1 type: IP_VC uuid: 0ed42ea7-2df8-470d-ad59-e432d768b4f1 name: GP_FG2GCP_001 bandwidth: 50 redundancy: group: 4f786b3f-27d4-48e0-8571-423d085826c1 priority: PRIMARY order: billingTier: Up to 50 MB aSide: accessPoint: type: CLOUD_ROUTER router: href: https://api.equinix.com/fabric/v4/routers/56d267f3-a566-47a8-8cf9-40e6cc925bf0 uuid: 56d267f3-a566-47a8-8cf9-40e6cc925bf0 name: My-FG-1 zSide: accessPoint: profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/c7922adf-34b5-4d4e-a87c-cae8c899ef90 uuid: c7922adf-34b5-4d4e-a87c-cae8c899ef90 name: Google Cloud Partner Interconnect Zone 2 type: L2_PROFILE authenticationKey: xx-xxx-xx-xxxxx/xxx/x sellerRegion: us-west1 location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV operation: equinixStatus: PROVISIONING providerStatus: PROVISIONING notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com changeLog: createdBy: test createdDateTime: 2022-05-12 17:53:45.401000+00:00 COLO2AzureSP-Primary-Response: value: href: https://api.equinix.com/fabric/v4/connections/5901c429-cd23-4149-b1cc-5f1b10cc5041 type: EVPL_VC uuid: 5901c429-cd23-4149-b1cc-5f1b10cc5041 name: port2azure-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: billingTier: Up to 200 MB termLength: 1 notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabricuser createdDateTime: 2026-03-10 02:26:31.546000+00:00 updatedBy: fabricuser updatedDateTime: 2026-03-10 02:26:31.546000+00:00 bandwidth: 100 redundancy: group: ce76ec16-5857-4472-9067-2fa3d7a9f52q priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/DA metroCode: DA port: href: https://api.equinix.com/fabric/v4/ports/d966b9ce-79ed-4ea6-8f8a-785fd69f3dcb type: XF_PORT uuid: d966b9ce-79ed-4ea6-8f8a-785fd69f3dcb name: 1-DA1-CX-PRI-012345 linkProtocol: type: DOT1Q vlanTag: 123 zSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/DC metroCode: DC profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/a1390b22-bbe0-4e93-ad37-85beef9d254a type: L2_PROFILE name: Azure ExpressRoute uuid: a1390b22-bbe0-4e93-ad37-85beef9d254a authenticationKey: xxxx-xxx-xxxx Connection_Deletion_Acceptance: value: type: CONNECTION_DELETION_ACCEPTANCE ConnectionSearchAsideaccesspointname: value: filter: and: - property: /aSide/accessPoint/port/name operator: '=' values: - l2-qa-1-DA1-L-Dot1q-STD-SEC-10G-NK-385 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 ConnectionSearchName: value: filter: and: - property: /name operator: '=' values: - AWS-Dot1Q-AWSRemote pagination: limit: 25 offset: 0 sort: - property: /changeLog/updatedDateTime direction: DESC Connection_Update_Rejection: value: type: CONNECTION_UPDATE_REJECTION description: Invalid connection update request COLO2NETWORKwithEPL-Response: value: href: https://api.equinix.com/fabric/v4/connections/cce170c5-a496-4928-8426-507e00818887 type: EPLAN_VC uuid: cce170c5-a496-4928-8426-507e00818887 name: colo2network-eplan-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@test.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 03:07:17.587000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 03:07:17.587000+00:00 bandwidth: 50 redundancy: group: dbab0e00-db97-4abf-aebe-76c7a40a371e priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/SP metroCode: SP port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 505783-port linkProtocol: type: UNTAGGED zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EPLAN-GLOBAL platformUuid: 8abb8305-258b-4690-9b49-714962591add state: ACTIVE type: EPLAN scope: GLOBAL location: null ConnectionSearchZsidevlanstagctag: value: filter: and: - property: /zSide/accessPoint/linkProtocol/vlanSTag operator: '=' values: - '4002' - property: /zSide/accessPoint/linkProtocol/vlanCTag operator: '=' values: - '0' sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Vd2NETWORK-Response: value: href: https://api.equinix.com/fabric/v4/connections/e1f165fd-29bb-4c15-8ec7-56242677e6fc type: EVPLAN_VC uuid: e1f165fd-29bb-4c15-8ec7-56242677e6fc name: vd2network-connection operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-1234567890 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 02:12:20.334000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 02:12:20.334000+00:00 bandwidth: 50 redundancy: group: daaaa2be-01ff-4009-9a97-da77562041db priority: PRIMARY aSide: accessPoint: interface: uuid: a4c60de7-09b2-4237-b831-4849d7dd3d92 id: 5 type: CLOUD location: metroCode: DC virtualDevice: uuid: e99ec19c-0939-4c47-bfc1-ff94f99ccc75 type: EDGE zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/05eeb1d2-5b82-4c9b-9eb9-496085ce8bb2 uuid: 05eeb1d2-5b82-4c9b-9eb9-496085ce8bb2 name: EVPLAN-GLOBAL-1 platformUuid: afe28606-8021-4161-802c-b80d4bc22f20 state: ACTIVE type: EVPLAN scope: GLOBAL location: null ConnectionSearchZsideservicetokenuuid: value: filter: and: - property: /zSide/serviceToken/uuid operator: '=' values: - 019eab69-8293-4abf-ac8c-e6269d5a3e92 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 CreateConnectionDryRunRequest: value: type: EVPL_VC name: My-EVPL-Connection bandwidth: 500 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 92dc376a-a932-43aa-a6a2-c806dedbd784 location: metroCode: DC project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com ConnectionMigrationAsideRequest: value: - op: replace path: /aSide/accessPoint/port/uuid value: 5e7fd31d-f1e8-46fe-b6ad-6f5f2306cfd8 ConnectionSearchRedundancygroup: value: filter: and: - operator: '=' property: /redundancy/group values: - 3f7ab592-0db3-41b8-bb9a-ecc05d5d5732 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 COLO2NETWORK_EPTREE_withEPL-Response: value: href: https://api.equinix.com/fabric/v4/connections/cce170c5-a496-4928-8426-507e00818887 type: EPTREE_VC uuid: cce170c5-a496-4928-8426-507e00818887 name: colo2network-eptree-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@test.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 03:07:17.587000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 03:07:17.587000+00:00 bandwidth: 50 redundancy: group: dbab0e00-db97-4abf-aebe-76c7a40a371e priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/SP metroCode: SP port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 505783-port linkProtocol: type: UNTAGGED zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EPTREE-GLOBAL platformUuid: 47aedd04-64dc-4e86-8da3-f88a9755a214 state: ACTIVE type: EPTREE scope: GLOBAL location: null role: LEAF Request_AWS: value: filter: and: - property: /zSide/accessPoint/authenticationKey operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/profile/uuid operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/sellerRegion operator: '=' values: - us-west-1 COLO2COLO-EPL-Terms: value: type: EPL_VC name: Conn-1 order: purchaseOrderNumber: 1-129105284100 termLength: 12 bandwidth: 100 aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d location: metroCode: SV zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 location: metroCode: DC notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com CreateConnectionDryRunResponse-Colo2Network-EPLAN_VC: value: type: EPLAN_VC name: My Colo to Network EPLAN_VC Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: NETWORK network: href: https://api.equinix.com/fabric/v4/networks/20d32a80-0d61-4333-bc03-707b591ae2f4 uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com Response-Google: value: additionalInfo: - key: message value: Authorization key provided is valid ConnectionSearchDirection: value: filter: and: - property: /direction operator: '=' values: - OUTGOING pagination: limit: 25 offset: 0 total: 0 sort: - property: /changeLog/updatedDateTime direction: DESC ConnectionSearchZsideprofileuuid: value: filter: and: - property: /zSide/accessPoint/profile/uuid operator: '=' values: - c6b96cec-cf70-4700-9c1e-2f73724d2fa5 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Vd2GoogleSP-Response: value: href: https://api.equinix.com/fabric/v4/connections/50ae793c-b466-4d71-9724-c32b5e402bbe type: EVPL_VC uuid: 50ae793c-b466-4d71-9724-c32b5e402bbe name: vd2googleSp-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-1234567890 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinx.com changeLog: createdBy: fabric createdDateTime: 2024-04-25 14:06:48.933000+00:00 updatedBy: fabric updatedDateTime: 2024-04-25 14:06:48.933000+00:00 bandwidth: 50 redundancy: group: bd03b85b-18c9-4a80-b589-727d232077d2 priority: PRIMARY aSide: accessPoint: interface: uuid: 3520bc9a-d7e6-440b-9196-656beb54b300 id: 7 type: CLOUD location: metroCode: DC virtualDevice: uuid: e99ec19c-0939-4c47-bfc1-ff94f99ccc75 type: EDGE zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/bd4570e2-d792-4a00-87f5-3bde040cdcd7 type: L2_PROFILE name: Google Cloud Partner Interconnect Zone 1 uuid: bd4570e2-d792-4a00-87f5-3bde040cdcd7 sellerRegion: us-west2 authenticationKey: xxxx-xxxx/us-west2/1 Connection_Update_Request_VC_Migration: value: type: CONNECTION_UPDATE_REQUEST data: zSide: accessPoint: type: COLO port: uuid: c791f8cb-5a47-a470-8ce0-306a5c00a4ee Qinq_Vlan: value: filter: and: - property: /zSide/accessPoint/port/uuid operator: '=' values: - 77b1b527-1a0f-42eb-9173-6d91723556b8 - property: /zSide/accessPoint/linkProtocol/vlanSTag operator: '=' values: - '155' - property: /zSide/accessPoint/linkProtocol/vlanCTag operator: '=' values: - '156' ConnectionSearchANDClause: value: filter: and: - property: /direction operator: '=' values: - OUTGOING - INTERNAL - property: /aSide/accessPoint/port/uuid operator: '=' values: - c791f8cb-5941-9410-8ce0-306a5c00a4ee - property: /operation/equinixStatus operator: '=' values: - PROVISIONED - property: /operation/providerStatus operator: '=' values: - PROVISIONED - AVAILABLE sort: - direction: DESC property: /changeLog/updatedDateTime pagination: limit: 25 offset: 0 Fcr2Sp-Aws: value: type: IP_VC name: My-FCR-AWSConnection bandwidth: 100 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: SV sellerRegion: us-west-1 authenticationKey: xx-xx-xx project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Vd2OracleSP-Response: value: href: https://api.equinix.com/fabric/v4/connections/53c89f1a-0be7-44a1-9c03-28059632a72d type: EVPL_VC uuid: 53c89f1a-0be7-44a1-9c03-28059632a72d name: vd2oracle-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 1G notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-25 20:40:40.676000+00:00 updatedBy: fabric updatedDateTime: 2024-04-25 20:40:40.677000+00:00 bandwidth: 1000 redundancy: group: 43009a55-87ee-4dff-8ae4-70ccb7c3d4e9 priority: PRIMARY aSide: accessPoint: interface: uuid: ca838fd7-74cc-4786-94f4-69405671d0e4 id: 5 type: CLOUD location: metroCode: DC virtualDevice: uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 type: EDGE zSide: accessPoint: location: metroCode: DC profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/60ef0382-cdaa-44e7-bd36-b803731816b8 type: L2_PROFILE name: Oracle Cloud Infrastructure FastConnect uuid: 60ef0382-cdaa-44e7-bd36-b803731816b8 sellerRegion: us-ashburn-1 authenticationKey: ocid1.virtualcircuit.oc1 COLO2IBM_2: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC authenticationKey: xxx-xxx-xxx sellerRegion: San Jose 2 notifications: - type: ALL emails: - test@test.com additionalInfo: - key: ASN value: 1234 - key: Global value: false - key: BGP_IBM_CIDR value: 172.16.0.18/30 - key: BGP_CER_CIDR value: 172.16.0.19/30 ConnectionSearchUpdatedatetime: value: filter: and: - property: /changeLog/updatedDateTime operator: '=' values: - 2021-01-02 00:00:00+00:00 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 AsideServiceToken2PortResponseWithDot1q: value: href: http://api.equinix.com/fabric/v4/connections/a00cef6f-8e35-4794-9ff9-665e084e4e6d type: EVPL_VC uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: a-token qinq-dot1q state: ACTIVE operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING notifications: - type: ALL emails: - test@equinix.com account: accountNumber: 201246 orgId: 92610 globalOrgId: 0017i000011X250AAC changeLog: createdBy: testuser createdDateTime: 2022-05-16 07:50:49.749000+00:00 bandwidth: 50 redundancy: group: a00cef6f-8e35-4794-9ff9-665e084e4e6d priority: PRIMARY isRemote: true direction: OUTGOING aSide: serviceToken: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d accessPoint: location: metroHref: http://api.equinix.com/fabric/v4/metros/SV metroCode: SV port: href: http://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: test-port-name-2 linkProtocol: type: DOT1Q vlanTag: 1231 account: accountNumber: 201246 organizationName: testOrganization zSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/LD region: EMEA metroName: London metroCode: LD port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: test-port-name-1 linkProtocol: type: DOT1Q vlanTag: 1321 account: accountNumber: 201246 organizationName: xxxxx order: purchaseOrderNumber: '1122334' billingTier: Up to 50 MB Vd2Colo: value: type: EVPL_VC bandwidth: 1000 name: vd to COLO aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: DOT1Q vlanTag: 300 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Metal2Sp-GCP: value: type: EVPL_VC name: Metal2GCP-Connection bandwidth: '50' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: SP profile: uuid: 063f4b0f-2d5b-4db7-95da-d9eddfc92602 location: metroCode: SV authenticationKey: xxxxxxxxx sellerRegion: us-west1 notifications: - type: ALL emails: - test@equinix.com project: projectId: '377533000114703' Metal2Sp-Aws-Response: value: href: https://api.equinix.com/fabric/v4/connections/f37e40c5-2802-4df7-9732-839a8a5868ce type: EVPL_VC uuid: f37e40c5-2802-4df7-9732-839a8a5868ce name: My-Metal2Aws-Connection bandwidth: 1000 redundancy: group: 3cbd354d-d147-4552-bfd0-78c559b4cc91 priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: href: https://api.equinix.com/metal/v1/virtual-networks/a867f685-41b0-1b07-6de0-320a5c00abd uuid: a867f685-41b0-1b07-6de0-320a5c00abd interface: projectId: 497f6eca-6276-4993-bfeb-53cbbbba6f08 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 authenticationKey: xxxx-xxx-xxxx sellerRegion: us-west-1 order: purchaseOrderNumber: 1-129105284100 project: projectId: 567 operation: equinixStatus: PROVISIONING providerStatus: NOT_AVAILABLE account: href: https://api.equinix.com/accountService/v1/accounts/123213 accountNumber: 123213 notifications: - type: ALL emails: - fabric@gmail.com - fabric1@gmail.com changeLog: createdBy: fabric createdDateTime: 2020-05-21 10:30:00+00:00 Request_IBM_2: value: filter: and: - property: /zSide/accessPoint/authenticationKey operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/profile/uuid operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/sellerRegion operator: '=' values: - San Jose 2 Fcr2Sp-Aws-marketplaceSubscription: value: type: IP_VC name: My-FCR-AWSConnection bandwidth: 100 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: SV sellerRegion: us-west-1 authenticationKey: xx-xx-xx project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionSearchZsidemetrocodemetroname: value: filter: and: - property: /zSide/accessPoint/location/metroCode operator: '=' values: - DA - property: /zSide/accessPoint/location/metroName operator: '=' values: - Dallas sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Response-IBM-1: value: additionalInfo: - key: message value: Authorization key provided is valid Metal2Sp-Oracle-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/7a21d5d8-f153-45f8-ad76-f92babf3f103 uuid: 7a21d5d8-f153-45f8-ad76-f92babf3f103 name: Metal2Oracle-Connection operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: billingTier: Up to 50Mb notifications: - type: ALL emails: - test@gmail.com changeLog: createdBy: fabric createdDateTime: 2024-03-19 23:09:15.547000+00:00 updatedBy: fabric updatedDateTime: 2024-03-19 23:09:15.547000+00:00 bandwidth: 50 redundancy: group: 9674d5cf-03a4-4129-933f-60d21e0f3ddb priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: d357394a-3453-415b-8bf3-4ea95b3b13fd interconnection: uuid: 7fcf077d-3383-4e22-9173-7b415fdfd1bd zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/60ef0382-cdaa-44e7-bd36-b803731816b8 type: L2_PROFILE name: Oracle Cloud Infrastructure FastConnect uuid: 60ef0382-cdaa-44e7-bd36-b803731816b8 sellerRegion: us-sanjose-1 authenticationKey: xxxxxxxxx Metal2Sp-Azure: value: type: EVPL_VC name: Metal2Azure Connection bandwidth: '50' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: a1390b22-bbe0-4e93-ad37-85beef9d254d location: metroCode: SV authenticationKey: xxxxxxxxx peeringType: PRIVATE notifications: - type: ALL emails: - eqxfabricamcrh@gmail.com project: projectId: 16799d66-ef43-445c-ba29-d17522d8a137 Fcr2Sp-Generic: value: type: IP_VC name: My-FCR-GenericConnection bandwidth: 1000 aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: SV order: purchaseOrderNumber: 1-129105284100 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Connection_Provider_Bandwidth_Response: value: href: https://api.equinix.com/fabric/v4/connections/9b8c5042-b553-4d5e-a2ac-c73bf6d4fd81/actions/37c10edc-ba2e-4240-a850-8a48f9c47d00 type: CONNECTION_PROVIDER_BANDWIDTH_REQUEST uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 data: providerBandwidth: 500 changeLog: createdDateTime: 2020-04-21 10:30:00+00:00 updatedDateTime: 2020-05-21 10:30:00+00:00 COLO2NETWORK_EVPTREE_withDot1qAndTerms: value: type: EVPTREE_VC name: colo2network-evptree-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 linkProtocol: type: DOT1Q vlanTag: 300 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 role: LEAF order: purchaseOrderNumber: 1-129105284100 termLength: 24 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com Fcr2Sp-marketplaceSubscription-Response: value: href: https://api.equinix.com/fabric/v4/connections/0ed42ea7-2df8-470d-ad59-e432d768b4f1 type: IP_VC uuid: 0ed42ea7-2df8-470d-ad59-e432d768b4f1 name: GP_FG2GCP_001 bandwidth: 50 redundancy: group: 4f786b3f-27d4-48e0-8571-423d085826c1 priority: PRIMARY order: billingTier: Up to 50 MB aSide: accessPoint: type: CLOUD_ROUTER router: href: https://api.equinix.com/fabric/v4/routers/56d267f3-a566-47a8-8cf9-40e6cc925bf0 uuid: 56d267f3-a566-47a8-8cf9-40e6cc925bf0 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/c7922adf-34b5-4d4e-a87c-cae8c899ef90 uuid: c7922adf-34b5-4d4e-a87c-cae8c899ef90 marketplaceSubscription: href: https://api.equinix.com/fabric/v4/marketplaceSubscriptions/20d32a80-0d61-4333-bc03-707b591ae2f5 type: AWS_MARKETPLACE_SUBSCRIPTION uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 operation: equinixStatus: PROVISIONING providerStatus: PROVISIONING notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com changeLog: createdBy: test createdDateTime: 2022-05-12 17:53:45.401000+00:00 Response-Dot1q-Vlan: value: additionalInfo: - key: message value: vlanTag(s) provided is available Response-Aws: value: additionalInfo: - key: message value: Authorization key provided is valid COLO2COLOwithDot1q-Dot1q: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a8ba52de-faae-43b5-b0b1-6904d37ee063 linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 notifications: - type: ALL emails: - test@test.com COLO2IBM_1: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC authenticationKey: xxx-xxx-xxx sellerRegion: San Jose 2 notifications: - type: ALL emails: - test@test.com additionalInfo: - key: ASN value: 1234 - key: Global value: false Vd2Sp-Primary: value: type: EVPL_VC bandwidth: 50 name: Network Device to SP redundancy: priority: PRIMARY aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 95542b34-cf1c-41aa-89f7-590946f9df53 authenticationKey: xx-xx-xx sellerRegion: us-west-1 order: purchaseOrderNumber: 1-323292 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionSearchCloudRouteruuid: value: filter: and: - property: /aSide/accessPoint/router/uuid operator: '=' values: - 742e5b08-385a-4f50-94b8-08acdf91b7b0 pagination: limit: 25 offset: 0 sort: - property: /changeLog/updatedDateTime direction: DESC CreateConnectionDryRunResponse-Colo2Network-EVPLAN_VC: value: type: EVPLAN_VC name: My Colo to Network EVPLAN_VC Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: NETWORK network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com ConnectionSearchCustorg: value: filter: and: - property: /account/orgId operator: '=' values: - 91997 pagination: limit: 25 offset: 0 total: 0 sort: - property: /changeLog/updatedDateTime direction: DESC ConnectionDeletionResponse: value: href: https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62 type: EVPL_VC uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 name: My-Layer2-Connection order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 200 MB /*Proposal*/ bandwidth: 100 aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d type: XF_PORT uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/20d32a80-0d61-4333-bc03-707b591ae2f5 type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 port: href: https://api.equinix.com/fabric/v4/ports/20d32a80-0d61-4333-bc03-707b591ae2f4 type: XF_PORT uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: QINQ vlanSTag: 1002 vlanCTag: 1001 location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com operation: equinixStatus: DEPROVISIONING providerStatus: DEPROVISIONING changeLog: createdDateTime: 2020-05-21 10:30:00+00:00 updatedDateTime: 2020-05-21 10:30:00+00:00 deletedDateTime: 2020-05-21 10:30:00+00:00 createdBy: 232216 updatedBy: 344339 deletedBy: 232216 COLO2COLOwithDot1Q-QinQ: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: COLO port: uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c linkProtocol: type: QINQ vlanSTag: 1001 vlanCTag: 1002 notifications: - type: ALL emails: - test@test.com GenericConnectionResponseExample: value: href: https://api.equinix.com/fabric/v4/connections/650fa2db-37fc-4eca-a9ac-1bb33481b03f type: EVPL_VC uuid: 650fa2db-37fc-4eca-a9ac-1bb33481b03f name: E2E-CON-280122023234849 state: PROVISIONED operation: providerStatus: AVAILABLE equinixStatus: PROVISIONED order: purchaseOrderNumber: PO754587184643 notifications: - type: ALL emails: - fake@mail.com account: accountNumber: 270001 orgId: 91997 globalOrgId: 0016u000003JZ4sAAG changeLog: createdBy: testBuyer createdDateTime: 2022-01-28 02:32:36.402000+00:00 bandwidth: 50 redundancy: group: 4647f20d-6339-4e83-b31e-b35da3060d63 priority: PRIMARY isRemote: false direction: OUTGOING aSide: accessPoint: type: COLO location: metroHref: https://api.equinix.com/fabric/v4/metros/DA metroCode: DA port: href: https://api.equinix.com/fabric/v4/ports/c791f8cb-5a41-a410-8ce0-306a5c00a4ee uuid: c791f8cb-5a41-a410-8ce0-306a5c00a4ee name: testBuyer-DA1-L-Dot1q-STD-PRI-10G-NK-329 linkProtocol: type: DOT1Q vlanTag: 1043 zSide: accessPoint: type: SP location: metroHref: https://api.equinix.com/fabric/v4/metros/DA metroCode: DA port: href: https://api.equinix.com/fabric/v4/ports/c791f8cb-5a49-a490-8ce0-306a5c00a4ee uuid: c791f8cb-5a49-a490-8ce0-306a5c00a4ee name: testSeller-DA1-L-Dot1q-STD-PRI-10G-NK-337 profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/32fd70f2-ce6b-4140-9358-561db52f2ea0 type: L2_PROFILE name: SP for Local No-Redundant Connection DOT1Q uuid: 32fd70f2-ce6b-4140-9358-561db52f2ea0 linkProtocol: type: DOT1Q vlanTag: 3322 COLO2OracleSPwithDot1q: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC sellerRegion: us-ashburn-1 authenticationKey: xxx-xxx-xxx notifications: - type: ALL emails: - test@test.com Fcr2Vd-Redundant-Secondary: value: type: IP_VC name: My-GW-VDConnection-Secondary bandwidth: 100 redundancy: group: a00cef6f-8e35-4794-9ff9-665e084e4e6d priority: SECONDARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionMigrationAsideVirtualDeviceRequest: value: - op: replace path: /aSide/accessPoint value: virtualDevice: type: EDGE uuid: 207667ba-3211-452c-b0a8-8b9046e122a5 interface: type: CLOUD id: 4 '403': value: - errorCode: EQ-3045003 errorMessage: Operation not allowed correlationId: c82ff3bc-de07-47e5-b3ec-53a009d01515 details: Operation not allowed for current user Metal2Port-Dot1q-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/02b7b7d4-1726-4451-9598-e28091c096cd uuid: 02b7b7d4-1726-4451-9598-e28091c096cd name: Metal2Port-dot1q operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - test@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-03-20 00:39:07.648000+00:00 updatedBy: fabric updatedDateTime: 2024-03-20 00:39:07.648000+00:00 bandwidth: 50 redundancy: group: b76b3167-ae8e-42c4-9571-b659f9779897 priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 interconnection: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 zSide: accessPoint: location: metroCode: SV port: href: https://api.equinix.com/fabric/v4/ports/6c73d02c-87e1-4642-8e18-01eb4b87e243 type: XF_PORT uuid: 6c73d02c-87e1-4642-8e18-01eb4b87e243 name: 290061-SV1-CX-SEC-01 linkProtocol: type: DOT1Q vlanTag: 1387 Fcr2Sp-Alibaba: value: type: IP_VC name: My-FCR-AlibabaConnection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: SV authenticationKey: xx-xx-xx sellerRegion: us-west-1 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Request_Azure: value: filter: and: - property: /zSide/accessPoint/authenticationKey operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/profile/uuid operator: '=' values: - xxx-xxx-xxx ConnectionSearchAsideservicetokenuuid: value: filter: and: - property: /aSide/serviceToken/uuid operator: '=' values: - 30225621-c1ad-4614-b6a5-d9c70cad61cb sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Vd2AzureSP-Response: value: href: https://api.equinix.com/fabric/v4/connections/3da14bba-d81c-4497-93c3-3f4a3cb0bc40 type: EVPL_VC uuid: 3da14bba-d81c-4497-93c3-3f4a3cb0bc40 name: vd2azure-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-1234567890 billingTier: Up to 200 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-25 20:30:24.632000+00:00 updatedBy: fabric updatedDateTime: 2024-04-25 20:30:24.632000+00:00 bandwidth: 100 redundancy: group: 6b869af5-3f89-4329-bb41-ec6f6b053cc4 priority: PRIMARY aSide: accessPoint: interface: uuid: 237869e8-4dbd-418f-acac-59ec1ec3bc31 id: 9 type: CLOUD location: metroCode: DC virtualDevice: uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 type: EDGE zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/a1390b22-bbe0-4e93-ad37-85beef9d254d type: L2_PROFILE name: Azure ExpressRoute uuid: a1390b22-bbe0-4e93-ad37-85beef9d254d authenticationKey: xxxx-xxx-xxxx COLO2COLO-AccessEpl: value: type: ACCESS_EPL_VC name: Conn-1 order: purchaseOrderNumber: 1-129105284100 bandwidth: 100 aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: QINQ vlanSTag: 1234 zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionSearchUuid: value: filter: and: - property: /uuid operator: '=' values: - 3736df8d-a903-42fd-bd06-06c9a76b238e pagination: limit: 25 offset: 0 total: 0 sort: - property: /changeLog/updatedDateTime direction: DESC Metal2Sp-GCP-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/d3b69c6b-3b23-4ac0-a1bb-8db16460714d uuid: d3b69c6b-3b23-4ac0-a1bb-8db16460714d name: My-Metal2GCP-Connection operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@gmail.com changeLog: createdBy: fabric createdDateTime: 2024-03-21 20:14:04.072000+00:00 updatedBy: fabric updatedDateTime: 2024-03-21 20:14:04.072000+00:00 bandwidth: 50 redundancy: group: 3cbd354d-d147-4552-bfd0-78c559b4cc91 priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: c652cef9-4e52-4165-b997-d0f52b5a18dd interconnection: uuid: a00f1a2a-e50e-4019-ba86-0768dac8396c zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/063f4b0f-2d5b-4db7-95da-d9eddfc92602 type: L2_PROFILE name: GCP Service Profile uuid: 063f4b0f-2d5b-4db7-95da-d9eddfc92602 authenticationKey: xxxx-xxx-xxxx Vd2Colo-VlanTagResponse: value: href: https://api.equinix.com/fabric/v4/connections/f37e40c5-2802-4df7-9732-839a8a5868ce uuid: f37e40c5-2802-4df7-9732-839a8a5868ce type: EVPL_VC name: vd to COLO bandwidth: 50 redundancy: group: ac61e576-2830-46aa-85e6-5ae7cd49610c priority: PRIMARY order: purchaseOrderNumber: 1-323292 billingTier: Up to 50 MB account: accountNumber: 201246 orgId: 92610 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com operation: equinixStatus: PROVISIONING providerStatus: NOT_AVAILABLE changeLog: createdDateTime: 2021-10-27 16:25:37.229000 aSide: accessPoint: virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f88 type: NETWORK id: 2 location: metroHref: https://api.equinix.com/fabric/v4/metros/SG metroCode: SG zSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/20d32a80-0d61-4333-bc03-707b591ae2f4 type: XF_PORT uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: DOT1Q vlanTag: 300 AsideServiceToken2PortWithDot1q: value: type: EVPL_VC name: Aside-token bandwidth: 1000 redundancy: priority: PRIMARY aSide: serviceToken: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d zSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d location: metroCode: SV linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 notifications: - type: ALL emails: - test@test.com Vd2Sp-Response: value: href: https://api.equinix.com/fabric/v4/connections/f37e40c5-2802-4df7-9732-839a8a5868ce uuid: f37e40c5-2802-4df7-9732-839a8a5868ce type: EVPL_VC name: vd to SP bandwidth: 50 state: ACTIVE account: accountNumber: 201246 orgId: 92610 redundancy: group: ac61e576-2830-46aa-85e6-5ae7cd49610c priority: PRIMARY aSide: accessPoint: virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d type: NETWORK id: 2 location: metroHref: https://api.equinix.com/fabric/v4/metros/SG metroCode: SG zSide: accessPoint: profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/95542b34-cf1c-41aa-89f7-590946f9df53 uuid: 95542b34-cf1c-41aa-89f7-590946f9df53 type: L2_PROFILE location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV order: purchaseOrderNumber: 1-323292 billingTier: Up to 50 MB notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com operation: equinixStatus: PENDING_APPROVAL providerStatus: NOT_AVAILABLE changeLog: createdDateTime: 2022-10-05 19:37:12.748000+00:00 Vd2GoogleSP: value: type: EVPL_VC name: vd2googleSp-connection-1 bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: e99ec19c-0939-4c47-bfc1-ff94f99ccc75 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: bd4570e2-d792-4a00-87f5-3bde040cdcd7 location: metroCode: SV sellerRegion: us-west2 authenticationKey: xxxx-xxxx/us-west2/1 project: projectId: 16799d66-ef43-445c-ba29-d17522d8a137 order: purchaseOrderNumber: 1-1234567890 notifications: - type: ALL emails: - fabric@equinx.com Metal2Port-Dot1q: value: type: EVPL_VC name: Metal2Port-dot1q bandwidth: '50' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: COLO port: uuid: 6c73d02c-87e1-4642-8e18-01eb4b87e243 linkProtocol: type: DOT1Q vlanTag: 128 notifications: - type: ALL emails: - test@equinix.com project: projectId: '377533000114703' AsideServiceToken2PortWithQinq: value: type: EVPL_VC name: Aside-Token bandwidth: 1000 redundancy: priority: PRIMARY aSide: serviceToken: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d zSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d location: metroCode: SV linkProtocol: type: QINQ vlanSTag: 1001 vlanCTag: 1001 order: purchaseOrderNumber: po1234 notifications: - type: ALL emails: - test@test.com Fcr2Sp-IBM: value: type: IP_VC name: My-FCR-IBMConnection bandwidth: 1000 aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC authenticationKey: xxx-xxx-xxx sellerRegion: San Jose 2 project: projectId: '567' notifications: - type: ALL emails: - test@test.com additionalInfo: - key: Global value: false - key: IBM IPv4 CIDR value: 172.16.0.18/30 - key: CER IPv4 CIDR value: 172.16.0.19/30 ConnectionSearchZsideaccesspointuuid: value: filter: and: - property: /zSide/accessPoint/port/uuid operator: '=' values: - c791f8cb-5941-9410-8ce0-306a5c00a4ee sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Fcr2Sp-Azure: value: type: IP_VC name: My-FCR-AzureConnection bandwidth: 1000 aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 authenticationKey: xx-xx-xx location: metroCode: SV peeringType: PRIVATE order: purchaseOrderNumber: 1-129105284100 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionSearchZsideaccesspointtype: value: filter: and: - property: /zSide/accessPoint/type operator: '=' values: - COLO sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 COLO2COLOwithQinq-Dot1q: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: QINQ vlanSTag: 1001 vlanCTag: 1125 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: COLO port: uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c linkProtocol: type: DOT1Q vlanTag: 1001 notifications: - type: ALL emails: - test@test.com COLO2AlibabaSP-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/2c7bb68e-f560-41ac-9950-e62c87be191e uuid: 2c7bb68e-f560-41ac-9950-e62c87be191e name: port2alibaba-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-05-02 20:07:38.626000+00:00 updatedBy: fabric updatedDateTime: 2024-05-02 20:07:38.626000+00:00 bandwidth: 50 redundancy: group: 6aafb605-f3e4-4380-a9c0-1eddf829bca0 priority: PRIMARY aSide: accessPoint: location: metroCode: SV port: type: XF_PORT href: https://api.equinix.com/fabric/v4/ports/b54d71a6-aecb-40cc-b458-8a4103f5cdba uuid: b54d71a6-aecb-40cc-b458-8a4103f5cdba name: 641728-SV5-1 linkProtocol: type: DOT1Q vlanTag: 1018 zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/4c4b8edf-873b-4c6c-805a-edb2c335bd6c type: L2_PROFILE name: Alibaba Cloud Express Connect uuid: 4c4b8edf-873b-4c6c-805a-edb2c335bd6c sellerRegion: us-west-1 authenticationKey: xxxx-xxx-xxxx ConnectionSearchANDwithNestedOR: value: filter: and: - operator: '=' property: /operation/equinixStatus values: - PROVISIONED - PENDING_APPROVAL - operator: '=' property: /operation/providerStatus values: - AVAILABLE - PENDING_APPROVAL - PROVISIONED - or: - operator: LIKE property: /name values: - AWS-Dot1Q - operator: LIKE property: /uuid values: - AWS-Dot1Q sort: - direction: DESC property: /changeLog/updatedDateTime pagination: limit: 25 offset: 0 '405': value: - errorCode: EQ-3142569 errorMessage: Method not supported, Please check the URL passed details: Method:PATCH correlationId: f48687b0-d088-46d1-b06c-00c0688fbca9 COLO2NETWORKwithEPLAndTerms-Response: value: href: https://api.equinix.com/fabric/v4/connections/cce170c5-a496-4928-8426-507e00818887 type: EPLAN_VC uuid: cce170c5-a496-4928-8426-507e00818887 name: colo2network-eplan-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB termLength: 12 notifications: - type: ALL emails: - fabric@test.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 03:07:17.587000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 03:07:17.587000+00:00 bandwidth: 50 redundancy: group: dbab0e00-db97-4abf-aebe-76c7a40a371e priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/SP metroCode: SP port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 505783-port linkProtocol: type: UNTAGGED zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EPLAN-GLOBAL platformUuid: 8abb8305-258b-4690-9b49-714962591add state: ACTIVE type: EPLAN scope: GLOBAL location: null ConnectionSearchAsidevlanstagctag: value: filter: and: - property: /aSide/accessPoint/linkProtocol/vlanSTag operator: '=' values: - '4002' - property: /aSide/accessPoint/linkProtocol/vlanCTag operator: '=' values: - '0' sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 CreateConnectionDryRunResponse-Colo2Sp-Generic: value: type: EVPL_VC name: My-EVPL-Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/92dc376a-a932-43aa-a6a2-c806dedbd784 type: L2_PROFILE uuid: 92dc376a-a932-43aa-a6a2-c806dedbd784 location: metroHref: https://api.equinix.com/fabric/v4/metros/DC metroCode: DC project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com COLO2NETWORKwithEPL: value: type: EPLAN_VC name: colo2network-eplan-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 order: purchaseOrderNumber: 1-129105284100 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com Vd2ColoUntagged: value: type: EVPL_VC bandwidth: 1000 name: vd to SP aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: UNTAGGED order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Response-Alibaba: value: additionalInfo: - key: message value: Authorization key provided is valid ConnectionUpdateNotificationEmailRequest: value: - op: replace path: /notifications value: - type: ALL emails: - testEmail1@equinix.com - testEmail2@equinix.com COLO2COLOwithQinq-Qinq: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: QINQ vlanSTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: COLO port: uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c linkProtocol: type: QINQ vlanSTag: 1001 notifications: - type: ALL emails: - test@test.com 400_dry_run: value: - errorCode: EQ-3142411 errorMessage: Dry run is not supported for this connection type correlationId: 1012536-0000-108258589231-api additionalInfo: - reason: queryParam:dryRun Vd2Colo-VlanCTag: value: type: EVPL_VC bandwidth: 1000 name: vd to COLO aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: QINQ vlanCTag: 300 vlanSTag: 301 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Vd2Ibm_2: value: type: EVPL_VC name: vd2ibm20-connection-1 bandwidth: 50 aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: e092ed47-63d2-4f4a-87a0-82e3b08eefe5 location: metroCode: SV authenticationKey: xxxx-xxx-xxx sellerRegion: San Jose 2 additionalInfo: - key: ASN value: 12345 - key: BGP_CER_CIDR value: 172.16.0.17/30 - key: BGP_IBM_CIDR value: 172.16.0.18/30 - key: Global value: false project: projectId: 16799d66-ef43 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - fabric@equinix.com ConnectionUpdateBandwidthRequest: value: - op: replace path: /bandwidth value: 1000 '401': value: - errorCode: EQ-3000039 errorMessage: User not found in request or invalid. correlationId: c82ff3bc-de07-47e5-b3ec-53a009d01515 COLO2SPwithDot1q: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC notifications: - type: ALL emails: - test@test.com COLO2AzureSP-Primary: value: type: EVPL_VC name: port2azure-connection-1 bandwidth: 100 redundancy: priority: PRIMARY order: termLength: 1 aSide: accessPoint: type: COLO port: uuid: d166b9ce-79ed-4ea6-8f8b-785fd69f3dcc linkProtocol: type: DOT1Q vlanTag: 123 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: a1390b22-abe0-4e93-ad37-85beef9d254a location: metroCode: DC peeringType: PRIVATE authenticationKey: xxx-xxx-xxx project: projectId: 16799d66-ef43-445c-ba29-d17522d8a131 notifications: - type: ALL emails: - test@test.com Metal2ServiceToken: value: type: EVPL_VC name: Metal2ServiceToken bandwidth: '50' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: serviceToken: uuid: bc1383be-579a-4d75-ae19-b0d487bbff90 notifications: - type: ALL emails: - test@equinix.com project: projectId: '377533000114703' Connection_Creation_Acceptance: value: type: CONNECTION_CREATION_ACCEPTANCE data: zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: QINQ vlanSTag: 1002 vlanCTag: 1001 Connection_Update_Acceptance: value: type: CONNECTION_UPDATE_ACCEPTANCE ConnectionSearchORwithNestedAND: value: filter: or: - and: - operator: '=' property: /direction values: - INCOMING - operator: '=' property: /change/status values: - SUBMITTED_FOR_APPROVAL - and: - operator: '=' property: /direction values: - INCOMING - operator: '=' property: /operation/equinixStatus values: - PENDING_APPROVAL - PENDING_DELETE - and: - operator: '=' property: /direction values: - OUTGOING - operator: '=' property: /operation/providerStatus values: - PENDING_APPROVAL - operator: '=' property: /operation/equinixStatus values: - PROVISIONED pagination: limit: 1000 offset: 0 CreateConnectionDryRunResponse-Fcr2Sp-Generic: value: type: EVPL_VC name: Fcr to Sp-Generic Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: href: https://api.equinix.com/fabric/v4/routers/66a21614-1c4a-11ec-9621-0242ac130002 uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/92dc376a-a932-43aa-a6a2-c806dedbd784 type: L2_PROFILE uuid: 92dc376a-a932-43aa-a6a2-c806dedbd784 location: metroHref: https://api.equinix.com/fabric/v4/metros/DC metroCode: DC project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com Connection_Provider_Bandwidth_Request: value: type: CONNECTION_PROVIDER_BANDWIDTH_REQUEST ConnectionSearchANDwithNestedOR-LIKE: value: filter: and: - operator: '=' property: /operation/equinixStatus values: - PROVISIONED - PENDING_APPROVAL - operator: '=' property: /operation/providerStatus values: - AVAILABLE - PENDING_APPROVAL - PROVISIONED - or: - operator: LIKE property: /name values: - AWS-Dot1Q - operator: LIKE property: /aSide/accessPoint/account/accountName values: - AWS-Dot1Q - operator: LIKE property: /zSide/accessPoint/account/accountName values: - AWS-Dot1Q - operator: LIKE property: /uuid values: - AWS-Dot1Q - operator: LIKE property: /zSide/accessPoint/name values: - AWS-Dot1Q - operator: LIKE property: /aSide/accessPoint/linkProtocol/vlanCTag values: - AWS-Dot1Q - operator: LIKE property: /aSide/accessPoint/linkProtocol/vlanSTag values: - AWS-Dot1Q - operator: LIKE property: /zSide/accessPoint/linkProtocol/vlanCTag values: - AWS-Dot1Q - operator: LIKE property: /zSide/accessPoint/linkProtocol/vlanSTag values: - AWS-Dot1Q - operator: LIKE property: /aSide/accessPoint/linkProtocol/vlanCTag values: - AWS-Dot1Q - operator: LIKE property: /zSide/accessPoint/authenticationKey values: - AWS-Dot1Q - operator: LIKE property: /aSide/serviceToken/uuid values: - AWS-Dot1Q - operator: LIKE property: /zSide/serviceToken/uuid values: - AWS-Dot1Q sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 ConnectionSearchProjectidOPtional-CRH: value: filter: and: - property: /project/projectId operator: '=' values: - 30ad25e2-53dc-11ed-bdc3-0242ac120002 pagination: limit: 25 offset: 0 total: 0 sort: - property: /changeLog/updatedDateTime direction: DESC ConnectionSearchIsremote: value: filter: and: - property: /isRemote operator: '=' values: - true pagination: limit: 25 offset: 0 total: 0 sort: - property: /changeLog/updatedDateTime direction: DESC ConnectionPatchResponseDryRun: value: href: https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62 type: EVPL_VC uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 name: My-Layer2-Connection-2 bandwidth: 1000 direction: OUTGOING isRemote: true redundancy: group: 66c10a60-789e-4b25-b85c-7eb225a4c344 priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c type: L2_PROFILE location: metroHref: https://api.equinix.com/fabric/v4/metros/MX metroCode: MX linkProtocol: type: DOT1Q vlanTag: 1001 operation: providerStatus: PROVISIONED equinixStatus: PROVISIONED change: type: CONNECTION_UPDATE status: APPROVED createdDateTime: 2021-12-12 06:00:01.183000+00:00 data: op: replace path: /aSide/accessPoint/port/uuid value: c791f8cb-58f9-8f90-8ce0-306a5c00a4ee changeLog: createdDateTime: 2020-04-21 10:30:00+00:00 account: accountNumber: 270001 orgId: 91997 globalOrgId: 3453453cccc COLO2NETWORKwithDot1qAndTerms: value: type: EVPLAN_VC name: colo2network-evplan-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 linkProtocol: type: DOT1Q vlanTag: 300 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 order: purchaseOrderNumber: 1-129105284100 termLength: 24 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com ConnectionSearchAsidemetrocodemetroname: value: filter: and: - property: /aSide/accessPoint/location/metroCode operator: '=' values: - DA - property: /aSide/accessPoint/location/metroName operator: '=' values: - Dallas sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Vd2AwsSP-Response: value: href: https://api.equinix.com/fabric/v4/connections/f0a954e7-bdc5-4727-90cc-869f990e289f type: EVPL_VC uuid: f0a954e7-bdc5-4727-90cc-869f990e289f name: vd2aws-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-1234567890 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-27 00:32:21.879000+00:00 updatedBy: fabric updatedDateTime: 2024-04-27 00:32:21.879000+00:00 bandwidth: 50 redundancy: group: 1dfd9c4b-58c6-4d96-aebf-eb32a09f031a priority: PRIMARY aSide: accessPoint: interface: uuid: 1b046630-8572-4975-abd0-82c31adf6ec1 id: 4 type: CLOUD location: metroCode: DC virtualDevice: uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 type: EDGE zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/69ee618d-be52-468d-bc99-00566f2dd2b9 type: L2_PROFILE name: AWS Direct Connect uuid: 69ee618d-be52-468d-bc99-00566f2dd2b9 sellerRegion: us-west-1 authenticationKey: xxxx-xxx-xxx Vd2ServiceToken: value: type: EVPL_VC name: Primary-Token order: purchaseOrderNumber: 1-129105284100 bandwidth: 100 redundancy: priority: PRIMARY aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: serviceToken: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Response-Qinq-Vlan: value: additionalInfo: - key: message value: vlanTag(s) provided is available ConnectionSearchAsideaccesspointuuid: value: filter: and: - property: /aSide/accessPoint/port/uuid operator: '=' values: - c791f8cb-5941-9410-8ce0-306a5c00a4ee sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 ConnectionPatchResponse: value: href: https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62 type: EVPL_VC uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 name: My-Layer2-Connection-2 bandwidth: 1000 direction: OUTGOING isRemote: true redundancy: group: 66c10a60-789e-4b25-b85c-7eb225a4c344 priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c type: L2_PROFILE location: metroHref: https://api.equinix.com/fabric/v4/metros/MX metroCode: MX linkProtocol: type: DOT1Q vlanTag: 1001 operation: providerStatus: PROVISIONED equinixStatus: PROVISIONED change: uuid: da6a1a0b-0872-4c06-b9d7-5c8ee3056775 type: CONNECTION_UPDATE status: APPROVED createdDateTime: 2021-12-12 06:00:01.183000+00:00 updatedDateTime: 2021-12-12 06:00:09.278916+00:00 data: op: replace path: /aSide/accessPoint/port/uuid value: c791f8cb-58f9-8f90-8ce0-306a5c00a4ee changeLog: createdDateTime: 2020-04-21 10:30:00+00:00 updatedDateTime: 2020-05-21 10:30:00+00:00 account: accountNumber: 270001 orgId: 91997 globalOrgId: 3453453cccc ConnectionSearchAsidevirtualdeviceuuid: value: filter: and: - property: /aSide/accessPoint/virtualDevice/uuid operator: '=' values: - c6b96cec-cf70-4700-9c1e-2f73724d2fa5 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 AcceptZSide_NetworkEdge_Request: value: type: CONNECTION_CREATION_ACCEPTANCE data: zSide: accessPoint: virtualDevice: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: CLOUD id: 8 Fcr2ServiceToken: value: type: IP_VC name: My-FCR-Connection bandwidth: 1000 aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 location: metroCode: SV zSide: serviceToken: uuid: 4cc30499-d472-4edb-9114-1381ed17e356 order: purchaseOrderNumber: 1-129105284100 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Fcr2Colo-ResponseExample: value: href: https://api.equinix.com/fabric/v4/connections/0ed42ea7-2df8-470d-ad59-e432d768b4f1 type: IP_VC uuid: 0ed42ea7-2df8-470d-ad59-e432d768b4f1 name: GP_FG2COLO_001 bandwidth: 50 redundancy: group: 4f786b3f-27d4-48e0-8571-423d085826c1 priority: PRIMARY order: billingTier: Up to 50 MB aSide: accessPoint: type: CLOUD_ROUTER router: href: https://api.equinix.com/fabric/v4/routers/56d267f3-a566-47a8-8cf9-40e6cc925bf0 uuid: 56d267f3-a566-47a8-8cf9-40e6cc925bf0 zSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 operation: equinixStatus: PENDING_INTERFACE_CONFIGURATION providerStatus: NOT_AVAILABLE notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com changeLog: createdBy: test createdDateTime: 2022-05-12 17:53:45.401000+00:00 Vd2Ibm_1: value: type: EVPL_VC name: vd2ibm10-connection-1 bandwidth: 50 aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 45b446fa-d3b6-417a-b871-a5ee0efdc459 location: metroCode: DC authenticationKey: xxxx-xxx-xxx sellerRegion: Washington 2 additionalInfo: - key: ASN value: 12345 - key: Global value: false project: projectId: 16799d66-ef43 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - fabric@equinix.com Fcr2Colo: value: type: IP_VC name: My-FCR-Connection bandwidth: 1000 aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: COLO port: uuid: 7b6481b8-1c4a-11ec-9621-0242ac130002 linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: 1-129105284100 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com COLO2NETWORK_EPTREE_withEPLAndTerms-Response: value: href: https://api.equinix.com/fabric/v4/connections/cce170c5-a496-4928-8426-507e00818887 type: EPTREE_VC uuid: cce170c5-a496-4928-8426-507e00818887 name: colo2network-eptree-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB termLength: 12 notifications: - type: ALL emails: - fabric@test.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 03:07:17.587000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 03:07:17.587000+00:00 bandwidth: 50 redundancy: group: dbab0e00-db97-4abf-aebe-76c7a40a371e priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/SP metroCode: SP port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 505783-port linkProtocol: type: UNTAGGED zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EPTREE-GLOBAL platformUuid: 8abb8305-258b-4690-9b49-714962591add state: ACTIVE type: EPTREE scope: GLOBAL location: null role: LEAF COLO2NETWORK_EVPTREE_withDot1qAndTerms-Response: value: href: https://api.equinix.com/fabric/v4/connections/f3dd7395-7196-45f4-9b6f-54094aa75f53 type: EVPTREE_VC uuid: f3dd7395-7196-45f4-9b6f-54094aa75f53 name: colo2network-evptree-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB termLength: 24 notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 02:51:07.675000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 02:51:07.675000+00:00 bandwidth: 50 redundancy: group: ecebee55-975b-4017-857c-74617f821b87 priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/DA metroCode: DA port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 1-DA1-port linkProtocol: type: DOT1Q vlanTag: 307 zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EVPTREE-GLOBAL platformUuid: afe28606-8021-4161-802c-b80d4bc22f20 state: ACTIVE type: EVPTREE scope: GLOBAL location: null role: LEAF ConnectionAddAccessAndSecretKeyAWSRequest: value: - op: add path: '' value: additionalInfo: - key: accessKey value: nTTgtgoQbTQCRHTbynll - key: secretKey value: NwPcpbWgFEPofydsZEQGwjtHqJOYrUmBbrcxtOzP 403-delete: value: - errorCode: EQ-3142401 errorMessage: Your account isn't authorized to perform this task. Contact your administrator for assistance. correlationId: 12312y7127tges Metal2Sp-Generic-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/1a9ffa8f-d4d4-44ab-9733-362c9a36ec94 uuid: 1a9ffa8f-d4d4-44ab-9733-362c9a36ec94 name: Metal2Generic operation: providerStatus: NOT_AVAILABLE equinixStatus: PENDING_APPROVAL order: billingTier: Up to 1G notifications: - type: ALL emails: - test@test.com changeLog: createdBy: fabric createdDateTime: 2024-03-22 00:42:35.386000+00:00 updatedBy: fabric updatedDateTime: 2024-03-22 00:42:35.386000+00:00 bandwidth: 1000 redundancy: group: dd22cd15-4d09-45b3-9523-37daf075a27d priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 interconnection: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/f1a247aa-8f86-4a89-88c2-72497686cd0d type: L2_PROFILE name: Generic Service Profile uuid: f1a247aa-8f86-4a89-88c2-72497686cd0d Metal2Sp-IBM: value: type: EVPL_VC name: Metal2IBM-Connection bandwidth: '50' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 317dcd1c-83ba-4d7c-994a-3e7ddb875026 location: metroCode: SV authenticationKey: xxxxxxxxx sellerRegion: San Jose 2 additionalInfo: - key: ASN value: 12345 - key: BGP_CER_CIDR value: 172.16.0.17/30 - key: BGP_IBM_CIDR value: 172.16.0.18/30 - key: Global value: false notifications: - type: ALL emails: - test@equinix.com project: projectId: '377533000114703' 400-delete: value: - errorCode: EQ-3142510 errorMessage: Connection is in transient state correlationId: cebc3d33-9037-4a2b-a7af-0ad65602cdec Metal2Sp-Azure-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/d3b69c6b-3b23-4ac0-a1bb-8db16460714d uuid: d3b69c6b-3b23-4ac0-a1bb-8db16460714d name: Metal2Azure Connection operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - eqxfabricamcrh@gmail.com changeLog: createdBy: fabric createdDateTime: 2024-03-21 20:14:04.072000+00:00 updatedBy: fabric updatedDateTime: 2024-03-21 20:14:04.072000+00:00 bandwidth: 50 redundancy: group: 3cbd354d-d147-4552-bfd0-78c559b4cc91 priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: c652cef9-4e52-4165-b997-d0f52b5a18dd interconnection: uuid: a00f1a2a-e50e-4019-ba86-0768dac8396c zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/a1390b22-bbe0-4e93-ad37-85beef9d254d type: L2_PROFILE name: Azure ExpressRoute uuid: a1390b22-bbe0-4e93-ad37-85beef9d254d authenticationKey: xxxxxxxxx CreateConnectionDryRunResponse-Fcr2Colo: value: type: EVPL_VC name: Fcr to Colo Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: href: https://api.equinix.com/fabric/v4/routers/66a21614-1c4a-11ec-9621-0242ac130002 uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com CreateConnectionDryRunResponse-Colo2Azure: value: type: EVPL_VC name: Colo to Azure Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/20d32a80-0d61-4333-bc03-707b591ae2f5 type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV authenticationKey: xxx-xxx-xxx peeringType: PRIVATE project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com ConnectionCreateResponse: value: href: https://api.equinix.com/fabric/v4/connections/3a58dd05-f46d-4b1d-a154-2e85c396ea62 type: EVPL_VC uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 name: My-Layer2-Connection-3 bandwidth: 1000 direction: OUTGOING isRemote: true state: ACTIVE redundancy: group: e04db764-f865-470b-8394-d2efdd651577 priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroHref: https://api.equinix.com/fabric/v4/metros/MX metroCode: MX operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING changeLog: createdDateTime: 2020-05-21 10:30:00+00:00 Connection_Creation_Rejection: value: type: CONNECTION_CREATION_REJECTION description: Invalid connection request Dot1q_Vlan: value: filter: and: - property: /zSide/accessPoint/port/uuid operator: '=' values: - 77b1b527-1a0f-42eb-9173-6d91723556b8 - property: /zSide/accessPoint/linkProtocol/vlanTag operator: '=' values: - '155' ConnectionActionResponse: value: href: https://api.equinix.com/fabric/v4/connections/9b8c5042-b553-4d5e-a2ac-c73bf6d4fd81/actions/37c10edc-ba2e-4240-a850-8a48f9c47d00 type: CONNECTION_CREATION_ACCEPTANCE uuid: 3a58dd05-f46d-4b1d-a154-2e85c396ea62 data: zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c type: L2_PROFILE location: metroHref: https://api.equinix.com/fabric/v4/metros/MX metroCode: MX linkProtocol: type: DOT1Q vlanTag: 1001 changeLog: createdDateTime: 2020-04-21 10:30:00+00:00 updatedDateTime: 2020-05-21 10:30:00+00:00 AsideServiceToken2PortResponseWithQinq: value: href: https://api.equinix.com/fabric/v4/connections/a00cef6f-8e35-4794-9ff9-665e084e4e6d type: EVPL_VC uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: a-token qinq-dot1q state: ACTIVE operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING notifications: - type: ALL emails: - test@equinix.com account: accountNumber: 201246 orgId: 92610 globalOrgId: 0017i000011X250AAC changeLog: createdBy: testuser createdDateTime: 2022-05-16 07:50:49.749000+00:00 bandwidth: 50 redundancy: group: a00cef6f-8e35-4794-9ff9-665e084e4e6d priority: PRIMARY isRemote: true direction: OUTGOING aSide: serviceToken: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d accessPoint: location: metroHref: http://api.equinix.com/fabric/v4/metros/SV region: AMER metroName: Silicon Valley metroCode: SV port: href: http://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: test-port-name-2 linkProtocol: type: QINQ vlanSTag: 1231 vlanCTag: 2233 account: accountNumber: 201246 organizationName: xxxxx zSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/LD region: EMEA metroName: London metroCode: LD port: href: https://api.equinix.com/fabric/v4/ports/a00cef6f-8e35-4794-9ff9-665e084e4e6d uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d name: test-port-name-1 linkProtocol: type: DOT1Q vlanTag: 1321 account: accountNumber: 201246 organizationName: xxxxx order: purchaseOrderNumber: '1122334' billingTier: Up to 50 MB Vd2Colo-VlanTag: value: type: EVPL_VC bandwidth: 1000 name: vd to COLO aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: DOT1Q vlanTagMin: 300 vlanTagMax: 1099 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Vd2Sp-Secondary: value: type: EVPL_VC bandwidth: 50 name: Network Device to SP redundancy: group: 777ca05d-4ae7-4ee9-9456-3ca49500428c priority: SECONDARY aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 95542b34-cf1c-41aa-89f7-590946f9df53 authenticationKey: xx-xx-xx sellerRegion: us-west-1 order: purchaseOrderNumber: 1-323292 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionSearchZsidevirtualdevicename: value: filter: and: - property: /zSide/accessPoint/virtualDevice/name operator: '=' values: - E2E-NE-Device-Aut-170122034210108 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 NonGenericConnectionResponseExample: value: href: https://api.equinix.com/fabric/v4/connections/462ad0bb-7fe2-41b1-8d1a-c62494e0c7e3 type: EVPL_VC uuid: 462ad0bb-7fe2-41b1-8d1a-c62494e0c7e3 name: E2E-CON-280122031843987 state: DEPROVISIONED operation: providerStatus: FAILED equinixStatus: DEPROVISIONED order: purchaseOrderNumber: PO608540135268 notifications: - type: ALL emails: - fake@mail.com account: accountNumber: 270001 orgId: 91997 globalOrgId: 0016u000003JZ4sAAG changeLog: createdBy: testBuyer createdDateTime: 2022-01-28 03:18:48.908000+00:00 bandwidth: 50 redundancy: group: 50ba51bb-085d-4084-ac38-c31860ca5f4d priority: PRIMARY isRemote: false direction: OUTGOING aSide: accessPoint: type: COLO location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV port: href: https://api.equinix.com/fabric/v4/ports/c791f8cb-594b-94b0-8ce0-306a5c00a4ee uuid: c791f8cb-594b-94b0-8ce0-306a5c00a4ee name: testBuyer-SV5-NL-Dot1q-BO-PRI-10G-NK-83 linkProtocol: type: DOT1Q vlanTag: 2628 zSide: accessPoint: type: SP location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/063f4b0f-2d5b-4db7-95da-d9eddfc92602 type: L2_PROFILE name: Google Cloud Partner Interconnect Zone 1 uuid: 063f4b0f-2d5b-4db7-95da-d9eddfc92602 linkProtocol: type: DOT1Q sellerRegion: us-west1 authenticationKey: xx-xxx-xx-xxxxx/xxx/x ConnectionSearchEquinixstatus: value: filter: and: - property: /operation/equinixStatus operator: '=' values: - PROVISIONED sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Fcr2IpWan: value: type: IPWAN_VC name: MY-IPWAN-CONNECTION-1 bandwidth: 1000 aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 order: purchaseOrderNumber: 1-129105284100 project: projectId: 123 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Connection_Provider_Status_Request: value: type: CONNECTION_PROVIDER_STATUS_REQUEST ConnectionSearchChangestatus: value: filter: and: - property: /change/status operator: '=' values: - APPROVED pagination: limit: 25 offset: 0 total: 0 sort: - property: /changeLog/updatedDateTime direction: DESC Request_Google: value: filter: and: - property: /zSide/accessPoint/authenticationKey operator: '=' values: - xxx-xxx-xxx/xxx/x - property: /zSide/accessPoint/profile/uuid operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/sellerRegion operator: '=' values: - us-west-1 COLO2AWSSPwithDot1q-Primary: value: type: EVPL_VC name: Primary-Aws bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC sellerRegion: us-east-1 authenticationKey: xxx-xxx-xxx notifications: - type: ALL emails: - test@test.com Response-Azure-1-existing-Dot1q-connection: value: additionalInfo: - key: message value: Authorization key provided is valid data: - bandwidth: 50 redundancy: priority: PRIMARY aside: accessPoint: type: COLO linkProtocol: type: DOT1Q zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-1 location: metroCode: SV peeringType: PRIVATE linkProtocol: type: QINQ vlanSTag: 1003 - bandwidth: 50 redundancy: priority: SECONDARY aside: accessPoint: type: COLO linkProtocol: type: DOT1Q zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-2 location: metroCode: SV peeringType: PRIVATE linkProtocol: type: QINQ vlanSTag: 1003 - bandwidth: 50 redundancy: priority: SECONDARY aside: accessPoint: type: COLO linkProtocol: type: DOT1Q zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-3 location: metroCode: SV peeringType: MICROSOFT linkProtocol: type: QINQ vlanSTag: 1003 400_Invalid_id: value: - errorCode: EQ-3142519 errorMessage: Connection does not exist or do not belong to user,Please check connection Id correlationId: cebc3d33-9037-4a2b-a7af-0ad65602cdec Fcr2Sp-Generic-Redundant-Primary: value: type: IP_VC name: FCR_to_RedSP_Primary-Re-add bandwidth: 50 redundancy: group: a00cef6f-8e35-4794-9ff9-665e084e4e6d priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: SV order: purchaseOrderNumber: 1-129105284100 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionSearchAccountname: value: filter: and: - property: /aSide/accessPoint/account/accountName operator: '=' values: - testBuyer-270001 pagination: limit: 25 offset: 0 total: 0 sort: - property: /changeLog/updatedDateTime direction: DESC COLO2NETWORKwithDot1q-Response: value: href: https://api.equinix.com/fabric/v4/connections/f3dd7395-7196-45f4-9b6f-54094aa75f53 type: EVPLAN_VC uuid: f3dd7395-7196-45f4-9b6f-54094aa75f53 name: colo2network-evplan-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 02:51:07.675000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 02:51:07.675000+00:00 bandwidth: 50 redundancy: group: ecebee55-975b-4017-857c-74617f821b87 priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/DA metroCode: DA port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 1-DA1-port linkProtocol: type: DOT1Q vlanTag: 307 zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EVPLAN-GLOBAL platformUuid: afe28606-8021-4161-802c-b80d4bc22f20 state: ACTIVE type: EVPLAN scope: GLOBAL location: null ConnectionUpdateTermLengthRequest: value: - op: replace path: /order/termLength value: 12 Response-Oracle: value: additionalInfo: - key: message value: Authorization key provided is valid data: - bandwidth: 1000 ConnectionSearchZsidevirtualdeviceuuid: value: filter: and: - property: /zSide/accessPoint/virtualDevice/uuid operator: '=' values: - c6b96cec-cf70-4700-9c1e-2f73724d2fa5 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 '400': value: - errorCode: EQ-3142102 errorMessage: Connection has duplicate buyer-side VLAN ID for port or the same VLAN ID is in the process of being deleted and should be freed up soon correlationId: cebc3d33-9037-4a2b-a7af-0ad65602cdec additionalInfo: - property: /aSide/accessPoint/linkProtocol - errorCode: EQ-3142535 errorMessage: The connection bandwidth provided in the connection request exceeds the bandwidth Limit on ServiceToken details: Please enter bandwidth less than the Speed limit on ServiceToken correlationId: test additionalInfo: - property: /aSide/serviceToken/uuid - errorCode: EQ-3142536 errorMessage: Remote connection cannot be created with the provided ServiceToken details: Only local Connection can be created using this ServiceToken correlationId: test additionalInfo: - property: /zSide/accessPoint/port/uuid - errorCode: EQ-3142701 errorMessage: The connection bandwidth provided in the connection request exceeds the bandwidth Limit on ServiceToken details: not an authorized user correlationId: test - errorCode: EQ-3142501 errorMessage: Invalid input correlationId: 20d32a80-0d61-4333-bc03-707b591ae2f5 additionalInfo: - property: aSide/accessPoint/port/uuid - errorCode: EQ-3142509 errorMessage: Connection already deleted correlationId: cebc3d33-9037-4a2b-a7af-0ad65602cdec additionalInfo: - property: uuid - errorCode: EQ-3142510 errorMessage: Connection is in transient state correlationId: 20d32a80-0d61-4333-bc03-707b591ae2f5 additionalInfo: - property: uuid - errorCode: EQ-3142221 errorMessage: The primary and secondary token provided have different bandwidth tiers. Please use two tokens that support the same bandwidth tiers correlationId: test additionalInfo: - property: /zSide/serviceToken/uuid - errorCode: EQ-3142222 errorMessage: The primary and secondary tokens have different encapsulation types (Dot1Q or QinQ). Please use two tokens that support the same encapsulation type correlationId: test additionalInfo: - property: /zSide/serviceToken/uuid - errorCode: EQ-3142223 errorMessage: The primary and secondary tokens belong to different projects. Please use two tokens that belong to the same project correlationId: test additionalInfo: - property: /zSide/serviceToken/uuid - errorCode: EQ-3142224 errorMessage: The primary and secondary ports have different port speeds (bandwidth). Please use two tokens that support the same port speed correlationId: test additionalInfo: - property: /zSide/serviceToken/uuid - errorCode: EQ-3142225 errorMessage: The primary and secondary tokens provided are the same. Please provide a different token correlationId: test additionalInfo: - property: /zSide/serviceToken/uuid - errorCode: EQ-3142514 errorMessage: Redundancy group is required correlationId: test additionalInfo: - property: /redundancy/group - errorCode: EQ-3142515 errorMessage: Redundancy priority is required correlationId: test additionalInfo: - property: /redundancy/priority - errorCode: EQ-3142516 errorMessage: Invalid redundancy group correlationId: test additionalInfo: - property: /redundancy/group - errorCode: EQ-3142517 errorMessage: Invalid redundancy priority correlationId: test additionalInfo: - property: /redundancy/priority - errorCode: EQ-3142303 errorMessage: Only Primary connection allowed for this CSP correlationId: test additionalInfo: - property: /redundancy/priority - errorCode: EQ-3142320 errorMessage: For redundant connection, Service Profile should be the same correlationId: test additionalInfo: - property: /zSide/accessPoint/profile/uuid - errorCode: EQ-3142021 errorMessage: For redundant connection, Fabric Cloud Router should be the same correlationId: test additionalInfo: - property: /aSide/accessPoint/router/uuid - errorCode: EQ-3142012 errorMessage: Fabric Cloud Router is not in PROVISIONED state correlationId: test additionalInfo: - property: /aSide/accessPoint/router/uuid - errorCode: EQ-3142301 errorMessage: Given profile does not exist correlationId: test additionalInfo: - property: /zSide/accessPoint/profile/uuid - errorCode: EQ-3142302 errorMessage: Service provider does not exist in required zSide metro correlationId: test additionalInfo: - property: /zSide/accessPoint/location/metroCode - errorCode: EQ-3142013 errorMessage: Invalid metro for Cloud Router connection correlationId: test additionalInfo: - property: /aSide/accessPoint/router/uuid - errorCode: EQ-3142304 errorMessage: Private connections are not allowed on public profiles correlationId: test additionalInfo: - property: visibility - errorCode: EQ-3142306 errorMessage: Requested bandwidth is not supported by service profile correlationId: test additionalInfo: - property: /bandwidth - errorCode: EQ-3142308 errorMessage: Authentication key is required correlationId: test additionalInfo: - property: /zSide/accessPoint/authenticationKey Vd2IAProfile-Request: value: type: IA_VC bandwidth: 50 name: Network Device to IA SP redundancy: priority: PRIMARY aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: CLOUD id: 4 zSide: accessPoint: type: SP profile: type: IA_PROFILE uuid: 32d81829-0bf8-45d5-84e2-7289a553dbb6 location: metroCode: SV order: purchaseOrderNumber: 1-323292 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Metal2Sp-Oracle: value: type: EVPL_VC name: Metal2Oracle-Connection bandwidth: '50' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: SP profile: uuid: 60ef0382-cdaa-44e7-bd36-b803731816b8 location: metroCode: SV authenticationKey: xxxxxxxxx sellerRegion: us-sanjose-1 notifications: - type: ALL emails: - test@gmail.com project: projectId: 16799d66-ef43-445c-ba29-d17522d8a137 Metal2Port-Qinq-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/d87489aa-c32d-4756-a81a-6f557afb871d uuid: d87489aa-c32d-4756-a81a-6f557afb871d name: Metal2Port-qinq operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - test@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-03-21 23:44:22.347000+00:00 updatedBy: fabric updatedDateTime: 2024-03-21 23:44:22.347000+00:00 bandwidth: 50 redundancy: group: d3cf59c0-33d7-4b9d-94c6-e60b27c363d3 priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 interconnection: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 zSide: accessPoint: location: metroCode: SV port: href: https://api.equinix.com/fabric/v4/ports/4ff4047c-7217-4b79-9943-c2c4a2f7324d type: XF_PORT uuid: 4ff4047c-7217-4b79-9943-c2c4a2f7324d name: 290061-SV1-CX-PRI-02 linkProtocol: type: QINQ vlanSTag: 134 vlanCTag: 439 ConnectionSearchZsideaccesspointname: value: filter: and: - property: /zSide/accessPoint/port/name operator: '=' values: - testGoogle-SV5-NL-Dot1q-STD-SEC-10G-JN-73 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 COLO2COLO-AsReseller: value: type: EVPL_VC name: Conn-1 order: purchaseOrderNumber: 1-129105284100 bandwidth: 100 aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: QINQ vlanSTag: 1002 vlanCTag: 1001 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com ConnectionSearchANDwithNestedIN: value: filter: and: - operator: '=' property: /type values: - EVPL_VC - operator: '=' property: /aSide/accessPoint/type values: - COLO - operator: '=' property: /aSide/accessPoint/location/metroCode values: - LD - operator: '=' property: /zSide/accessPoint/type values: - COLO - operator: '=' property: /zSide/accessPoint/location/metroCode values: - DA - operator: IN property: /bandwidth values: - '50' - '200' - '500' - '1000' - '2000' - '5000' - '10000' Fcr2Sp-Oracle: value: type: IP_VC name: My-FCR-OracleConnection bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: DC sellerRegion: us-ashburn-1 authenticationKey: xx-xx-xx notifications: - type: ALL emails: - test@equinix.com project: projectId: '567' COLO2GoogleSPwithDot1q: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: DC authenticationKey: xx-xxx-xx-xxxxx/us-west1/1 sellerRegion: us-west1 project: projectId: 16799d66ef43 notifications: - type: ALL emails: - fabric@test.com ConnectionUpdateNameRequest: value: - op: replace path: /name value: Conn-Name-2 Response-IBM-2: value: additionalInfo: - key: message value: Authorization key provided is valid AsideServiceToken2ZsideServiceToken: value: type: EVPL_VC name: Aside to zside token connection bandwidth: 50 redundancy: priority: PRIMARY aSide: serviceToken: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d zSide: serviceToken: uuid: 4f9c5438-90eb-4295-b109-7754119a1e8d order: purchaseOrderNumber: po1234 notifications: - type: ALL emails: - test@test.com AsideServiceToken2PrivateSP-NE: value: type: EVPL_VC name: Token2PrivateSP-NE bandwidth: 50 redundancy: priority: PRIMARY order: purchaseOrderNumber: po1234 aSide: serviceToken: uuid: 41a9e1ef-18bb-485b-a9b3-99801ac03684 zSide: accessPoint: type: SP profile: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: SV notifications: - type: ALL emails: - test@test.com COLO2NETWORK_EPTREE_withEPL: value: type: EPTREE_VC name: colo2network-eptree-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 role: LEAF order: purchaseOrderNumber: 1-129105284100 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com CreateConnectionDryRunResponse-Colo2IBM: value: type: EVPL_VC name: Colo to IBM Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV sellerRegion: us-west-1 authenticationKey: xxx-xxx-xxx additionalInfo: - key: ASN value: 1234 - key: Global value: false project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com CreateConnectionDryRunResponse-Colo2AWS: value: type: EVPL_VC name: Colo to AWS Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/20d32a80-0d61-4333-bc03-707b591ae2f5 type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV sellerRegion: us-west-1 authenticationKey: xxx-xxx-xxx project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com Metal2Sp-IBM-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/f0e56501-d92f-4ca3-b047-f95628d4a32a uuid: f0e56501-d92f-4ca3-b047-f95628d4a32a name: Metal2IBM-Connection operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - dragons-qa3@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-03-06 17:20:41.574000+00:00 updatedBy: fabric updatedDateTime: 2024-03-06 17:20:41.574000+00:00 bandwidth: 50 redundancy: group: edf883ed-3ea0-4adf-b58c-4ea163c612d5 priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 interconnection: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/317dcd1c-83ba-4d7c-994a-3e7ddb875026 type: L2_PROFILE name: IBM Cloud Direct Link 2 uuid: 317dcd1c-83ba-4d7c-994a-3e7ddb875026 sellerRegion: San Jose 2 authenticationKey: xxxxxxxxx COLO2NETWORK_EVPTREE_withDot1q: value: type: EVPTREE_VC name: colo2network-evptree-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 linkProtocol: type: DOT1Q vlanTag: 300 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 role: LEAF order: purchaseOrderNumber: 1-129105284100 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com ConnectionSearchRedundancypriority: value: filter: and: - operator: '=' property: /redundancy/priority values: - PRIMARY sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 ConnectionSearchProviderstatus: value: filter: and: - property: /operation/providerStatus operator: '=' values: - AVAILABLE sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 CreateConnectionDryRunResponse-PortServiceToken2Port: value: type: EVPL_VC name: Port Service Token to Port Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: serviceToken: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/20d32a80-0d61-4333-bc03-707b591ae2f5 uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com IXDedicatedPublicPeeringConnectionResponse: value: href: https://api.equinix.com/fabric/v4/connections/a8ba52de-faae-43b5-b0b1-6904d37ee011 uuid: a8ba52de-faae-43b5-b0b1-6904d37ee011 type: IX_VC name: Virtual-Connection-1 bandwidth: 100000 operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/99e83e59-fd26-4134-b1b3-4c5dea6924d6 uuid: 99e83e59-fd26-4134-b1b3-4c5dea6924d6 type: XF_PORT name: A-IX-Port linkProtocol: type: DOT1Q vlanTag: 99 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/0f6bdb36-e130-4924-b038-ee1785fad166 uuid: 0f6bdb36-e130-4924-b038-ee1785fad166 type: IX_PROFILE name: Equinix Internet Exchange Peering Profile project: projectId: 03ed2230-604a-494c-bca2-c042d38d80bc notifications: - type: ALL emails: - test@test.com Request_IBM_1: value: filter: and: - property: /zSide/accessPoint/authenticationKey operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/profile/uuid operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/sellerRegion operator: '=' values: - San Jose 2 Fcr2Sp-Google: value: type: IP_VC name: My-FCR-GCPConnection bandwidth: 1000 aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 authenticationKey: xx-xx-xx sellerRegion: us-west1 location: metroCode: SV order: purchaseOrderNumber: 1-129105284100 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com COLO2COLO-EPL: value: type: EPL_VC name: Conn-1 order: purchaseOrderNumber: 1-129105284100 bandwidth: 100 aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d zSide: accessPoint: type: COLO port: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Metal2ServiceToken-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/f712745e-ccf9-4a0d-9e4d-83c1bb5b9028 uuid: f712745e-ccf9-4a0d-9e4d-83c1bb5b9028 name: Metal2ServiceToken operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - test@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-03-20 20:12:08.595000+00:00 updatedBy: fabric updatedDateTime: 2024-03-20 20:12:08.595000+00:00 bandwidth: 50 redundancy: group: fc504dcf-8697-4860-80cd-6a7afaa52586 priority: PRIMARY aSide: accessPoint: type: METAL_NETWORK virtualNetwork: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 interconnection: uuid: 497f6eca-6276-4993-bfeb-53cbbbba6f08 zSide: serviceToken: href: https://api.equinix.com/fabric/v4/serviceTokens/bc1383be-579a-4d75-ae19-b0d487bbff90 uuid: bc1383be-579a-4d75-ae19-b0d487bbff90 project: projectId: '377533000114703' accessPoint: location: metroCode: SV port: href: https://api.equinix.com/fabric/v4/ports/6c73d02c-87e1-4642-8e18-01eb4b87e243 type: XF_PORT uuid: 6c73d02c-87e1-4642-8e18-01eb4b87e243 name: 290061-SV1-CX-SEC-01 linkProtocol: type: DOT1Q vlanTag: 4087 COLO2AlibabaSPwithDot1q: value: type: EVPL_VC name: port2alibaba-connection-1 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 22d4e853-ef33-4ff0-b5b2-a2b1d5dfa50c location: metroCode: SV sellerRegion: San Jose 2 authenticationKey: xxx-xxx-xxx notifications: - type: ALL emails: - test@test.com COLO2GoogleSPwithDot1q-Response: value: type: EVPL_VC href: https://api.equinix.com/fabric/v4/connections/f662d4c4-fcd8-40ba-b95b-64fc7e0a61fb uuid: f662d4c4-fcd8-40ba-b95b-64fc7e0a61fb name: My-Layer2-Connection-3 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: purchaseOrderNumber: po1234 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-25 14:25:30.509000+00:00 updatedBy: fabric updatedDateTime: 2024-04-25 14:25:30.509000+00:00 bandwidth: 50 redundancy: group: 2673c07d-9bd3-43c2-9827-91e940d01a54 priority: PRIMARY aSide: accessPoint: location: metroCode: DA port: type: XF_PORT href: https://api.equinix.com/fabric/v4/ports/33353aa1-18f2-4b32-94d6-59a12500f7e2 uuid: 33353aa1-18f2-4b32-94d6-59a12500f7e2 name: 1-DA1-port linkProtocol: type: DOT1Q vlanTag: 1001 zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/bd4570e2-d792-4a00-87f5-3bde040cdcd7 type: L2_PROFILE name: Google Cloud Partner Interconnect Zone 1 uuid: bd4570e2-d792-4a00-87f5-3bde040cdcd7 sellerRegion: us-west2 authenticationKey: xx-xxx-xx-xxxxx/us-west2/1 CreateConnectionDryRunResponse-Colo2Google: value: type: EVPL_VC name: Colo to Google Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/2a4fb415-5a7f-436f-bae6-02f5e403deec uuid: 2a4fb415-5a7f-436f-bae6-02f5e403deec linkProtocol: type: DOT1Q vlanTag: 1137 zSide: accessPoint: type: SP profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/bd4570e2-d792-4a00-87f5-3bde040cdcd7 type: L2_PROFILE uuid: bd4570e2-d792-4a00-87f5-3bde040cdcd7 location: metroHref: https://api.equinix.com/fabric/v4/metros/SV metroCode: SV sellerRegion: us-west-1 authenticationKey: xxx-xxx-xxx project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com Vd2ServiceToken-Response: value: href: https://api.equinix.com/fabric/v4/connections/ebc37e2e-c36b-4e93-86a4-fc4efce7abc8 type: EVPL_VC uuid: ebc37e2e-c36b-4e93-86a4-fc4efce7abc8 name: Test ST state: ACTIVE account: accountNumber: 270235 orgId: 92794 globalOrgId: 0016u000003JZ55AAG bandwidth: 50 redundancy: group: b64dad2a-2763-4084-bc50-b36ef4f67137 priority: PRIMARY isRemote: true direction: INTERNAL aSide: accessPoint: interface: uuid: 11fd6067-149f-4142-a5b4-54a8dd6f53fe id: 6 type: CLOUD type: VD account: accountNumber: 270217 organizationName: test location: metroHref: https://api.equinix.com/fabric/v4/metros/DC region: AMER metroName: Ashburn metroCode: DC virtualDevice: href: https://api.equinix.com/ne/v1/devices/3539f96c-7f67-4696-90f3-7b6d2fdcde5f uuid: 3539f96c-7f67-4696-90f3-7b6d2fdcde5f name: testing1234 type: EDGE zSide: serviceToken: uuid: e05f4f23-d098-4d7c-a9ca-c2897b465107 account: orgId: 22222 accessPoint: type: COLO account: accountNumber: 22222 organizationName: xxxxx location: metroHref: https://api.equinix.com/fabric/v4/metros/DC region: AMER metroName: Ashburn metroCode: DC port: href: https://api.equinix.com/fabric/v4/ports/c791f8cb-59d0-9d00-8ce0-306a5c00a4ee uuid: c791f8cb-59d0-9d00-8ce0-306a5c00a4ee name: testNEuser2-DC6-NL-Dot1q-STD-SEC-10G-JN-216 linkProtocol: type: DOT1Q vlanTag: 553 changeLog: createdBy: test createdDateTime: 2022-10-05 19:37:12.748000+00:00 updatedBy: test updatedDateTime: 2022-10-05 19:37:12.748000+00:00 operation: providerStatus: AVAILABLE equinixStatus: PROVISIONED notifications: - type: ALL emails: - test@equinix.com COLO2COLOwithDot1qAndTerms-Dot1q: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a8ba52de-faae-43b5-b0b1-6904d37ee063 location: metroCode: SV linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 termLength: 24 zSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d location: metroCode: DC linkProtocol: type: DOT1Q vlanTag: 1001 notifications: - type: ALL emails: - test@test.com IXDedicatedPublicPeeringConnection: value: type: IX_VC name: Virtual-Connection-1 aSide: accessPoint: type: COLO port: uuid: 99e83e59-fd26-4134-b1b3-4c5dea6924d6 zSide: accessPoint: type: SP profile: uuid: 0f6bdb36-e130-4924-b038-ee1785fad166 notifications: - type: ALL emails: - test@test.com project: projectId: 03ed2230-604a-494c-bca2-c042d38d80bc Vd2AzureSP: value: type: EVPL_VC name: vd2azure-connection-1 bandwidth: 100 redundancy: priority: PRIMARY aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: a1390b22-bbe0-4e93-ad37-85beef9d254d location: metroCode: SV authenticationKey: xxxx-xxx-xxxx peeringType: MICROSOFT project: projectId: 16799d66-ef43 order: purchaseOrderNumber: 1-1234567890 notifications: - type: ALL emails: - fabric@equinix.com COLO2COLOwithDot1q-Dot1q-CRH: value: type: EVPL_VC name: My-Layer2-Connection-3 bandwidth: 1000 redundancy: priority: PRIMARY aSide: accessPoint: type: COLO port: uuid: a867f685-41b0-1b07-6de0-320a5c00abdd linkProtocol: type: DOT1Q vlanTag: 1001 order: purchaseOrderNumber: po1234 zSide: accessPoint: type: COLO port: uuid: b067f685-49b0-1a09-6fe0-360a5d00afdg linkProtocol: type: DOT1Q vlanTag: 1001 project: projectId: 30ad25e2-53dc-11ed-bdc3-0242ac120002 notifications: - type: ALL emails: - test@test.com Request_Alibaba: value: filter: and: - property: /zSide/accessPoint/authenticationKey operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/profile/uuid operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/sellerRegion operator: '=' values: - San Jose 2 COLO2ServiceToken: value: type: EVPL_VC name: Conn-1 order: purchaseOrderNumber: 1-129105284100 bandwidth: 100 redundancy: group: m167f685-41b0-1b07-6de0-320a5c00abeu priority: SECONDARY aSide: accessPoint: type: COLO port: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d linkProtocol: type: DOT1Q vlanTag: 1001 zSide: serviceToken: uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Vd2NETWORK: value: type: EVPLAN_VC name: MY-EVPLAN-CONNECTION-1 bandwidth: 100 aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: type: NETWORK id: 3 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 order: purchaseOrderNumber: 1-129105284100 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Vd2AlibabaSP-Response: value: href: https://api.equinix.com/fabric/v4/connections/66ed4e8a-584c-4027-9788-748fecb5ce35 type: EVPL_VC uuid: 66ed4e8a-584c-4027-9788-748fecb5ce35 name: vd2alibaba-connection-1 operation: providerStatus: PROVISIONING equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-25 20:43:43.199000+00:00 updatedBy: fabric updatedDateTime: 2024-04-25 20:43:43.199000+00:00 bandwidth: 50 redundancy: group: 160e06b5-cd42-4c2c-b674-6dcda54da4d8 priority: PRIMARY aSide: accessPoint: interface: uuid: 9a76f1c3-948a-4004-8185-d6b49969aefc id: 6 type: CLOUD location: metroCode: DC virtualDevice: uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 type: EDGE zSide: accessPoint: location: metroCode: SV profile: href: https://api.equinix.com/fabric/v4/serviceProfiles/4c4b8edf-873b-4c6c-805a-edb2c335bd6c type: L2_PROFILE name: Alibaba Cloud Express Connect uuid: 4c4b8edf-873b-4c6c-805a-edb2c335bd6c sellerRegion: us-west-1 authenticationKey: xxxx-xxx-xxxx Fcr2Sp-Generic-Redundant-Secondary: value: type: IP_VC name: FCR_to_RedSP_Secondary bandwidth: 50 redundancy: group: a00cef6f-8e35-4794-9ff9-665e084e4e6d priority: SECONDARY aSide: accessPoint: type: CLOUD_ROUTER router: uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f5 location: metroCode: SV order: purchaseOrderNumber: 1-129105284100 project: projectId: '567' notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com Metal2Port-Qinq: value: type: EVPL_VC name: Metal2Port-qinq bandwidth: '50' aSide: accessPoint: type: METAL_NETWORK authenticationKey: xxxxxxxxx zSide: accessPoint: type: COLO port: uuid: 4ff4047c-7217-4b79-9943-c2c4a2f7324d linkProtocol: type: QINQ vlanSTag: 134 vlanCTag: 439 notifications: - type: ALL emails: - test@equinix.com project: projectId: '377533000114703' COLO2NETWORKwithEPLAndTerms: value: type: EPLAN_VC name: colo2network-eplan-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 order: purchaseOrderNumber: 1-129105284100 termLength: 12 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com '404': value: - errorCode: EQ-3045811 errorMessage: uuid not found correlationId: c82ff3bc-de07-47e5-b3ec-53a009d01515 details: uuid not found Fcr2IpWan-response: value: href: https://api.equinix.com/fabric/v4/connections/0ed42ea7-2df8-470d-ad59-e432d768b4f1 type: IPWAN_VC uuid: 0ed42ea7-2df8-470d-ad59-e432d768b4f1 name: MY-IPWAN-CONNECTION-1 bandwidth: 50 redundancy: group: 4f786b3f-27d4-48e0-8571-423d085826c1 priority: PRIMARY order: billingTier: Up to 50 MB aSide: accessPoint: type: CLOUD_ROUTER router: href: https://api.equinix.com/fabric/v4/routers/66a21614-1c4a-11ec-9621-0242ac130002 uuid: 66a21614-1c4a-11ec-9621-0242ac130002 name: My-FG zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: My-IPWAN platformUuid: be2c3921-602a-444e-86ef-92cf749c7647 state: ACTIVE type: IPWAN scope: REGIONAL location: region: AMER operation: equinixStatus: PROVISIONING providerStatus: NOT_AVAILABLE notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com changeLog: createdBy: test createdDateTime: 2022-05-12 17:53:45.401000+00:00 error-400: value: - errorCode: EQ-2041022 errorMessage: Invalid argument value passed. correlationId: 5f9f9ab9-a6cb-4e8a-aa34-105cd4cb6cc8 ConnectionSearchAsideaccesspointtype: value: filter: and: - property: /aSide/accessPoint/type operator: '=' values: - COLO sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 COLO2NETWORKwithDot1q: value: type: EVPLAN_VC name: colo2network-evplan-vc bandwidth: 50 aSide: accessPoint: type: COLO port: uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 linkProtocol: type: DOT1Q vlanTag: 300 zSide: accessPoint: type: NETWORK network: uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 order: purchaseOrderNumber: 1-129105284100 project: projectId: ae708bbb-d669-406a-845a-99b39ff65fd0 notifications: - type: ALL emails: - fabric@equinix.com Response-Azure-1-existing-Qinq-connection: value: additionalInfo: - key: message value: Authorization key provided is valid data: - bandwidth: 500 redundancy: priority: PRIMARY aside: accessPoint: type: VD linkProtocol: type: QINQ zSide: accessPoint: type: COLO port: type: XF_PORT name: Port-Name-1 location: metroCode: SV linkProtocol: type: QINQ vlanSTag: 1003 ConnectionSearchAsidevirtualdevicename: value: filter: and: - property: /aSide/accessPoint/virtualDevice/name operator: '=' values: - E2E-NE-Device-Aut-170122034210108 sort: - direction: DESC property: /changeLog/updatedDateTime pagination: total: 0 limit: 25 offset: 0 Vd2IAProfile-Response: value: href: https://uatapi.npclouda.equinix.com/fabric/v4/connections/ce42ca81-538d-4f38-b020-d45fb48d20c7 type: IA_VC uuid: ce42ca81-538d-4f38-b020-d45fb48d20c7 name: vd2eia-connection-1 operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-30 20:19:44.279000+00:00 updatedBy: fabric updatedDateTime: 2024-04-30 20:19:44.279000+00:00 bandwidth: 50 redundancy: group: 90720112-3f61-4b74-b854-b948dabd05ca priority: PRIMARY aSide: accessPoint: interface: uuid: 5c226d15-4815-4a85-a83a-6dea1ab220d5 id: 16 type: CLOUD location: metroCode: SY virtualDevice: uuid: d127592c-9094-43c0-9367-27596a231867 type: EDGE zSide: accessPoint: location: metroCode: SY profile: href: https://uatapi.npclouda.equinix.com/fabric/v4/serviceProfiles/32d81829-0bf8-45d5-84e2-7289a553dbb6 type: IA_PROFILE name: Equinix Internet Access uuid: 32d81829-0bf8-45d5-84e2-7289a553dbb6 Request_Oracle: value: filter: and: - property: /zSide/accessPoint/authenticationKey operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/profile/uuid operator: '=' values: - xxx-xxx-xxx - property: /zSide/accessPoint/sellerRegion operator: '=' values: - us-ashburn-1 Vd2ColoUntagged-Response: value: href: https://api.equinix.com/fabric/v4/connections/f37e40c5-2802-4df7-9732-839a8a5868ce uuid: f37e40c5-2802-4df7-9732-839a8a5868ce type: EVPL_VC name: vd to SP bandwidth: 50 redundancy: group: ac61e576-2830-46aa-85e6-5ae7cd49610c priority: PRIMARY order: purchaseOrderNumber: 1-323292 billingTier: Up to 50 MB account: accountNumber: 201246 orgId: 92610 notifications: - type: ALL emails: - test@equinix.com - test1@equinix.com operation: equinixStatus: PROVISIONING providerStatus: NOT_AVAILABLE changeLog: createdDateTime: 2021-10-27 16:25:37.229000+00:00 aSide: accessPoint: virtualDevice: type: EDGE uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 interface: uuid: a00cef6f-8e35-4794-9ff9-665e084e4e6d type: NETWORK id: 4 location: metroHref: https://api.equinix.com/fabric/v4/metros/SG metroCode: SG zSide: accessPoint: type: COLO port: href: https://api.equinix.com/fabric/v4/ports/20d32a80-0d61-4333-bc03-707b591ae2f4 type: XF_PORT uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 linkProtocol: type: UNTAGGED Vd2AwsSP: value: type: EVPL_VC name: vd2aws-connection-1 bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: VD virtualDevice: type: EDGE uuid: e16136fd-05ef-49dd-ab98-9f8e619619e9 zSide: accessPoint: type: SP profile: type: L2_PROFILE uuid: 69ee618d-be52-468d-bc99-00566f2dd2b9 location: metroCode: SV sellerRegion: us-west-1 authenticationKey: xxxx-xxx-xxx project: projectId: 16799d66-ef43 order: purchaseOrderNumber: 1-1234567890 notifications: - type: ALL emails: - fabric@equinix.com CreateConnectionDryRunResponse-Fcr2Ipwan: value: type: EVPL_VC name: Fcr to Ipwan Connection bandwidth: 50 redundancy: priority: PRIMARY aSide: accessPoint: type: CLOUD_ROUTER router: href: https://api.equinix.com/fabric/v4/routers/66a21614-1c4a-11ec-9621-0242ac130002 uuid: 66a21614-1c4a-11ec-9621-0242ac130002 zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/20d32a80-0d61-4333-bc03-707b591ae2f4 uuid: 20d32a80-0d61-4333-bc03-707b591ae2f4 project: projectId: a347a370-39b5-427f-c330-7471a9abd9 order: purchaseOrderNumber: 1-129105284100 notifications: - type: ALL emails: - test@test.com COLO2NETWORK_EVPTREE_withDot1q-Response: value: href: https://api.equinix.com/fabric/v4/connections/f3dd7395-7196-45f4-9b6f-54094aa75f53 type: EVPTREE_VC uuid: f3dd7395-7196-45f4-9b6f-54094aa75f53 name: colo2network-evptree-vc operation: providerStatus: NOT_AVAILABLE equinixStatus: PROVISIONING order: purchaseOrderNumber: 1-129105284100 billingTier: Up to 50 MB notifications: - type: ALL emails: - fabric@equinix.com changeLog: createdBy: fabric createdDateTime: 2024-04-23 02:51:07.675000+00:00 updatedBy: fabric updatedDateTime: 2024-04-23 02:51:07.675000+00:00 bandwidth: 50 redundancy: group: ecebee55-975b-4017-857c-74617f821b87 priority: PRIMARY aSide: accessPoint: location: metroHref: https://api.equinix.com/fabric/v4/metros/DA metroCode: DA port: href: https://api.equinix.com/fabric/v4/ports/9127bb72-5f4f-4517-be74-3af7ce612687 type: XF_PORT uuid: 9127bb72-5f4f-4517-be74-3af7ce612687 name: 1-DA1-port linkProtocol: type: DOT1Q vlanTag: 307 zSide: accessPoint: network: href: https://api.equinix.com/fabric/v4/networks/25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 uuid: 25f8884e-85e3-4eaa-8ea9-a7ad2ca5b3c2 name: EVPTREE-GLOBAL platformUuid: afe28606-8021-4161-802c-b80d4bc22f20 state: ACTIVE type: EVPTREE scope: GLOBAL location: null role: LEAF schemas: NetworkEquinixStatus: type: string description: Network status enum: - PROVISIONING - PROVISIONED - NOT_PROVISIONED - DEPROVISIONING - DEPROVISIONED - NOT_DEPROVISIONED SearchRequest: type: object properties: filter: $ref: '#/components/schemas/Expression' pagination: $ref: '#/components/schemas/PaginationRequest' sort: type: array items: $ref: '#/components/schemas/SortCriteria' description: Search requests containing criteria Change: required: - createdDateTime - type type: object properties: uuid: type: string description: Uniquely identifies a change type: type: string description: Type of change enum: - CONNECTION_CREATION - CONNECTION_UPDATE - CONNECTION_DELETION - CONNECTION_PROVIDER_STATUS_REQUEST status: type: string description: Current outcome of the change flow enum: - APPROVED - COMPLETED - FAILED - REJECTED - REQUESTED - SUBMITTED_FOR_APPROVAL 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: $ref: '#/components/schemas/ConnectionChangeOperation' description: Current state of latest connection change PortState: type: string description: Port lifecycle state enum: - PENDING - PROVISIONING - REPROVISIONING - PENDING_CROSS_CONNECT - PROVISIONED - ACTIVE - DEPROVISIONING - DEPROVISIONED - INACTIVE - FAILED - ADDED - DELETED - TO_BE_ADDED - TO_BE_DELETED SortCriteria: type: object properties: direction: $ref: '#/components/schemas/SortDirection' property: $ref: '#/components/schemas/SortBy' ConnectionAction: required: - data - href - type - uuid type: object properties: type: $ref: '#/components/schemas/Actions' href: type: string description: Connection action URI format: uri readOnly: true uuid: type: string description: Equinix-assigned connection identifier description: type: string description: Connection rejection reason detail data: $ref: '#/components/schemas/ConnectionAcceptanceData' changeLog: $ref: '#/components/schemas/Changelog' description: Connection action PortPriority: type: string description: Port priority in redundancy group enum: - PRIMARY - SECONDARY CloudRouterPostRequestPackage: required: - code type: object properties: href: type: string description: Fabric Cloud Router URI format: uri example: https://api.equinix.com/fabric/v4/routerPackages/LAB type: type: string description: Cloud Router package type example: ROUTER_PACKAGE enum: - ROUTER_PACKAGE code: type: string description: Cloud Router package code example: LAB enum: - LAB - BASIC - STANDARD - ADVANCED - PREMIUM description: Fabric Cloud Router Package Type PeeringType: type: string description: Access point peering type enum: - PRIVATE - MICROSOFT - PUBLIC - MANUAL ServiceProfileLinkProtocolConfig: type: object properties: encapsulationStrategy: type: string description: was tagType - missing on wiki enum: - CTAGED - BOTH - NAMED namedTags: maxItems: 64 type: array items: type: string vlanCTagLabel: type: string description: was ctagLabel reuseVlanSTag: type: boolean example: true default: false encapsulation: type: string description: Port encapsulation - Derived response attribute. Ignored on request payloads. enum: - QINQ - DOT1Q - UNTAGGED description: Configuration for dot1q to qinq translation support ConnectionPriority: type: string description: Connection priority in redundancy group enum: - PRIMARY - SECONDARY VirtualDeviceInterface: type: object properties: type: type: string description: Type of interface enum: - NETWORK id: type: integer description: Network Edge assigned identifier uuid: type: string description: Interface identifier format: uuid description: Virtual Device Interface Information ServiceProfileMetadata: type: object properties: props: type: string regEx: type: string regExMsg: type: string vlanRangeMaxValue: type: integer vlanRangeMinValue: type: integer maxQinq: type: string maxDot1q: type: integer variableBilling: type: boolean globalOrganization: type: string limitAuthKeyConn: type: boolean allowSecondaryLocation: type: boolean redundantProfileId: type: string allowVcMigration: type: boolean connectionEditable: type: boolean releaseVlan: type: boolean maxConnectionsOnPort: type: integer portAssignmentStrategy: type: string eqxManagedPort: type: boolean connectionNameEditable: type: boolean description: Metadata. Response attribute. Ignored on request payload. ServiceProfileVisibilityEnum: type: string enum: - PRIVATE - PUBLIC ConnectionResponse: type: object properties: additionalInfo: type: array description: Additional information items: $ref: '#/components/schemas/ConnectionSideAdditionalInfo' data: type: array description: Connection response data items: $ref: '#/components/schemas/ValidateConnectionResponse' description: ValidateResponse VirtualCircuitId: type: string description: Virtual Circuit UUID ConnectionUpdateRequest: minItems: 1 type: array description: Connection Update Request items: $ref: '#/components/schemas/ConnectionChangeOperation' PortAdditionalInfo: type: object properties: key: type: string description: Key value: type: string description: Value description: Additional information ServiceProfileAccessPointTypeEnum: type: string description: Access point type enum: - VD - COLO Pagination: required: - limit - total type: object properties: offset: minimum: 0 type: integer description: Index of the first item returned in the response. The default is 0. default: 0 limit: minimum: 0 type: integer description: Maximum number of search results returned per page. Number must be between 1 and 100, and the default is 20. default: 20 total: minimum: 0 type: integer description: Total number of elements returned. next: type: string description: URL relative to the next item in the response. previous: type: string description: URL relative to the previous item in the response. description: Pagination response information 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 ConnectionId: type: string description: Connection UUID example: 557400f8-d360-11e9-bb65-2a2ae2dbcce4 SimplifiedServiceProfile: type: object properties: href: type: string description: Service Profile URI response attribute format: uri readOnly: true type: $ref: '#/components/schemas/ServiceProfileTypeEnum' name: maxLength: 50 type: string description: Customer-assigned service profile name example: Sample Service Profile uuid: type: string description: Equinix-assigned service profile identifier format: uuid description: type: string description: User-provided service description should be of maximum length 375 example: offering connectivity to my-network notifications: type: array description: Recipients of notifications on service profile change items: $ref: '#/components/schemas/SimplifiedNotification' tags: $ref: '#/components/schemas/Tags' visibility: $ref: '#/components/schemas/ServiceProfileVisibilityEnum' allowedEmails: type: array items: type: string format: email accessPointTypeConfigs: minItems: 1 type: array items: $ref: '#/components/schemas/ServiceProfileAccessPointType' customFields: type: array items: $ref: '#/components/schemas/CustomField' marketingInfo: $ref: '#/components/schemas/MarketingInfo' ports: type: array items: $ref: '#/components/schemas/ServiceProfileAccessPointCOLO' virtualDevices: type: array items: $ref: '#/components/schemas/ServiceProfileAccessPointVD' metros: type: array description: Derived response attribute. items: $ref: '#/components/schemas/ServiceMetro' selfProfile: type: boolean description: response attribute indicates whether the profile belongs to the same organization as the api-invoker. projectId: type: string description: 'Service Profile is a software definition for a named provider service and it''s network connectivity requirements. This includes the basic marketing information and one or more sets of access points (a set per each access point type) fulfilling the provider service. ' 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 Actions: type: string description: Connection action type enum: - CONNECTION_CREATION_ACCEPTANCE - CONNECTION_CREATION_REJECTION - CONNECTION_UPDATE_ACCEPTANCE - CONNECTION_UPDATE_REJECTION - CONNECTION_DELETION_ACCEPTANCE - CONNECTION_REJECTION_ACCEPTANCE - CONNECTION_UPDATE_REQUEST - MIGRATION_EVPL_VC - CONNECTION_PROVIDER_STATUS_REQUEST - CONNECTION_PROVIDER_BANDWIDTH_REQUEST - ACCEPT_HOSTED_CONNECTION - CANCEL_EVPL_VC_DRAFT_ORDERS - CONNECTION_CREATION_RETRY - CONNECTION_DELETION_RETRY ServiceProfileAccessPointTypeCOLO: required: - type type: object properties: uuid: type: string type: $ref: '#/components/schemas/ServiceProfileAccessPointTypeEnum' supportedBandwidths: $ref: '#/components/schemas/Bandwidths' allowRemoteConnections: type: boolean description: Setting to allow or prohibit remote connections to the service profile. example: true default: false allowCustomBandwidth: type: boolean description: Setting to enable or disable the ability of the buyer to customize the bandwidth. example: true default: false bandwidthAlertThreshold: type: number description: percentage of port bandwidth at which an allocation alert is generated - missing on wiki. allowBandwidthAutoApproval: type: boolean description: Setting to enable or disable the ability of the buyer to change connection bandwidth without approval of the seller. default: false allowBandwidthUpgrade: type: boolean description: Availability of a bandwidth upgrade. The default is false. linkProtocolConfig: $ref: '#/components/schemas/ServiceProfileLinkProtocolConfig' enableAutoGenerateServiceKey: type: boolean description: for verizon only. connectionRedundancyRequired: type: boolean description: Mandate redundant connections example: true default: false selectiveRedundancy: type: boolean description: Optional redundant connections example: true default: false apiConfig: $ref: '#/components/schemas/ApiConfig' connectionLabel: type: string description: custom name for "Connection" authenticationKey: $ref: '#/components/schemas/AuthenticationKey' metadata: $ref: '#/components/schemas/ServiceProfileMetadata' description: Colo Access Point Type ErrorList: type: array description: List of Error Message items: $ref: '#/components/schemas/Error' PortDeviceRedundancy: type: object properties: group: type: string description: Device redundancy group priority: type: string description: Device redundancy priority enum: - PRIMARY - SECONDARY description: Device redundancy PortRedundancy: type: object properties: enabled: type: boolean description: Access point redundancy group: type: string description: Port UUID of respective primary port deprecated: true priority: $ref: '#/components/schemas/PortPriority' description: Port redundancy configuration SimplifiedLocationWithoutIBX: required: - metroCode type: object properties: metroHref: type: string description: The Canonical URL at which the resource resides. example: https://api.equinix.com/fabric/v4/metros/AM region: type: string example: AMER, APAC, EMEA metroName: type: string example: Amsterdam metroCode: type: string example: AM ServiceTokenConnection: type: object properties: type: type: string description: Type of Connection enum: - EVPL_VC - EPL_VC - EVPLAN_VC - EPLAN_VC - IPWAN_VC - IP_VC - EVPTREE_VC - EPTREE_VC href: type: string description: An absolute URL that is the subject of the link's context. format: uri readOnly: true uuid: type: string description: Equinix-assigned connection identifier format: uuid allowRemoteConnection: type: boolean description: Authorization to connect remotely default: false allowCustomBandwidth: type: boolean description: Allow custom bandwidth value default: false bandwidthLimit: maximum: 100000 minimum: 0 type: integer description: Connection bandwidth limit in Mbps supportedBandwidths: type: array description: List of permitted bandwidths. items: type: integer aSide: $ref: '#/components/schemas/ServiceTokenSide' zSide: $ref: '#/components/schemas/ServiceTokenSide' description: Service Token Connection Type Information PortDemarcationPoint: type: object properties: cabinetUniqueSpaceId: type: string description: Port cabinet unique space id cageUniqueSpaceId: type: string description: Port cage unique space id patchPanel: type: string description: Port patch panel patchPanelName: type: string description: Port patch panel deprecated: true patchPanelPortA: type: string description: Port patch panel port A patchPanelPortB: type: string description: Port patch panel port B connectorType: type: string description: Port connector type ibx: type: string description: Port ibx identifier description: Customer physical Port ServiceTokenState: type: string description: Service token state enum: - ACTIVE - INACTIVE - EXPIRED - DELETED AccessPointType: type: string description: Access point type enum: - VD - VG - SP - IGW - COLO - SUBNET - CLOUD_ROUTER - NETWORK - METAL_NETWORK - VPIC_INTERFACE - APP_LINK Expression: type: object properties: and: $ref: '#/components/schemas/Expressions' or: $ref: '#/components/schemas/Expressions' property: $ref: '#/components/schemas/SearchFieldName' operator: type: string enum: - '=' - '!=' - '>' - '>=' - < - <= - LIKE - ILKE - IS NOT NULL - IS NULL - IN - BETWEEN values: type: array items: type: string ValidateRequest: type: object properties: filter: $ref: '#/components/schemas/ValidateRequest_filter' description: Validate connection auth api key or vlan Expressions: type: array items: $ref: '#/components/schemas/Expression' PortType: type: string description: Type of Port enum: - XF_PORT ValidateRequest_filter_and: properties: property: type: string description: Path to property operator: type: string description: Type of operation values: type: array description: Values for the given property items: type: string PhysicalPort: type: object properties: href: type: string description: Equinix assigned response attribute for an absolute URL that is the subject of the link's context. format: uri readOnly: true type: $ref: '#/components/schemas/PhysicalPortType' id: type: integer description: Equinix assigned response attribute for Physical Port Id deprecated: true state: $ref: '#/components/schemas/PortState' account: $ref: '#/components/schemas/SimplifiedAccount' interfaceSpeed: minimum: 0 type: integer description: Physical Port Speed in Mbps interfaceType: type: string description: Physical Port Interface Type uuid: type: string description: Equinix assigned response attribute for physical port identifier format: uuid tether: $ref: '#/components/schemas/PortTether' demarcationPoint: $ref: '#/components/schemas/PortDemarcationPoint' settings: $ref: '#/components/schemas/PhysicalPortSettings' interface: $ref: '#/components/schemas/PortInterface' notifications: type: array description: Notification preferences items: $ref: '#/components/schemas/PortNotification' additionalInfo: type: array description: Physical Port additional information items: $ref: '#/components/schemas/PortAdditionalInfo' order: $ref: '#/components/schemas/PortOrder' operation: $ref: '#/components/schemas/PortOperation' loas: type: array description: Port Loas items: $ref: '#/components/schemas/PortLoa' description: Physical Port specification ConnectionSideAdditionalInfo: type: object properties: key: type: string description: Key value: type: string description: Value description: Additional information ProviderStatus: type: string description: Connection provider readiness status enum: - AVAILABLE - DEPROVISIONED - DEPROVISIONING - FAILED - NOT_AVAILABLE - PENDING_APPROVAL - PENDING_CONFIGURATION - PROVISIONED - PROVISIONING - REJECTED - PENDING_BGP - ERROR - ORDERING - DELETING - PENDING DELETE - N/A SimplifiedLocation: type: object properties: metroHref: type: string example: https://api.equinix.com/fabric/v4/metros/AM region: type: string example: AMER, APAC, EMEA metroName: type: string example: Amsterdam metroCode: type: string example: AM ibx: type: string example: AM1 deprecated: true PhysicalPortSettings: type: object properties: errorMessage: type: string packageType: type: string deprecated: true description: Physical Port configuration settings SortCriteriaResponse: type: object properties: direction: $ref: '#/components/schemas/SortDirection' property: $ref: '#/components/schemas/SortBy' PortOrder: type: object properties: purchaseOrder: $ref: '#/components/schemas/PortOrderPurchaseOrder' orderId: type: string description: Order Identification customerReferenceId: type: string description: Customer order reference Id orderNumber: type: string description: Order Reference Number uuid: type: string description: Equinix-assigned order identifier, this is a derived response atrribute format: uuid deprecated: true signature: $ref: '#/components/schemas/PortOrderSignature' SortDirection: type: string description: Sorting direction default: DESC enum: - DESC - ASC 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 PriceError_additionalInfo: type: object properties: property: type: string reason: type: string ServiceTokenSide: type: object properties: accessPointSelectors: type: array description: List of AccessPointSelectors items: $ref: '#/components/schemas/AccessPointSelector' description: Connection link protocol,virtual device or network configuration Project: required: - projectId type: object properties: projectId: type: string description: Subscriber-assigned project ID example: 44f4c4f8-2f39-494e-838c-d8e640591be5 PortOrderPurchaseOrder: type: object properties: number: type: string description: purchase order number amount: type: string description: purchase order amount startDate: type: string format: date-time endDate: type: string format: date-time attachmentId: type: string format: uuid selectionType: type: string deprecated: true enum: - EXEMPTION - EXISTING - NEW - BLANKET type: type: string enum: - EXEMPTION - EXISTING - NEW - BLANKET description: purchase order Package: type: object properties: code: type: string description: Type of Port Package enum: - STANDARD - UNLIMITED - UNLIMITED_PLUS type: type: string description: Port service Type enum: - EPL - MSP description: Package settings for port GeoScopeType: type: string description: Geographic boundary types enum: - CANADA - CONUS - JAPAN - UK - AUSTRALIA - BRAZIL - SWITZERLAND SimplifiedNetworkChange: type: object properties: href: type: string description: Network URI format: uri readOnly: true example: https://api.equinix.com/fabric/v4/networks/2a4fb415-5a7f-436f-bae6-02f5e403deec/changes/4b17da68-3d6b-436d-9c8f-2105f3b950d9 uuid: type: string description: Uniquely identifies a change format: uuid example: 4b17da68-3d6b-436d-9c8f-2105f3b950d9 type: $ref: '#/components/schemas/NetworkChangeType' description: Current state of latest network change ValidateRequest_filter: type: object properties: and: type: array items: $ref: '#/components/schemas/ValidateRequest_filter_and' description: Filters ConnectionSearchResponse: type: object properties: pagination: $ref: '#/components/schemas/Pagination' sort: type: array items: $ref: '#/components/schemas/SortCriteriaResponse' data: type: array items: $ref: '#/components/schemas/Connection' description: List of connections AccessPointSelector: type: object properties: type: type: string description: Type of Access point enum: - COLO - VD - NETWORK hideAssetInfo: type: boolean deprecated: true port: $ref: '#/components/schemas/SimplifiedMetadataEntity' linkProtocol: $ref: '#/components/schemas/SimplifiedLinkProtocol' virtualDevice: $ref: '#/components/schemas/SimplifiedVirtualDevice' interface: $ref: '#/components/schemas/VirtualDeviceInterface' network: $ref: '#/components/schemas/SimplifiedTokenNetwork' description: List of criteria for selecting network access points with optimal efficiency, security, compatibility, and availability. Interface: type: object properties: href: type: string description: Interface URI format: uri readOnly: true uuid: type: string description: Equinix-assigned Interface identifier format: uuid id: type: integer description: Interface id type: type: string description: Interface type enum: - CLOUD - NETWORK projectId: type: string description: Interface Project ID description: Interface Information ServiceProfileTypeEnum: type: string description: Service profile type example: L2_PROFILE enum: - L2_PROFILE - L3_PROFILE - IA_PROFILE - IX_PROFILE x-eqx-api-linter-skip-rules: - 40 PortInterface: type: object properties: type: type: string description: Port interface type description: Port interface ApiConfig: type: object properties: apiAvailable: type: boolean description: Setting indicating whether the API is available (true) or not (false). example: true default: false integrationId: type: string equinixManagedPort: type: boolean description: Setting indicating that the port is managed by Equinix (true) or not (false). example: true default: false equinixManagedVlan: type: boolean description: Setting indicating that the VLAN is managed by Equinix (true) or not (false). example: true default: false allowOverSubscription: type: boolean description: 'Setting showing that oversubscription support is available (true) or not (false). The default is false. Oversubscription is the sale of more than the available network bandwidth. This practice is common and legitimate. After all, many customers use less bandwidth than they''ve purchased. And network users don''t consume bandwidth all at the same time. The leftover bandwidth can be sold to other customers. When demand surges, operational and engineering resources can be shifted to accommodate the load. ' example: false default: false overSubscriptionLimit: maximum: 20 minimum: 1 type: integer description: A cap on oversubscription. example: 1 default: 1 bandwidthFromApi: type: boolean default: false description: Configuration for API based Integration for Service Profile LinkProtocolType: type: string description: Type of Link Protocol enum: - UNTAGGED - DOT1Q - QINQ - EVPN_VXLAN - VXLAN NetworkType: type: string description: Network type enum: - EVPLAN - EPLAN - IPWAN - EVPTREE - EPTREE ConnectionChangeOperation: required: - op - path - value type: object properties: op: type: string description: Handy shortcut for operation name example: add path: type: string description: path inside document leading to updated parameter example: /ipv6 value: description: new value for updated parameter description: Connection change operation data PhysicalPortType: type: string description: Type of Port enum: - XF_PHYSICAL_PORT NetworkChangeType: type: string description: Type of change enum: - NETWORK_CREATION - NETWORK_UPDATE - NETWORK_DELETION PortEncapsulation: type: object properties: type: type: string description: Port encapsulation protocol type enum: - 'NULL' - DOT1Q - QINQ - UNTAGGED tagProtocolId: type: string description: Port encapsulation tag protocol identifier description: Port encapsulation configuration ServiceToken: type: object properties: type: $ref: '#/components/schemas/ServiceTokenType' href: type: string description: An absolute URL that is the subject of the link's context. format: uri readOnly: true expiry: type: integer deprecated: true uuid: type: string description: Equinix-assigned service token identifier format: uuid issuerSide: type: string description: information about token side deprecated: true name: type: string description: Customer-provided service token name description: type: string description: Customer-provided service token description expirationDateTime: type: string description: Expiration date and time of the service token. format: date-time example: 2020-11-06 07:00:00+00:00 connection: $ref: '#/components/schemas/ServiceTokenConnection' state: $ref: '#/components/schemas/ServiceTokenState' notifications: type: array description: Service token related notifications items: $ref: '#/components/schemas/SimplifiedNotification' account: $ref: '#/components/schemas/SimplifiedAccount' changelog: $ref: '#/components/schemas/Changelog' project: $ref: '#/components/schemas/Project' description: Create Service Tokens (v4) generates Equinix Fabric service tokens. These tokens authorize users to access protected resources and services. The tokens remove sensitive content from the environment, rather than just masking it, making the protected data impossible to unencrypt or decrypt. Resource owners can distribute the tokens to trusted partners and vendors, allowing selected third parties to work directly with Equinix network assets. Changelog: type: object properties: createdBy: type: string description: Created by User Key example: johnsmith createdByFullName: type: string description: Created by User Full Name example: John Smith createdByEmail: type: string description: Created by User Email Address example: john.smith@example.com createdDateTime: type: string description: Created by Date and Time format: date-time example: 2020-11-06 07:00:00+00:00 updatedBy: type: string description: Updated by User Key example: johnsmith updatedByFullName: type: string description: Updated by User Full Name example: John Smith updatedByEmail: type: string description: Updated by User Email Address example: john.smith@example.com updatedDateTime: type: string description: Updated by Date and Time format: date-time example: 2020-11-06 07:00:00+00:00 deletedBy: type: string description: Deleted by User Key example: johnsmith deletedByFullName: type: string description: Deleted by User Full Name example: John Smith deletedByEmail: type: string description: Deleted by User Email Address example: john.smith@example.com deletedDateTime: type: string description: Deleted by Date and Time format: date-time example: 2020-11-06 07:00:00+00:00 description: Change log PortSettings: type: object properties: buyout: type: boolean deprecated: true viewPortPermission: type: boolean deprecated: true placeVcOrderPermission: type: boolean deprecated: true layer3Enabled: type: boolean deprecated: true sharedPortType: type: boolean sharedPortProduct: type: string enum: - NETWORK_EDGE - VIRTUAL_GATEWAY - SMARTKEY - EDGE_METAL packageType: type: string description: Type of Port Package deprecated: true enum: - STANDARD - UNLIMITED - UNLIMITED_PLUS description: Port configuration settings ServiceProfileAccessPointVD: required: - type - uuid type: object properties: type: type: string enum: - VD uuid: type: string format: uuid example: 94662143-e21b-4098-bfcf-e9416f47eae1 location: $ref: '#/components/schemas/SimplifiedLocation' interfaceUuid: type: string format: uuid example: 94662143-e21b-4098-bfcf-e9416f47eae1 description: Virtual Device Point ConnectionRedundancy: type: object properties: group: type: string description: Redundancy group identifier (UUID of primary connection) priority: $ref: '#/components/schemas/ConnectionPriority' description: Connection redundancy configuration ConnectionAcceptanceData: type: object properties: zSide: $ref: '#/components/schemas/ConnectionSide' providerBandwidth: type: integer description: Authorization key bandwidth in Mbps readOnly: true description: Connection acceptance data 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 PortTether: type: object properties: crossConnectId: type: string description: Port cross connect identifier cabinetNumber: type: string description: Port cabinet number systemName: type: string description: Port system name patchPanel: type: string description: Port patch panel patchPanelPortA: type: string description: Port patch panel port A patchPanelPortB: type: string description: Port patch panel port B ibx: type: string description: z-side/Equinix IBX description: Port physical connection CloudRouter: type: object properties: href: type: string description: Cloud Routers URI format: uri readOnly: true example: https://api.equinix.com/fabric/v4/routers/3c9b8e7a2-f3b1-4576-a4a9-1366a63df170 uuid: type: string description: Equinix-assigned access point identifier format: uuid example: c9b8e7a2-f3b1-4576-a4a9-1366a63df170 name: type: string description: Customer-provided Cloud Router name format: string example: test-fg-1 state: $ref: '#/components/schemas/CloudRouterAccessPointState' equinixAsn: type: integer description: Equinix ASN format: int64 example: 30000 connectionsCount: minimum: 0 type: integer description: Number of connections associated with this Access point marketplaceSubscription: $ref: '#/components/schemas/marketplaceSubscription' changeLog: $ref: '#/components/schemas/Changelog' change: $ref: '#/components/schemas/CloudRouterChange' description: Fabric Cloud Router object allOf: - $ref: '#/components/schemas/CloudRouterPostRequestBase' Tags: type: array items: type: string ConnectionDirection: type: string description: Connection directionality from the requester point of view enum: - INTERNAL - INCOMING - OUTGOING Link: type: object properties: href: type: string description: Resource URI format: uri readOnly: true rel: type: string description: OperationId from Swagger hub spec method: type: string description: Http method type contentType: type: string description: Content type for the response authenticate: type: boolean description: Authentication required or not NetworkOperation: type: object properties: equinixStatus: $ref: '#/components/schemas/NetworkEquinixStatus' description: Network operational data 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 ValidateConnectionResponse: type: object properties: uuid: type: string description: Equinix-assigned connection identifier bandwidth: maximum: 100000 minimum: 0 type: integer description: Connection bandwidth in Mbps redundancy: $ref: '#/components/schemas/ConnectionRedundancy' aSide: $ref: '#/components/schemas/ConnectionSide' zSide: $ref: '#/components/schemas/ConnectionSide' description: Validate Connection specification SearchFieldName: type: string description: Possible field names to use on filters enum: - /isRemote - /name - /uuid - /type - /geoScope - /account/orgId - /aSide/accessPoint/account/accountName - /aSide/accessPoint/account/accountNumber - /aSide/accessPoint/router/uuid - /aSide/accessPoint/linkProtocol/vlanTagMin - /aSide/accessPoint/linkProtocol/vlanTagMax - /aSide/accessPoint/location/metroCode - /aSide/accessPoint/location/metroName - /aSide/accessPoint/name - /aSide/accessPoint/port/uuid - /aSide/accessPoint/port/name - /aSide/accessPoint/type - /aSide/accessPoint/virtualDevice/name - /aSide/accessPoint/virtualDevice/uuid - /aSide/serviceToken/uuid - /bandwidth - /change/status - /changeLog/createdBy - /changeLog/createdDateTime - /operation/equinixStatus - /operation/providerStatus - /project/projectId - /redundancy/group - /redundancy/priority - /zSide/accessPoint/account/accountName - /zSide/accessPoint/authenticationKey - /zSide/accessPoint/linkProtocol/vlanTagMin - /zSide/accessPoint/linkProtocol/vlanTagMax - /zSide/accessPoint/location/metroCode - /zSide/accessPoint/location/metroName - /zSide/accessPoint/name - /zSide/accessPoint/port/uuid - /zSide/accessPoint/network/uuid - /zSide/accessPoint/port/name - /zSide/accessPoint/profile/uuid - /zSide/accessPoint/type - /zSide/accessPoint/role - /zSide/accessPoint/virtualDevice/name - /zSide/accessPoint/virtualDevice/uuid - /zSide/serviceToken/uuid - /zSide/internetAccess/uuid 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 ServiceProfileAccessPointType: type: object description: Access Point Type oneOf: - $ref: '#/components/schemas/ServiceProfileAccessPointTypeCOLO' - $ref: '#/components/schemas/ServiceProfileAccessPointTypeVD' ConnectionOperation: type: object properties: providerStatus: $ref: '#/components/schemas/ProviderStatus' equinixStatus: $ref: '#/components/schemas/EquinixStatus' operationalStatus: type: string description: Connection operational status enum: - UP - DOWN errors: type: array items: $ref: '#/components/schemas/Error' opStatusChangedAt: type: string description: When connection transitioned into current operational status format: date-time example: 2020-11-06 07:00:00+00:00 description: Connection type-specific operational data 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' 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 SimplifiedAccount: type: object properties: accountNumber: type: integer description: Account number format: int64 accountName: type: string description: Account name orgId: type: integer description: Customer organization identifier format: int64 organizationName: type: string description: Customer organization name globalOrgId: type: string description: Global organization identifier globalOrganizationName: type: string description: Global organization name ucmId: type: string description: Account ucmId globalCustId: type: string description: Account name resellerAccountNumber: type: integer description: Reseller account number format: int64 resellerAccountName: type: string description: Reseller account name resellerUcmId: type: string description: Reseller account ucmId resellerOrgId: type: integer description: Reseller customer organization identifier format: int64 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 Error: required: - errorCode - errorMessage type: object properties: errorCode: pattern: ^EQ-\d{7}$ type: string errorMessage: type: string correlationId: type: string details: type: string help: type: string additionalInfo: type: array items: $ref: '#/components/schemas/PriceError_additionalInfo' description: Error Response with details SimplifiedTokenNetwork: type: object properties: href: type: string description: url to entity format: uri uuid: type: string description: Network Identifier format: uuid type: type: string description: Type of Network enum: - EVPLAN - EPLAN - IPWAN - EVPTREE - EPTREE name: type: string description: Network Name scope: type: string description: scope of Network enum: - LOCAL - REGIONAL - GLOBAL location: $ref: '#/components/schemas/SimplifiedLocation' Bandwidths: type: array items: $ref: '#/components/schemas/Bandwidth' VirtualDevice: type: object properties: href: type: string description: Virtual Device URI format: uri readOnly: true uuid: type: string description: Equinix-assigned Virtual Device identifier format: uuid name: type: string description: Customer-assigned Virtual Device name type: type: string description: Virtual Device type enum: - EDGE account: $ref: '#/components/schemas/SimplifiedAccount' cluster: type: string description: Virtual Device Cluster Information description: Virtual Device AccessPoint Information PortServiceCode: type: string description: type of product enum: - CX - IX - IA - MC SortBy: type: string description: Possible field names to use on sorting default: /changeLog/updatedDateTime enum: - /name - /direction - /aSide/accessPoint/name - /aSide/accessPoint/type - /aSide/accessPoint/account/accountName - /aSide/accessPoint/location/metroName - /aSide/accessPoint/location/metroCode - /aSide/accessPoint/linkProtocol/vlanCTag - /aSide/accessPoint/linkProtocol/vlanSTag - /zSide/accessPoint/name - /zSide/accessPoint/type - /zSide/accessPoint/role - /zSide/accessPoint/account/accountName - /zSide/accessPoint/location/metroName - /zSide/accessPoint/location/metroCode - /zSide/accessPoint/linkProtocol/vlanCTag - /zSide/accessPoint/linkProtocol/vlanSTag - /zSide/accessPoint/authenticationKey - /bandwidth - /geoScope - /uuid - /changeLog/createdDateTime - /changeLog/updatedDateTime - /operation/equinixStatus - /operation/providerStatus - /redundancy/priority AccessPoint: type: object properties: type: $ref: '#/components/schemas/AccessPointType' account: $ref: '#/components/schemas/SimplifiedAccount' location: $ref: '#/components/schemas/SimplifiedLocation' port: $ref: '#/components/schemas/SimplifiedPort' profile: $ref: '#/components/schemas/SimplifiedServiceProfile' router: $ref: '#/components/schemas/CloudRouter' linkProtocol: $ref: '#/components/schemas/SimplifiedLinkProtocol' virtualDevice: $ref: '#/components/schemas/VirtualDevice' interface: $ref: '#/components/schemas/Interface' network: $ref: '#/components/schemas/SimplifiedNetwork' sellerRegion: type: string description: Access point seller region peeringType: $ref: '#/components/schemas/PeeringType' authenticationKey: type: string description: Access point authentication key providerConnectionId: type: string description: Provider assigned Connection Id virtualNetwork: $ref: '#/components/schemas/VirtualNetwork' interconnection: $ref: '#/components/schemas/MetalInterconnection' role: type: string description: E-Tree network connection role enum: - LEAF - ROOT description: Access point object 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 ProcessStep: type: object properties: title: type: string description: Service profile custom step title subTitle: type: string description: Service profile custom step sub title description: type: string description: Service profile custom step description description: Definition of customized step while making connection EquinixStatus: type: string description: Connection status enum: - REJECTED_ACK - REJECTED - PENDING_DELETE - PROVISIONED - PENDING_APPROVAL - NOT_PROVISIONED - DEPROVISIONING - NOT_DEPROVISIONED - PENDING_AUTO_APPROVAL - PROVISIONING - PENDING_BGP_PEERING - PENDING_PROVIDER_VLAN - DEPROVISIONED - DELETED - AUTO_APPROVAL_FAILED - PENDING_PROVIDER_VLAN_ERROR - DRAFT - CANCELLED - PENDING_INTERFACE_CONFIGURATION ConnectionActionRequest: required: - type type: object properties: type: $ref: '#/components/schemas/Actions' description: type: string description: Connection rejection reason detail data: $ref: '#/components/schemas/ConnectionAcceptanceData' description: Connection action request EndCustomer: type: object properties: isDisclosed: type: boolean description: Indicate if endCustomer info should be disclosed or not default: false name: type: string mdmId: type: string ServiceProfileAccessPointTypeVD: required: - type type: object properties: uuid: type: string type: $ref: '#/components/schemas/ServiceProfileAccessPointTypeEnum' supportedBandwidths: $ref: '#/components/schemas/Bandwidths' allowRemoteConnections: type: boolean description: Allow remote connections to Service Profile example: true allowCustomBandwidth: type: boolean example: true additionalProperties: false description: VirtualDevice Access Point Type NetworkState: type: string description: Network status example: ACTIVE enum: - ACTIVE - INACTIVE - DELETED SimplifiedMetadataEntity: type: object properties: href: type: string description: url to entity format: uri uuid: type: string description: Equinix assigned Identifier format: uuid type: type: string description: Type of Port cvpId: type: integer description: Customer virtual port Id bandwidth: type: number description: Port Bandwidth portName: type: string description: Port Name encapsulationProtocolType: type: string description: Port Encapsulation accountName: type: string description: Account Name priority: type: string description: Port Priority location: $ref: '#/components/schemas/SimplifiedLocation' description: Configuration details for port used at the access point. PaginationRequest: type: object properties: offset: minimum: 0 type: integer description: Index of the first element. default: 0 limit: minimum: 1 type: integer description: Number of elements to be requested per page. Number must be between 1 and 100, and the default is 20. default: 20 description: Pagination request information ServiceMetro: type: object properties: code: type: string description: metro code name: type: string description: metro name vcBandwidthMax: type: integer description: max VC speed supported in Mbps ibxs: type: array items: type: string description: ibx codes inTrail: type: boolean displayName: type: string description: service metro display name sellerRegions: type: object additionalProperties: type: string PortOperation: type: object properties: operationalStatus: type: string description: Availability of a given physical port. enum: - UP - DOWN - PARTIAL connectionCount: type: integer description: Total number of connections. format: int64 evplVCCount: type: integer description: Total number of connections. format: int64 fgVCCount: type: integer description: Total number of connections. format: int64 accessVCCount: type: integer description: Total number of connections. format: int64 opStatusChangedAt: type: string description: Date and time at which port availability changed. format: date-time example: 2020-11-06 07:00:00+00:00 description: Operational specifications for ports. SimplifiedVirtualDevice: type: object properties: href: type: string description: url to entity format: uri uuid: type: string description: Network Edge assigned Virtual Device Identifier format: uuid name: type: string description: Customer-assigned Virtual Device name type: type: string description: Type of Virtual Device enum: - EDGE account: $ref: '#/components/schemas/SimplifiedAccount' cluster: type: string description: Virtual Device Cluster Information 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 Bandwidth: type: integer description: speed in Mbps example: 50 NetworkScope: type: string description: Network scope enum: - REGIONAL - GLOBAL - LOCAL PortLoa: type: object properties: uuid: type: string description: uuid type: type: string description: Loa type example: DIGITAL_LOA description: Port Loas PortDevice: type: object properties: name: type: string description: Device name deprecated: true redundancy: $ref: '#/components/schemas/PortDeviceRedundancy' vcBandwidthMax: type: integer description: Maximum bandwidth allowed for connection. format: int64 description: Port device ServiceProfileAccessPointCOLO: required: - type - uuid type: object properties: type: type: string enum: - XF_PORT - IX_PORT uuid: type: string format: uuid example: 94662143-e21b-4098-bfcf-e9416f47eae1 location: $ref: '#/components/schemas/SimplifiedLocation' sellerRegion: type: string sellerRegionDescription: type: string crossConnectId: type: string description: Colo Access Point 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 PortOrderSignatureDelegate: type: object properties: firstName: type: string description: first name of delegate lastName: type: string description: last Name of delegate email: type: string description: email of delegate description: order delegate details CustomField: required: - dataType - isRequired - label properties: label: type: string example: Account Number description: type: string example: Provide a valid account number required: type: boolean example: true dataType: type: string enum: - STRING - LIST - NUMBER options: type: array items: type: string captureInEmail: type: boolean description: capture this field as a part of email notification description: Define Custom Attributes ConnectionType: type: string description: Connection type enum: - EVPL_VC - EPL_VC - EC_VC - IP_VC - ACCESS_EPL_VC - EIA_VC - EVPLAN_VC - EPLAN_VC - EVPTREE_VC - EPTREE_VC - IPWAN_VC - IA_VC - MC_VC - IX_VC MetalInterconnection: type: object properties: uuid: type: string description: Equinix Metal Interconnection format: uuid description: Metal Interconnection CloudRouterAccessPointState: type: string description: Access point lifecycle state enum: - PROVISIONED - PROVISIONING - DEPROVISIONING - DEPROVISIONED - REPROVISIONING - NOT_PROVISIONED - NOT_DEPROVISIONED ConnectionPostRequest: required: - aSide - bandwidth - name - notifications - type - zSide type: object properties: type: $ref: '#/components/schemas/ConnectionType' name: type: string description: Customer-provided connection name order: $ref: '#/components/schemas/Order' notifications: type: array description: Preferences for notifications on connection configuration or status changes items: $ref: '#/components/schemas/SimplifiedNotification' bandwidth: maximum: 100000 minimum: 0 type: integer description: Connection bandwidth in Mbps geoScope: $ref: '#/components/schemas/GeoScopeType' redundancy: $ref: '#/components/schemas/ConnectionRedundancy' aSide: $ref: '#/components/schemas/ConnectionSide' zSide: $ref: '#/components/schemas/ConnectionSide' project: $ref: '#/components/schemas/Project' additionalInfo: type: array description: Connection additional information items: $ref: '#/components/schemas/ConnectionSideAdditionalInfo' marketplaceSubscription: $ref: '#/components/schemas/marketplaceSubscription' endCustomer: $ref: '#/components/schemas/EndCustomer' description: Create connection post request Order: type: object properties: purchaseOrderNumber: type: string description: Purchase order number customerReferenceNumber: type: string description: Customer reference number billingTier: type: string description: Billing tier for connection bandwidth orderId: type: string description: Order Identification orderNumber: type: string description: Order Reference Number termLength: maximum: 36 minimum: 1 type: integer description: Term length in months, valid values are 1, 12, 24, 36 where 1 is the default value (for on-demand case). default: 1 contractedBandwidth: type: integer description: Contracted bandwidth PortNotification: required: - registeredUsers - type type: object properties: type: type: string description: Notification Type enum: - NOTIFICATION - TECHNICAL - PEERING - ESCALATION registeredUsers: type: array description: Array of registered users items: type: string SimplifiedPort: type: object properties: href: type: string description: Equinix assigned response attribute for an absolute URL that is the subject of the link's context. format: uri readOnly: true type: $ref: '#/components/schemas/PortType' id: type: integer description: Equinix assigned response attribute for Port Id uuid: type: string description: Equinix assigned response attribute for port identifier format: uuid name: type: string description: Equinix assigned response attribute for Port name description: type: string description: Equinix assigned response attribute for Port description physicalPortsSpeed: minimum: 0 type: integer description: Physical Ports Speed in Mbps connectionsCount: minimum: 0 type: integer description: Equinix assigned response attribute for Connection count project: $ref: '#/components/schemas/Project' state: $ref: '#/components/schemas/PortState' operation: $ref: '#/components/schemas/PortOperation' account: $ref: '#/components/schemas/SimplifiedAccount' serviceType: type: string description: Port service Type deprecated: true enum: - EPL - MSP serviceCode: $ref: '#/components/schemas/PortServiceCode' bandwidth: minimum: 0 type: integer description: Equinix assigned response attribute for Port bandwidth in Mbps format: int64 availableBandwidth: minimum: 0 type: integer description: Equinix assigned response attribute for Port available bandwidth in Mbps format: int64 usedBandwidth: minimum: 0 type: integer description: Equinix assigned response attribute for Port used bandwidth in Mbps format: int64 location: $ref: '#/components/schemas/SimplifiedLocation' device: $ref: '#/components/schemas/PortDevice' interface: $ref: '#/components/schemas/PortInterface' tether: $ref: '#/components/schemas/PortTether' demarcationPoint: $ref: '#/components/schemas/PortDemarcationPoint' redundancy: $ref: '#/components/schemas/PortRedundancy' encapsulation: $ref: '#/components/schemas/PortEncapsulation' lagEnabled: type: boolean description: If LAG enabled package: $ref: '#/components/schemas/Package' settings: $ref: '#/components/schemas/PortSettings' physicalPortQuantity: type: integer description: Number of physical ports additionalInfo: type: array description: Port additional information items: $ref: '#/components/schemas/PortAdditionalInfo' physicalPorts: type: array description: Physical ports that implement this port items: $ref: '#/components/schemas/PhysicalPort' description: Port specification AuthenticationKey: type: object properties: required: type: boolean example: true default: false label: type: string example: Service Key description: type: string example: description for the authentication key description: Authentication Key Support and Customization x-eqx-api-linter-skip-rules: - 3 - 38