Put Connectivity Change Ignore API

This API allows users to flag service points or transformers whose parent connection suggestions will be ignored. It can be used for the following use cases:

  • If a Location Awareness discrepancy is determined to be incorrect (for example, the utility records are known to be correct and Location Awareness does not continue to present the suggestion), the utility can flag it to be ignored in the DI App Platform so it is excluded from export and display (based on filter settings).

Request

Copy
PUT /v1/{tenantid}/di/apps/location_awareness/meter_discrepancy/ignore 
[
    {
        "EntityType": "Transformer",
        "DiscrepancyId": "X1-01-A",
        "SetIgnore": "True"
    },
    {
        "EntityType": "Transformer",
        "DiscrepancyId": "X1-01-B",
        "SetIgnore": "True"
    }
]

Response

The response mirrors the request. For more information, see Using the response.

Parameters

Table 39  

Name

Description

Operators

Required

Type

Format

Default

Range

Origination

EntityType

Type of discrepancy to be ignored, either transformer of equipment (feeder or substation bank)

Equals

Yes

String

Transformer or Equipment

N/A

N/A

App Platform

DiscrepancyId

The discrepancy ID to be ignored

Equals

Yes

String

N/A

N/A

N/A

App Platform

SetIgnore

Whether ignore is being turned on or off

Equals

Yes

Boolean

TRUE or FALSE

N/A

N/A

App Platform