Skip to main content

Submit Sed Batch Stats Request

GET 

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

experimental

This API is currently in an experimental state. The API is subject to change based on feedback and further testing. You must include the X-SailPoint-Experimental header and set it to true to use this endpoint.

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

Header Parameters

    X-SailPoint-Experimental stringrequired

    Default value: true

    Use this header to enable this experimental API.

    Example: true

Responses

Stats of Sed batch.

Schema

    batchComplete boolean

    batch complete

    batchId uuid

    batch Id

    discoveredCount int64

    discovered count

    discoveryComplete boolean

    discovery complete

    processedCount int64

    processed count

Loading...