Skip to main content

ETH-ELINE-UNI 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: 50Mb
burstableServicestring
Example: No
qualityOfServicestring
Example: Off
mefCertifiedstring
Example: No
children object[]
  • Array [
  • productCodestringrequired
    Example: ETH-ELINE-UNI
    versionstringrequired
    Example: 3.3.0
    nodeIdstringrequired
    Example: 61DE1859-7A99-4218-B43E-F96CD57303A0
    portHandoffSpeedstring
    Example: 10/100/1000BaseT
    handoffstring
    Example: Copper (RJ-45 Electrical)
    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
    nniIdstring

    Unique identifier of the related NNI reference to connect your service back to. 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
    lagstring

    LAG (Link Aggregation) gives you the ability to enhance your network capacity and reduce cost while maintaining a fast transmission speed by using all the same hardware devices.

    Example: No
  • ]
  • preferences object
    requestFollowUpstring
    Example: No
    notesstring
    Example: These are some notes
    quoteNameIdentifierstring
    Example: Quote-123
    ETH-ELINE-UNI Request
    {
    "configuration": {
    "nodeId": "AAC758F0-F719-470D-B716-E8EC6804810F",
    "productCode": "ETH-ELINE-UNI",
    "version": "3.3.0",
    "currencyIsoCode": "USD",
    "bandwidth": "50Mb",
    "burstableService": "No",
    "qualityOfService": "Off",
    "mefCertified": "No",
    "children": [
    {
    "productCode": "ETH-ELINE-UNI",
    "version": "3.3.0",
    "nodeId": "61DE1859-7A99-4218-B43E-F96CD57303A0",
    "portHandoffSpeed": "10/100/1000BaseT",
    "handoff": "Copper (RJ-45 Electrical)",
    "networkInterfaceDevice": "Yes",
    "cfaProvidedBy": "Zayo",
    "buildingA": "a0W60000000CVbEEAW",
    "locationA": "a0b6000000A6IzoAAF",
    "nniId": "a0M0z00000OuUB8EAN",
    "lag": "No"
    }
    ]
    },
    "preferences": {
    "requestFollowUp": "No",
    "notes": "These are some notes",
    "quoteNameIdentifier": "Quote-123"
    }
    }