Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

AICPA SOC for Service Organizations logoAICPA SOC for Service Organizations logo

SOC 2® Type 1 report

Audited by Prescient Assurance

Terms & Conditions•Privacy Policy•
© 2026 Jentic Technology Ltd. All rights reserved.
2 Grattan Court East, Dublin, D02 VX86, Ireland
Switch to light modeSwitch to dark mode
APIs / Storage / Azure / StorageImportExport
StorageImportExport logo

Microsoft Azure StorageImportExport

Browse all Azure APIs
44
AI ReadinessFoundational (D)44/100
See full scorecard
Agent-ready OpenAPI document · curated by JenticStorageObject Storageoauth210 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Create and track Azure Import/Export jobs that move terabytes of data between physical disks and Azure Storage.

Use for: I want to create an Azure import job to ship 50 TB of archive data into blob storage, List all active import/export jobs in my subscription, Retrieve the BitLocker keys for a job whose disks were just shipped, Find which Azure regions accept Import/Export disk shipments

Not supported: Does not perform online data transfer, manage storage accounts, or arrange physical shipping - use for Azure Import/Export job lifecycle and BitLocker key retrieval only.

Jentic publishes the only available OpenAPI specification for StorageImportExport, keeping it validated and agent-ready. The Azure Import/Export Resource Provider API drives bulk transfer of data into and out of Azure Blob and File storage by physically shipping disks to and from Azure datacentres. It manages import or export jobs, lists the locations that accept shipments, and returns the BitLocker keys needed to encrypt and decrypt the disks on transit. Use it for terabyte-scale data migrations where network transfer is impractical.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the StorageImportExport to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the StorageImportExport, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fazure.com%2Fstorageimportexport" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fazure.com%2Fstorageimportexport" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with StorageImportExport API.

Create an import job that loads data from shipped disks into Azure Storage

Create an export job that writes blobs onto disks for return shipping

List every import/export job under a subscription or resource group

Retrieve the BitLocker keys needed to encrypt or decrypt a job's disks

Discover the Azure datacentre locations that accept Import/Export shipments

Update job status when the disks are received or returned

List the management operations supported by the Microsoft.ImportExport provider

Use Cases

Patterns agents use StorageImportExport API for, with concrete tasks.

★ Bulk Cloud Migration of Cold Archives

Organisations moving multi-terabyte archives - backup tapes, video libraries, scientific datasets - into Azure cannot rely on internet transfer that would take weeks. StorageImportExport lets a customer create an import job, ship encrypted disks to a designated Azure datacentre, and have the data ingested directly into a target storage account. The API exposes job creation, status polling, and BitLocker key retrieval so an operator can track shipments programmatically end to end.

Create an Azure Import job named 'archive-2026-q1' in resource group 'migration-rg' targeting storage account 'archivecold001' and return the shipping address and BitLocker keys.

Bulk Data Egress for Compliance

Compliance and forensic workflows sometimes require exporting full storage account contents onto physical media for offline review. StorageImportExport supports export jobs that copy specified blob prefixes onto disks shipped back to the customer. Each disk is encrypted with BitLocker; the keys are retrievable through /listBitLockerKeys once the job completes.

Create an export job 'legal-export-2026' in resource group 'compliance-rg' that targets blob prefix 'cases/2025/' and returns BitLocker keys after job completion.

Operations Dashboard for Migration Programmes

Migration teams running parallel Import/Export shipments across many subscriptions need a single dashboard view of in-flight jobs. The list endpoints scoped at subscription and resource group level return every job's state, progress percentage, and target storage account. A nightly aggregator pulls those listings and surfaces blocked or stalled shipments.

List every import/export job in subscription 'migration-platform' and group results by status (Creating, Shipping, Transferring, Completed).

Agent-Initiated Cold Data Transfer via Jentic

An AI agent embedded in a data engineering workflow can spin up Import jobs without learning the ARM JSON contract. Through Jentic, the agent searches for the right StorageImportExport operation, loads its input schema, and submits the create request with disk metadata. Tokens stay in your Jentic One instance.

