Structured response bodyBody structurat al răspunsului
application/json
Structured response bodyBody structurat al răspunsului
Complete response schemaSchema completă a răspunsului
{
"$ref": "#/components/schemas/ConfigurationDeploymentList",
"type": "object",
"additionalProperties": false,
"required": [
"deployments",
"correlation_id"
],
"properties": {
"deployments": {
"type": "array",
"maxItems": 100,
"items": {
"$ref": "#/components/schemas/ConfigurationDeploymentSummary",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"status",
"item_count",
"manifest_hash",
"correlation_id",
"created_at",
"applied_at"
],
"properties": {
"id": {
"$ref": "#/components/schemas/ConfigurationDeploymentUUID",
"type": "string",
"pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$"
},
"status": {
"const": "applied"
},
"item_count": {
"type": "integer",
"minimum": 1,
"maximum": 100
},
"manifest_hash": {
"$ref": "#/components/schemas/ConfigurationDeploymentHash",
"type": "string",
"pattern": "^[0-9a-f]{64}$"
},
"correlation_id": {
"type": "string",
"minLength": 1,
"maxLength": 128,
"pattern": "^[A-Za-z0-9._:-]+$"
},
"created_at": {
"$ref": "#/components/schemas/CanonicalTimestamp",
"type": "string",
"format": "date-time",
"description": "UTC timestamp serialized with RFC3339Nano precision."
},
"applied_at": {
"$ref": "#/components/schemas/CanonicalTimestamp",
"type": "string",
"format": "date-time",
"description": "UTC timestamp serialized with RFC3339Nano precision."
}
}
}
},
"next_cursor": {
"type": "string",
"minLength": 1,
"maxLength": 512
},
"correlation_id": {
"type": "string",
"minLength": 1,
"maxLength": 128,
"pattern": "^[A-Za-z0-9._:-]+$"
}
}
}{
"deployments": [
{
"id": "11111111-1111-4111-8111-000000000001",
"status": "applied",
"item_count": 1,
"manifest_hash": "0000000000000000000000000000000000000000000000000000000000000000",
"correlation_id": "11111111-1111-4111-8111-000000000001",
"created_at": "2026-08-01T10:00:00Z",
"applied_at": "2026-08-01T10:00:00Z"
}
],
"correlation_id": "11111111-1111-4111-8111-000000000001"
}