{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector scheduledJobs API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "scheduledJobs", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The List Of Scheduled Job Definitions In An Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scheduledJobs", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of resources to return from one response." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get A Scheduled Job By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scheduledJobs/:scheduledJobId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "scheduledJobId", "value": "", "type": "path", "description": "Unique ID of the scheduled job." } ] }, "docs": "Get details about a scheduled job by ID." }, { "info": { "name": "Microsoft Azure Create Or Update A Scheduled Job", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/scheduledJobs/:scheduledJobId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "scheduledJobId", "value": "", "type": "path", "description": "Unique ID of the scheduled job." } ] }, "docs": "Create or update a scheduled job by ID." }, { "info": { "name": "Microsoft Azure Update A Scheduled Job Via Patch", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/scheduledJobs/:scheduledJobId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "scheduledJobId", "value": "", "type": "path", "description": "Unique ID of the scheduled job." } ] }, "docs": "Update an existing scheduled job by ID." }, { "info": { "name": "Microsoft Azure Delete A Scheduled Job", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/scheduledJobs/:scheduledJobId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "scheduledJobId", "value": "", "type": "path", "description": "Unique ID of the scheduled job." } ] }, "docs": "Delete an existing scheduled job by ID." }, { "info": { "name": "Microsoft Azure Get The List Of Jobs For A Scheduled Job Definition", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scheduledJobs/:scheduledJobId/jobs", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "scheduledJobId", "value": "", "type": "path", "description": "Unique ID of the scheduled job." }, { "name": "maxpagesize", "value": "", "type": "query", "description": "The maximum number of resources to return from one response." } ] }, "docs": "Needs a more full description created." } ] } ], "bundled": true }