ApiIntegration config sandbox
Take a snapshot of the sandbox state.
Captures the current simulated entities and sequence counters for this integration config's sandbox. The snapshot can later be restored to roll back the sandbox to this point in time — useful before evaluation runs or manual testing.
Authorization
Bearer AuthorizationBearer <token>
JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.
In: header
Path Parameters
config*string
The integration config id whose sandbox to snapshot.
Format
uuidtenant*string
The tenant identifier
integration*string
The integration identifier
Display name and optional description for the snapshot.
displayName*string|null
description?string|null
[key: string]?never
Response Body
curl -X POST "https://api.fruxon.com/v1/tenants/string/integrations/string/configs/497f6eca-6276-4993-bfeb-53cbbbba6f08/sandbox:snapshot" \ -H "Content-Type: application/json" \ -d '{ "displayName": "string" }'{
"id": "00000000-0000-0000-0000-000000000000",
"integrationConfigId": "00000000-0000-0000-0000-000000000000",
"displayName": "string",
"description": "string",
"entityCount": 0,
"sequenceCount": 0,
"createdAt": 0
}{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}Empty
Empty
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"property1": null,
"property2": null
}