Skip to main content

ETH-ELINE-UNI Cloud Request

configuration object
nodeIdstring<uuid>required
Example: AAC758F0-F719-470D-B716-E8EC6804810F
productCodestringrequired
Example: ETH-ELINE-UNI
versionstringrequired
Example: 3.3.0
currencyIsoCodestring
Example: USD
bandwidthstringrequired
Example: 1G
burstableServicestring
Example: No
qualityOfServicestring
Example: Off
mefCertifiedstring
Example: No
children object[]
  • Array [
  • productCodestringrequired
    Example: ETH-ELINE-UNI
    versionstringrequired
    Example: 3.3.0
    nodeIdstring<uuid>required
    Example: 61DE1859-7A99-4218-B43E-F96CD57303A0
    portHandoffSpeedstring
    Example: GigE
    handoffstring
    Example: 2-Fiber (Optical MMF)
    networkInterfaceDevicestring
    Example: Yes
    cfaProvidedBystring
    Example: Zayo
    buildingAstringrequired

    buildingId returned from the /buildings/validation route. Either a buildingA or locationA is required.

    Example: a0W60000000CVbEEAW
    locationAstringrequired

    locationId returned from the /building/{buildingId}/locations route. Either a buildingA or locationA is required.

    Example: a0b6000000A6IzoAAF
    cloudProviderstring

    Cloud Provider you wish to connect with. Options include - Accenture, ADISTA, AIS Business Cloud, Ajubeo, Alibaba Cloud, Amazon AWS, Artisan Infrastructure, Carpathia Hosting, Cisco Webex Edge Connect, Cloudflare, DataBank Cloud Services, Day 1 Solutions, Enovance, Expedient, Flexential: FlexAnywhere, Fullsave, Google Cloud, GROUPE RDI, Hosting.com, IBM Cloud, Ikoula, IntelePeer, Internap, Linkbynet, Lunavi Inc, Microsoft Azure / Office365, Microsoft Cloud for Government, NetDepot, Nimbix, Oracle Cloud, Outscale, OVH, Oxalide, Packet, Phoenix NAP, QTS Cloud Services, RapidScale, Salesforce, Scale Matrix, StratoGen, The Faction Group, Twilio, Virtustream, Vitelity Cloud, VMware Cloud on AWS, Wasabi Cloud, and Xtium.

    Example: Amazon AWS
    connectionTypestring

    Type of connection to the cloud on ramp, options include - dedicated or hosted.

    Example: Hosted
    nniIdstring

    Unique identifier of the related NNI service where you want to add a cloud connection. You can find all NNIs in the view all NNI records route. If this field is null, Zayo will default to the closest NNI service. If no services are found, then you will get an error to associate a related NNI record. The best way to solve this error is to create an NNI quote and use the quoteId as the nniId.

    Example: a0M0z00000OuUB8EAN
  • ]
  • preferences object
    requestFollowUpstring
    Example: No
    notesstring
    Example: These are some notes
    quoteNameIdentifierstring
    Example: Quote-123
    ETH-ELINE-UNI Cloud Request
    {
    "configuration": {
    "nodeId": "AAC758F0-F719-470D-B716-E8EC6804810F",
    "productCode": "ETH-ELINE-UNI",
    "version": "3.3.0",
    "currencyIsoCode": "USD",
    "bandwidth": "1G",
    "burstableService": "No",
    "qualityOfService": "Off",
    "mefCertified": "No",
    "children": [
    {
    "productCode": "ETH-ELINE-UNI",
    "version": "3.3.0",
    "nodeId": "61DE1859-7A99-4218-B43E-F96CD57303A0",
    "portHandoffSpeed": "GigE",
    "handoff": "2-Fiber (Optical MMF)",
    "networkInterfaceDevice": "Yes",
    "cfaProvidedBy": "Zayo",
    "buildingA": "a0W60000000CVbEEAW",
    "locationA": "a0b6000000A6IzoAAF",
    "cloudProvider": "Amazon AWS",
    "connectionType": "Hosted",
    "nniId": "a0M0z00000OuUB8EAN"
    }
    ]
    },
    "preferences": {
    "requestFollowUp": "No",
    "notes": "These are some notes",
    "quoteNameIdentifier": "Quote-123"
    }
    }