Import Operation Not Orchestrable
URI: https://docs.ankatech.co/errors/import-operation-not-orchestrable-by-use-case
HTTP Status: 422 Unprocessable Entity
When you see this
The import operation cannot be orchestrated under the requested use case. The use case does not support driving this import flow.
Common Causes
- Requesting an import through a use case that does not orchestrate imports.
- A use case whose definition excludes the import operation.
- Pairing an import with a use case that cannot sequence its steps.
Response Example
{
"type": "https://docs.ankatech.co/errors/import-operation-not-orchestrable-by-use-case",
"title": "Import Operation Not Orchestrable",
"status": 422,
"detail": "The import operation is not orchestrable by the requested use case.",
"instance": "/api/v3/admin/keys/import",
"correlationId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1730000000
}
Content-Type: application/problem+json — the response follows RFC 7807 Problem Details.
How to Resolve
- Select a use case that supports orchestrating the import operation.
- Review the use-case capabilities in the Developer Hub Reference.
- Re-submit the import under a compatible use case.
For full schema definitions, examples, and interactive testing, see the Developer Hub Reference.