object
-
cancel_requestedboolean -
completed_atstring · date-time -
created_atstring · date-time required -
created_bystring -
discoveryImportDiscovery ↗ -
error_messagestring -
idstring required -
namestring required -
phasestring required -
- Allowed values
-
["acquire","discover","validate","transform","preview","publish","rollback"]
-
planImportPlan ↗ -
processed_bytesinteger · int64 -
processed_featuresinteger · int64 -
processed_layersinteger -
retry_countinteger -
rollback_operation_idstring -
service_idstring -
source_filenamestring -
source_kindstring required -
source_locatorstring -
started_atstring · date-time -
statusstring required -
- Allowed values
-
["queued","running","awaiting_plan","ready_to_publish","publishing","published","cancelling","cancelled","failed","rolling_back","rolled_back"]
-
total_layersinteger -
updated_atstring · date-time required -
workspace_idstring required
OpenAPI schema definition
{
"properties": {
"cancel_requested": {
"type": "boolean"
},
"completed_at": {
"format": "date-time",
"type": "string"
},
"created_at": {
"format": "date-time",
"type": "string"
},
"created_by": {
"type": "string"
},
"discovery": {
"$ref": "#/components/schemas/ImportDiscovery"
},
"error_message": {
"type": "string"
},
"id": {
"type": "string"
},
"name": {
"type": "string"
},
"phase": {
"enum": [
"acquire",
"discover",
"validate",
"transform",
"preview",
"publish",
"rollback"
],
"type": "string"
},
"plan": {
"$ref": "#/components/schemas/ImportPlan"
},
"processed_bytes": {
"format": "int64",
"type": "integer"
},
"processed_features": {
"format": "int64",
"type": "integer"
},
"processed_layers": {
"type": "integer"
},
"retry_count": {
"type": "integer"
},
"rollback_operation_id": {
"type": "string"
},
"service_id": {
"type": "string"
},
"source_filename": {
"type": "string"
},
"source_kind": {
"type": "string"
},
"source_locator": {
"type": "string"
},
"started_at": {
"format": "date-time",
"type": "string"
},
"status": {
"enum": [
"queued",
"running",
"awaiting_plan",
"ready_to_publish",
"publishing",
"published",
"cancelling",
"cancelled",
"failed",
"rolling_back",
"rolled_back"
],
"type": "string"
},
"total_layers": {
"type": "integer"
},
"updated_at": {
"format": "date-time",
"type": "string"
},
"workspace_id": {
"type": "string"
}
},
"required": [
"id",
"workspace_id",
"name",
"source_kind",
"status",
"phase",
"created_at",
"updated_at"
],
"type": "object"
}