Get records for batch metric upload

get

/serviceapi/entityModel/uds/metrics/status/{ecId}/records

Read detailed ingest status records for a given packet.

Request

Supported Media Types
Path Parameters
Query Parameters
Back to Top

Response

Supported Media Types

200 Response

successful operation
Body ()
Root Schema : RefItemListIngestStatusDetailsRef
Type: object
Show Source
Nested Schema : items
Type: array
The items
Show Source
Nested Schema : IngestStatusRef
Type: object

References a data ingest status resource.

Show Source
  • The execution context id for the ingest status
    Example: 92aa97cc-01eb-4ff8-a49e-13b4ce76aed0
Back to Top

Examples

JSON Response:
{
  "count" : <number>,
  "hasMore" : <boolean>,
  "items" : [
    {
      "canonicalLink" : "/serviceapi/data/facts/status/92aa97cc-01eb-4ff8-a49e-13b4ce76aed0",
      "ecId" : "92aa97cc-01eb-4ff8-a49e-13b4ce76aed0",
    },
    ...
  ],
  "nextLink" : "<string>",
  "previousLink" : "<string>",
  "totalCount" : <number>,
}

Back to Top