Use Jentic to load the StorageImportExport create-job operation, then create an import job for 12 disks targeting storage account 'genomicsbulk'.

Key Endpoints

10 endpoints — jentic publishes the only available openapi specification for storageimportexport, keeping it validated and agent-ready.

METHOD

PATH

DESCRIPTION

GET

/providers/Microsoft.ImportExport/locations

List Azure datacentre locations that accept shipments

GET

/providers/Microsoft.ImportExport/locations/{locationName}

Get a specific Import/Export location

GET

/providers/Microsoft.ImportExport/operations

List operations exposed by the resource provider

GET

/subscriptions/{subscriptionId}/providers/Microsoft.ImportExport/jobs

List jobs in a subscription

GET

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs

List jobs in a resource group

PUT

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}

Create or update an Import/Export job

POST

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}/listBitLockerKeys

Retrieve BitLocker keys for the job's disks

GET

/providers/Microsoft.ImportExport/locations

List Azure datacentre locations that accept shipments

GET

/providers/Microsoft.ImportExport/locations/{locationName}

Get a specific Import/Export location

GET

/providers/Microsoft.ImportExport/operations

List operations exposed by the resource provider

GET

/subscriptions/{subscriptionId}/providers/Microsoft.ImportExport/jobs

List jobs in a subscription

GET

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs

List jobs in a resource group

PUT

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}

Create or update an Import/Export job

POST

/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}/listBitLockerKeys

Retrieve BitLocker keys for the job's disks

Jentic AI Readiness Score

This API is usable in Jentic One now. Its AI-readiness score against Jentic's framework shows where it stands today and where improvements would make it even easier for agents to use.

S

StorageImportExport

- Foundational (D)
44/100
85
Foundational Compliance
63
Developer Experience & Jentic Compatibility
21
AI-Readiness & Agent Experience
94
Agent Usability
35
Security
100
AI Discoverability
Powered by JenticScoring Framework 1.0.0 | Scoring Engine 0.4.0
Show dimension breakdown
85

Foundational Compliance

Base layer of spec validity and structural soundness.

Grade: ASignals: 4
98%

Lint Results

Aggregated quality score from linter diagnostics, weighted by severity.

100%

Resolution Completeness

Percentage of `$ref` references that resolve successfully.

100%

Specification Validity

Checks whether the API description parses successfully and conforms to its declared specification (e.g., OpenAPI).

42%

Structural Integrity

Structural correctness score based on schema issues using logarithmic dampening.

63

Developer Experience & Jentic Compatibility

Clarity, completeness, and ingestion readiness for developers and tooling.

Grade: B-Signals: 4
0%

Example Density

How richly the API is illustrated with examples.

100%

Example Validity

Percentage of examples that conform to their schemas.

50%

Response Coverage

Percentage of operations with complete response definitions (success, client error, server error).

100%

Tooling Readiness

Health of API ingestion, bundling, and resolution within Jentic pipelines.

21

AI-Readiness & Agent Experience

Semantic breadth, depth, and agent comprehension for AI systems.

Grade: FSignals: 4
82%

Description Coverage

Coverage of descriptions across API elements.

0%

Error Standardization

Coverage of RFC 9457 Problem Details for error responses.

0%

OperationId Quality

Coverage, uniqueness, and casing consistency of operationIds for AI inference.

0%

Summary Coverage

Coverage of summaries across operations/tags/info.

94

Agent Usability

Functional utility, complexity comfort, and AI orchestration readiness.

Grade: A+Signals: 1
94%

Complexity Comfort

Agent comfort level based on API operational and structural complexity.

35

Security

Trust, risk posture, and security compliance.

Grade: FSignals: 1
35%

Authentication Strength

Average quality of security schemes based on authentication method strength (weakest link for OAuth2).

100

AI Discoverability

Findability, semantic richness, and reasoning readiness.

Grade: A+Signals: 1
100%

Descriptive Richness

Clarity and depth of descriptions across API elements.

View full reportHow the score is calculatedMore about the dimensions

Score it yourself

Every API in the directory is allowlisted, so you can re-score it with no key required.

