GET api/cpl/{cplUuid}/missingKdms
Returns details of missing KDMs needed for a CPL.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| cplUuid |
CPL UUID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
MissingKdmDetailsResult| Name | Description | Type | Additional information |
|---|---|---|---|
| MissingKdmDetails |
The list of missing KDM details. |
Collection of MissingKdmDetails |
None. |
HTTP Status Codes
Successful responses: 200 Ok
Unsuccessful responses: 401 Unauthorized
Response Formats
application/json, text/json
Samples:
{
"MissingKdmDetails": [
{
"FacilityID": "sample string 1",
"FacilityName": "sample string 2",
"DeviceIdentifier": "sample string 3",
"DeviceSerial": "sample string 4",
"Manufacturer": "sample string 5",
"ModelNumber": "sample string 6",
"ShowStartDateTime": "2026-02-04T01:33:56.3450768+00:00",
"ShowEndDateTime": "2026-02-04T01:33:56.3450768+00:00",
"CplUuid": "146e1e8c-c69c-48ae-b283-b7ee909d2880",
"LastReportedDateTime": "2026-02-04T01:33:56.3450768+00:00"
},
{
"FacilityID": "sample string 1",
"FacilityName": "sample string 2",
"DeviceIdentifier": "sample string 3",
"DeviceSerial": "sample string 4",
"Manufacturer": "sample string 5",
"ModelNumber": "sample string 6",
"ShowStartDateTime": "2026-02-04T01:33:56.3450768+00:00",
"ShowEndDateTime": "2026-02-04T01:33:56.3450768+00:00",
"CplUuid": "146e1e8c-c69c-48ae-b283-b7ee909d2880",
"LastReportedDateTime": "2026-02-04T01:33:56.3450768+00:00"
}
]
}
application/xml, text/xml
Samples:
<MissingKdmDetailsResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Dcip.KeyVault.Services.Api.Controllers">
<MissingKdmDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/Dcip.KeyVault.Services.Api.Operations">
<d2p1:MissingKdmDetails>
<d2p1:CplUuid>146e1e8c-c69c-48ae-b283-b7ee909d2880</d2p1:CplUuid>
<d2p1:DeviceIdentifier>sample string 3</d2p1:DeviceIdentifier>
<d2p1:DeviceSerial>sample string 4</d2p1:DeviceSerial>
<d2p1:FacilityID>sample string 1</d2p1:FacilityID>
<d2p1:FacilityName>sample string 2</d2p1:FacilityName>
<d2p1:LastReportedDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T01:33:56.3450768Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:LastReportedDateTime>
<d2p1:Manufacturer>sample string 5</d2p1:Manufacturer>
<d2p1:ModelNumber>sample string 6</d2p1:ModelNumber>
<d2p1:ShowEndDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T01:33:56.3450768Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:ShowEndDateTime>
<d2p1:ShowStartDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T01:33:56.3450768Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:ShowStartDateTime>
</d2p1:MissingKdmDetails>
<d2p1:MissingKdmDetails>
<d2p1:CplUuid>146e1e8c-c69c-48ae-b283-b7ee909d2880</d2p1:CplUuid>
<d2p1:DeviceIdentifier>sample string 3</d2p1:DeviceIdentifier>
<d2p1:DeviceSerial>sample string 4</d2p1:DeviceSerial>
<d2p1:FacilityID>sample string 1</d2p1:FacilityID>
<d2p1:FacilityName>sample string 2</d2p1:FacilityName>
<d2p1:LastReportedDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T01:33:56.3450768Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:LastReportedDateTime>
<d2p1:Manufacturer>sample string 5</d2p1:Manufacturer>
<d2p1:ModelNumber>sample string 6</d2p1:ModelNumber>
<d2p1:ShowEndDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T01:33:56.3450768Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:ShowEndDateTime>
<d2p1:ShowStartDateTime xmlns:d4p1="http://schemas.datacontract.org/2004/07/System">
<d4p1:DateTime>2026-02-04T01:33:56.3450768Z</d4p1:DateTime>
<d4p1:OffsetMinutes>0</d4p1:OffsetMinutes>
</d2p1:ShowStartDateTime>
</d2p1:MissingKdmDetails>
</MissingKdmDetails>
</MissingKdmDetailsResult>