Skip to main content

Submit Sed Batch Stats Request

GET 

/suggested-entitlement-description-batches/:batchId/stats

Submit Sed Batch Stats Request. Submits batchId in the path param (e.g. {batchId}/stats). API responses with stats of the batchId.

Request

Path Parameters

    batchId uuidrequired

    Batch Id

    Example: 8c190e67-87aa-4ed9-a90b-d9d5344523fb

Responses

Stats of Sed batch.

Schema
    batchComplete boolean

    Default value: false

    batch complete

    batchId uuid

    batch Id

    discoveredCount int64

    discovered count

    discoveryComplete boolean

    Default value: false

    discovery complete

    processedCount int64

    processed count

Loading...