Technical Support Ticket Request
Technical Supportcontacts object[]
Possible values: >= 1, <= 20
Indicator of what this contact should be reached out for - Technical or Primary.
PrimaryDevon Holtdevon.holt@zayo.com123-456-7890Ticket reference specific to customer.
Zayo-1398732This will be the description of the Zayo ticket. Please provide a detailed statement of work.
TESTING APIISO format date string of initial downtime.
2022-06-29ISO format time string of initial downtime.
20:20:39+00:00Either circuitId, serviceId, or componentId is required. You can get all values from the service inventory route.
ETYX/TEST011/ZYOa0M0z00000PiJ3SEAVa1X0z000004aLc6EAEThe state of your service you are creating a ticket against. Impaired = Degraded or Erroring but still usable. Hard Down = Service degraded to the point of being unusable or completely hard down. Request Against Service = Incident investigation (service bounced but cleared before the ticket was opened) and information requests or questions related to the configuration of an active service.
Possible values: [Hard Down, Impaired, Request Against Service]
ImpairedSummary of request, this will be the subject of the Zayo ticket.
TESTINGtroubleshooting object
Has this circuit passed traffice before?
falseHas physical maintenance been performed that disconnected fibers?
falseDo you have physical or remote access to your gear?
trueDoes your interface have Duplex settings enabled?
falseHave you verified input/output light levels?
false{
"ticketType": "Technical Support",
"contacts": [
{
"contactType": "Primary",
"fullName": "Devon Holt",
"email": "devon.holt@zayo.com",
"phone": "123-456-7890"
}
],
"customerReferenceId": "Zayo-1398732",
"description": "TESTING API",
"downtimeInitialDate": "2022-06-29",
"downtimeInitialTime": "20:20:39+00:00",
"circuitId": "ETYX/TEST011/ZYO",
"serviceId": "a0M0z00000PiJ3SEAV",
"componentId": "a1X0z000004aLc6EAE",
"serviceState": "Impaired",
"subject": "TESTING",
"troubleshooting": {
"circuitPassTraffic": false,
"disconnectedFibers": false,
"gearOn": true,
"interfaceReset": false,
"verifyLightLevels": false
}
}