Score your own APIScoring CLI agent skill
npx @jentic/api-scorecard-cli score <openapi-url>

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Wiring the Microsoft.ImportExport provider by hand means registering an Azure AD app, running the OAuth2 token exchange, and modeling the drive-metadata structures and eventually-consistent job state transitions the API expects. Through Jentic you install once, import Storage Import/Export from the API Directory, store the Azure AD service principal credential once, and your agent calls it.

Permission scoping

This API puts the subscription, resource group, and job name in the URL path (/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}/...), so a rule can pin your agent to one job and its status. You choose the operations it may call, so retrieving BitLocker keys with listBitLockerKeys is not included unless you add it.

Credential isolation

Your Azure AD service principal credential is stored once, encrypted, by your own Jentic One instance and injected at execution time. It never enters the agent's prompt, logs, or context, and neither do the BitLocker keys returned by listBitLockerKeys.

Intent-based discovery

Agents search Jentic by intent such as 'create an Azure Import/Export job' or 'list import export jobs in a subscription', and Jentic returns the matching Microsoft.ImportExport operation with its input schema so the agent calls the right endpoint without reading the ARM reference.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Complementary

StorageManagementClient

→

Manages the storage accounts that Import/Export jobs target

Use first to create or locate the storage account, then call StorageImportExport to land bulk data into it.

Alternative

StorSimpleManagementClient

→

Hybrid cloud storage with on-prem appliance instead of disk shipping

Choose StorSimple for ongoing hybrid tiering; choose Import/Export for one-shot bulk transfer.

Complementary

SubscriptionClient

→

Lists subscriptions and offers, useful when scripting cross-subscription migrations

Use when an agent needs to enumerate subscriptions before kicking off Import/Export jobs in each.

FAQs

Specific to using StorageImportExport API through Jentic.

Why is there no official OpenAPI spec for StorageImportExport?

Microsoft Azure publishes Swagger fragments for the Microsoft.ImportExport resource provider but does not publish a consolidated, validated OpenAPI 3 spec. Jentic generates and maintains this spec so that AI agents and developers can call StorageImportExport via structured tooling. It is validated against the live Azure Resource Manager API and kept up to date. Get started with Jentic One, the self-hosted execution layer.

What authentication does the StorageImportExport API use?

All endpoints require Azure Active Directory OAuth 2.0, declared as the azure_auth security scheme with the user_impersonation scope against https://login.microsoftonline.com. Through Jentic, Azure tokens are held in the vault and injected at call time so the agent never sees the raw bearer token.

Can I retrieve the BitLocker keys for shipped disks via this API?

Yes. POST /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ImportExport/jobs/{jobName}/listBitLockerKeys returns the BitLocker keys for the disks attached to the named job, scoped to your subscription and resource group.

What are the rate limits for the StorageImportExport API?

Calls go through Azure Resource Manager, which throttles writes per subscription (typically 1,200 writes per hour) and reads more generously. Job state transitions are eventually consistent - poll the job GET endpoint rather than retrying create requests.

How do I create an Azure import job through Jentic?

Run pip install jentic, search Jentic for 'create an azure import export job', load the StorageImportExport create-or-update job operation, and execute it with subscriptionId, resourceGroupName, jobName, and the body containing the storage account id, list of drive metadata, and return shipping address. Jentic handles the Azure AD token exchange.

Does this API ship the disks for me?

No. The API only manages the Azure-side job metadata, drive registration, and BitLocker keys. Physical shipping is arranged by you against the Azure datacentre address returned by the location endpoints.

Can I limit what my agent is allowed to do with the Azure Storage Import/Export API?

Yes. Because you host Jentic One yourself, your own rules decide which Microsoft.ImportExport operations the agent may call and which Azure credentials it may use. This API puts the subscription, resource group, and job name in the URL path, so you can pin the agent to a single job and its status while excluding write operations like create-or-update job. You can also withhold listBitLockerKeys so the agent never retrieves the BitLocker keys for a job's disks unless you explicitly allow it.

GET STARTED

Start building with StorageImportExport API

Explore with Jentic One
View OpenAPI Document