Process one Profile source window

POST
/v1/profile/flush

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer credential resolved to an opaque authenticated Principal by the Server deployment.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/profile/flush" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string"  }'
{  "status": "updated",  "previous_cursor": 0,  "current_cursor": 0,  "high_watermark": 0,  "processed_source_count": 0,  "artifact": {    "family": "string",    "artifact_id": "string",    "revision": 1  },  "candidate_id": "string"}