Skip to main content

Maintenance Cases Or Filter

caseIdMaintenance Cases Case Id (string)

Case unique identifier related the maintenance event.

caseNumberMaintenance Cases Case Number (string)

Case unique identifier related the maintenance event.

levelOfImpactMaintenance Cases Level of Impact (string)

Impact level of the maintenance event.

Possible values: [Service Affecting, Potential Service Affecting, Non-Service Affecting, LRE-Fiber Splicing, HRE-Fiber Splicing]

fromTime ^[0-9][0-9]:[0-9][0-9]$

Maintenance event start time.

anyOf
string
eqstring

Equal to.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

gestring

Greater than or equal to.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

gtstring

Greater than.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

lestring

Less than or equal to.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

ltstring

Less than.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

locationMaintenance Cases Location (string)

Maintenance event location.

latitude object

Latitude of maintenance event.

anyOf
string
eqstring

Equal to.

gestring

Greater than or equal to.

gtstring

Greater than.

lestring

Less than or equal to.

ltstring

Less than.

longitude object

Longitude of maintenance event.

anyOf
string
eqstring

Equal to.

gestring

Greater than or equal to.

gtstring

Greater than.

lestring

Less than or equal to.

ltstring

Less than.

primaryDate date

Primary date of maintenance event.

anyOf
string
eqstring<date>

Equal to.

Example: 2022-12-31
gestring<date>

Greater than or equal to.

Example: 2022-12-31
gtstring<date>

Greater than.

Example: 2022-12-31
lestring<date>

Less than or equal to.

Example: 2022-01-01
ltstring<date>

Less than.

Example: 2022-01-01
statusMaintenance Cases Status (string)

Current status of maintenance event.

Possible values: [Scheduled, Maintenance Started, Maintenance Extended, Maintenance Stopped, Maintenance Completed, Closed, Cancelled]

toTime ^[0-9][0-9]:[0-9][0-9]$

Maintenance event start time.

anyOf
string
eqstring

Equal to.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

gestring

Greater than or equal to.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

gtstring

Greater than.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

lestring

Less than or equal to.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

ltstring

Less than.

Possible values: Value must match regular expression ^[0-9][0-9]:[0-9][0-9]$

timeZoneMaintenance Cases Time Zone (string)

Time zone of from and to times.

x2ndPrimaryDate date

Secondary date of maintenance event.

anyOf
string
eqstring<date>

Equal to.

gestring<date>

Greater than or equal to.

gtstring<date>

Greater than.

lestring<date>

Less than or equal to.

ltstring<date>

Less than.

x3rdPrimaryDate date

Tertiary date of maintenance event.

anyOf
string
eqstring<date>

Equal to.

gestring<date>

Greater than or equal to.

gtstring<date>

Greater than.

lestring<date>

Less than or equal to.

ltstring<date>

Less than.

urgencyMaintenance Cases Urgency (string)

Urgency of the maintenance event.

Possible values: [Courtesy, Customer Initiated, Demand, Emergency, Off Schedule, Planned]

Maintenance Cases Or Filter
{
"caseId": "string",
"caseNumber": "string",
"levelOfImpact": "Service Affecting",
"fromTime": "string",
"location": "string",
"latitude": "string",
"longitude": "string",
"primaryDate": "string",
"status": "Scheduled",
"toTime": "string",
"timeZone": "string",
"x2ndPrimaryDate": "string",
"x3rdPrimaryDate": "string",
"urgency": "Courtesy"
}