swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector EventsController API schemes: - https tags: - name: EventsController paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/migrateEvents : get: tags: - EventsController summary: Microsoft Azure Gets A List Of Events In The Migrate Project operationId: microsoftAzureEventscontrollerListevents parameters: - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/migrateProjectName' - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: '#/parameters/continuationToken' responses: '200': description: OK schema: $ref: '#/definitions/EventCollection' default: description: An unexpected error response. schema: $ref: ../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse deprecated: false x-ms-pageable: nextLinkName: nextLink x-ms-examples: EventsController_ListEvents_MaximumSet_Gen: $ref: ./examples/EventsController_ListEvents_MaximumSet_Gen.json EventsController_ListEvents_MinimumSet_Gen: $ref: ./examples/EventsController_ListEvents_MinimumSet_Gen.json description: Needs a more full description created. ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/migrateProjects/{migrateProjectName}/migrateEvents/{eventName} : get: tags: - EventsController summary: Microsoft Azure Gets An Event In The Migrate Project operationId: microsoftAzureEventscontrollerGetevent parameters: - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/migrateProjectName' - $ref: '#/parameters/eventName' - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '200': description: OK schema: $ref: '#/definitions/MigrateEvent' default: description: An unexpected error response. schema: $ref: ../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse deprecated: false x-ms-examples: EventsController_GetEvent_MaximumSet_Gen: $ref: ./examples/EventsController_GetEvent_MaximumSet_Gen.json EventsController_GetEvent_MinimumSet_Gen: $ref: ./examples/EventsController_GetEvent_MinimumSet_Gen.json description: Needs a more full description created. delete: tags: - EventsController summary: Microsoft Azure Delete The Migrate Event description: Delete the migrate event. Deleting non-existent migrate event is a no-operation. operationId: microsoftAzureEventscontrollerDelete parameters: - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/migrateProjectName' - $ref: '#/parameters/eventName' - $ref: ../../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '200': description: Resource deleted successfully. schema: $ref: '#/definitions/Object' '204': description: Resource deleted successfully. schema: $ref: '#/definitions/Object' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse deprecated: false x-ms-examples: EventsController_Delete_MaximumSet_Gen: $ref: ./examples/EventsController_Delete_MaximumSet_Gen.json EventsController_Delete_MinimumSet_Gen: $ref: ./examples/EventsController_Delete_MinimumSet_Gen.json definitions: MigrateEvent: description: MigrateEvent REST resource. type: object properties: id: description: Gets or sets the relative URL to get to this REST resource. type: string name: description: Gets or sets the name of this REST resource. type: string type: description: Gets the type of this REST resource. type: string readOnly: true properties: $ref: '#/definitions/MigrateEventProperties' description: Gets or sets the properties of the event. EventCollection: description: Collection of events. type: object properties: value: description: Gets or sets the machines. type: array items: $ref: '#/definitions/MigrateEvent' nextLink: description: Gets or sets the value of nextLink. type: string Object: description: Defines generic object. type: object properties: {} MigrateEventProperties: description: Properties of the error resource. type: object properties: instanceType: description: Gets the Instance type. type: string required: - value readOnly: true errorCode: description: Gets or sets the error code. type: string errorMessage: description: Gets or sets the error message. type: string recommendation: description: Gets or sets the recommendation for the error. type: string possibleCauses: description: Gets or sets the possible causes for the error. type: string solution: description: Gets or sets the solution for which the error is being reported. type: string clientRequestId: description: Gets or sets the client request Id of the payload for which the event is being reported. type: string parameters: migrateProjectName: name: migrateProjectName description: Name of the Azure Migrate project. type: string in: path x-ms-parameter-location: method required: true pattern: ^[a-zA-Z0-9-]{3,24}$ eventName: name: eventName description: Unique name of an event within a migrate project. type: string in: path x-ms-parameter-location: method required: true pattern: ^[a-zA-Z0-9-]{3,24}$ continuationToken: name: continuationToken description: The continuation token. type: string in: query required: false x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'