{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector ImportJobs API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "ImportJobs", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get Jobs Imports", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/jobs/imports", "headers": [ { "name": "traceparent", "value": "" }, { "name": "tracestate", "value": "" }, { "name": "max-items-per-page", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Retrieves all import jobs.
Status codes:
* 200 OK" }, { "info": { "name": "Microsoft Azure Get Jobs Imports Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/jobs/imports/:id", "headers": [ { "name": "traceparent", "value": "" }, { "name": "tracestate", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id for the import job. The id is unique within the service and case sensitive." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Retrieves an import job.
Status codes:
* 200 OK
* 404 Not Found
* ImportJobNotFound - The import job was not found." }, { "info": { "name": "Microsoft Azure Put Jobs Imports Id", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/jobs/imports/:id", "headers": [ { "name": "traceparent", "value": "" }, { "name": "tracestate", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id for the import job. The id is unique within the service and case sensitive." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Creates an import job.
Status codes:
* 201 Created
* 400 Bad Request
* JobLimitReached - The maximum number of import jobs allowed has been reached.
* ValidationFailed - The import job request is not valid." }, { "info": { "name": "Microsoft Azure Delete Jobs Imports Id", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/jobs/imports/:id", "headers": [ { "name": "traceparent", "value": "" }, { "name": "tracestate", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id for the import job. The id is unique within the service and case sensitive." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Deletes an import job.
Status codes:
* 204 No Content
* 400 Bad Request
* ValidationFailed - The import job request is not valid." }, { "info": { "name": "Microsoft Azure Post Jobs Imports Id Cancel", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/jobs/imports/:id/cancel", "headers": [ { "name": "traceparent", "value": "" }, { "name": "tracestate", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id for the import job. The id is unique within the service and case sensitive." }, { "name": "api-version", "value": "", "type": "query", "description": "The requested API version." } ] }, "docs": "Cancels an import job.
Status codes:
* 200 Request Accepted
* 400 Bad Request
* ValidationFailed - The import job request is not valid." } ] } ], "bundled": true }