{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector EventsController API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "EventsController", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Gets A List Of Events In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/migrateEvents", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "continuationToken", "value": "", "type": "query", "description": "The continuation token." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Gets An Event In The Migrate Project", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/migrateEvents/:eventName", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "eventName", "value": "", "type": "path", "description": "Unique name of an event within a migrate project." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Delete The Migrate Event", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:subscriptionId/resourceGroups/:resourceGroupName/providers/Microsoft.Migrate/migrateProjects/:migrateProjectName/migrateEvents/:eventName", "params": [ { "name": "migrateProjectName", "value": "", "type": "path", "description": "Name of the Azure Migrate project." }, { "name": "eventName", "value": "", "type": "path", "description": "Unique name of an event within a migrate project." } ] }, "docs": "Delete the migrate event. Deleting non-existent migrate event is a no-operation." } ] } ], "bundled": true }