swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector WorkloadDeployment API description: Workload deployments controller. schemes: - https tags: - name: WorkloadDeployment description: Workload deployments controller. paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName} : get: tags: - WorkloadDeployment summary: Microsoft Azure Gets The Workload Deployment description: Gets the details of the workload deployment. operationId: microsoftAzureWorkloaddeploymentGet produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: Success schema: $ref: '#/definitions/WorkloadDeploymentModel' default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-examples: WorkloadDeployment_Get_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_Get_MaximumSet_Gen.json WorkloadDeployment_Get_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_Get_MinimumSet_Gen.json put: tags: - WorkloadDeployment summary: Microsoft Azure Puts The Workload Deployment description: Creates the workload deployment. operationId: microsoftAzureWorkloaddeploymentCreate consumes: - application/json produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - $ref: '#/parameters/api-version' - in: body name: body description: Workload deployment model. schema: $ref: '#/definitions/WorkloadDeploymentModel' responses: '201': description: Created schema: $ref: '#/definitions/WorkloadDeploymentModel' default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-examples: WorkloadDeployment_Create_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_Create_MaximumSet_Gen.json WorkloadDeployment_Create_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_Create_MinimumSet_Gen.json delete: tags: - WorkloadDeployment summary: Microsoft Azure Deletes The Workload Deployment description: Removes the workload deployment. operationId: microsoftAzureWorkloaddeploymentDelete produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - in: query name: forceDelete description: A flag indicating whether to do force delete or not. type: boolean - $ref: '#/parameters/api-version' responses: '202': description: Accepted headers: Azure-AsyncOperation: description: Tracking URL for long running operation. type: string Location: type: string '204': description: No Content default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location x-ms-examples: WorkloadDeployment_Delete_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_Delete_MaximumSet_Gen.json WorkloadDeployment_Delete_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_Delete_MinimumSet_Gen.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments : get: tags: - WorkloadDeployment summary: Microsoft Azure Lists The Workload Deployments description: Gets the list of workload deployments in the given modernizeProject. operationId: microsoftAzureWorkloaddeploymentList produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: Success schema: $ref: '#/definitions/WorkloadDeploymentModelCollection' default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-pageable: nextLinkName: nextLink x-ms-examples: WorkloadDeployment_List_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_List_MaximumSet_Gen.json WorkloadDeployment_List_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_List_MinimumSet_Gen.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/getSecrets : post: tags: - WorkloadDeployment summary: Microsoft Azure Gets The Workload Deployment Secrets description: Gets the secrets of the workload deployment. operationId: microsoftAzureWorkloaddeploymentGetsecretconfigurations produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: Success schema: $ref: '#/definitions/WorkloadDeploymentModel' default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-examples: WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_GetSecretConfigurations_MaximumSet_Gen.json WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_GetSecretConfigurations_MinimumSet_Gen.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/buildContainerImage : post: tags: - WorkloadDeployment summary: Microsoft Azure Build Container Image description: Performs the build container image action on the workload deployment. operationId: microsoftAzureWorkloaddeploymentBuildcontainerimage consumes: - application/json produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - $ref: '#/parameters/api-version' - in: body name: body description: Build container image model. schema: $ref: '#/definitions/BuildContainerImageModel' responses: '202': description: Accepted headers: Azure-AsyncOperation: description: Tracking URL for long running operation. type: string Location: type: string default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location x-ms-examples: WorkloadDeployment_BuildContainerImage_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_BuildContainerImage_MaximumSet_Gen.json WorkloadDeployment_BuildContainerImage_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_BuildContainerImage_MinimumSet_Gen.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/testMigrate : post: tags: - WorkloadDeployment summary: Microsoft Azure Performs Test Migrate description: Performs the test migrate on the workload deployment. operationId: microsoftAzureWorkloaddeploymentTestmigrate consumes: - application/json produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - $ref: '#/parameters/api-version' - in: body name: body description: Test migrate model. schema: $ref: '#/definitions/TestMigrateModel' responses: '202': description: Accepted headers: Azure-AsyncOperation: description: Tracking URL for long running operation. type: string Location: type: string default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location x-ms-examples: WorkloadDeployment_TestMigrate_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_TestMigrate_MaximumSet_Gen.json WorkloadDeployment_TestMigrate_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_TestMigrate_MinimumSet_Gen.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/testMigrateCleanup : post: tags: - WorkloadDeployment summary: Microsoft Azure Performs Test Migrate Cleanup description: Performs the test migrate cleanup on the workload deployment. operationId: microsoftAzureWorkloaddeploymentTestmigratecleanup produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - $ref: '#/parameters/api-version' responses: '202': description: Accepted headers: Azure-AsyncOperation: description: Tracking URL for long running operation. type: string Location: type: string default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location x-ms-examples: WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_TestMigrateCleanup_MaximumSet_Gen.json WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_TestMigrateCleanup_MinimumSet_Gen.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/migrate : post: tags: - WorkloadDeployment summary: Microsoft Azure Performs Migrate description: Performs migrate on the workload deployment. operationId: microsoftAzureWorkloaddeploymentMigrate produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Workload deployment name. required: true type: string - $ref: '#/parameters/api-version' responses: '202': description: Accepted headers: Azure-AsyncOperation: description: Tracking URL for long running operation. type: string Location: type: string default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location x-ms-examples: WorkloadDeployment_Migrate_MaximumSet_Gen: $ref: ./examples/WorkloadDeployment_Migrate_MaximumSet_Gen.json WorkloadDeployment_Migrate_MinimumSet_Gen: $ref: ./examples/WorkloadDeployment_Migrate_MinimumSet_Gen.json ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Migrate/modernizeProjects/{modernizeProjectName}/workloadDeployments/{workloadDeploymentName}/operations/{operationId} : get: tags: - WorkloadDeployment summary: Microsoft Azure Gets The Workload Deployment Operation Status description: Tracks the results of an asynchronous operation on the workload deployment. operationId: microsoftAzureWorkloaddeploymentoperationstatusGet produces: - application/json parameters: - $ref: '#/parameters/subscriptionId' - $ref: '#/parameters/resourceGroupName' - in: path name: modernizeProjectName pattern: ^[a-z][a-z0-9]*$ description: ModernizeProject name. required: true type: string - in: path name: workloadDeploymentName pattern: ^[a-z][a-z0-9]*$ description: Protected Item name. required: true type: string - in: path name: operationId description: Operation Id. required: true type: string - $ref: '#/parameters/api-version' responses: '200': description: Success schema: $ref: '#/definitions/OperationStatus' default: description: Error schema: $ref: '#/definitions/ArmError' x-ms-examples: WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen: $ref: ./examples/WorkloadDeploymentOperationStatus_Get_MaximumSet_Gen.json WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen: $ref: ./examples/WorkloadDeploymentOperationStatus_Get_MinimumSet_Gen.json definitions: WorkloadDeploymentModelCollection: description: Workload deployment model collection. type: object properties: value: description: Gets or sets the list of workload deployments. type: array items: $ref: '#/definitions/WorkloadDeploymentModel' nextLink: description: Gets or sets the value of next link. type: string WorkloadInstanceModelCustomProperties: description: Workload instance model custom properties. required: - instanceType type: object properties: instanceType: description: Gets or sets the instance type. enum: - IISWorkload - ApacheTomcatWorkload type: string x-ms-enum: name: WorkloadType modelAsString: true webAppArmId: description: Gets or sets the Web application ARM id. type: string webAppSiteName: description: Gets or sets the Web application site name. type: string x-ms-discriminator-value: IISWorkload discriminator: instanceType BuildContainerImageModel: description: BuildContainerImage model. type: object properties: properties: $ref: '#/definitions/ContainerImageProperties' HealthErrorModel: description: Health error model. type: object properties: affectedResourceType: description: Gets or sets the type of affected resource type. type: string affectedResourceCorrelationIds: description: "Gets or sets the list of affected resource correlation Ids. This can be used to\r\nuniquely identify the count of items affected by a specific category and severity\r\nas well as count of item affected by an specific issue." type: array items: type: string childErrors: description: Gets or sets a list of child health errors associated with this error. type: array items: $ref: '#/definitions/InnerHealthErrorModel' id: description: Gets the ID. type: string readOnly: true code: description: Gets or sets the error code. type: string readOnly: true healthCategory: description: Gets or sets the health category. type: string readOnly: true category: description: Gets or sets the error category. type: string readOnly: true severity: description: Gets or sets the error severity. type: string readOnly: true source: description: Gets or sets the error source. type: string readOnly: true creationTime: format: date-time description: Gets or sets the error creation time. type: string readOnly: true isCustomerResolvable: description: Gets or sets a value indicating whether the error is customer resolvable. type: boolean readOnly: true summary: description: Gets or sets the error summary. type: string readOnly: true message: description: Gets or sets the error message. type: string readOnly: true causes: description: Gets or sets possible causes of the error. type: string readOnly: true recommendation: description: Gets or sets recommended action to resolve the error. type: string readOnly: true ArmError: description: ARM error. type: object properties: error: $ref: '#/definitions/ArmErrorInfo' OperationStatus: description: Defines the operation status. type: object properties: id: description: Gets the Id. type: string readOnly: true name: description: Gets the operation name. type: string readOnly: true status: description: "Gets the status of the operation. ARM expects the terminal status to be one of\r\nSucceeded/ Failed/ Canceled. All other values imply that the operation is still running." type: string readOnly: true startTime: description: Gets the start time. type: string readOnly: true endTime: description: Gets the end time. type: string readOnly: true InnerHealthErrorModel: description: Inner health error model. type: object properties: id: description: Gets the ID. type: string readOnly: true code: description: Gets or sets the error code. type: string readOnly: true healthCategory: description: Gets or sets the health category. type: string readOnly: true category: description: Gets or sets the error category. type: string readOnly: true severity: description: Gets or sets the error severity. type: string readOnly: true source: description: Gets or sets the error source. type: string readOnly: true creationTime: format: date-time description: Gets or sets the error creation time. type: string readOnly: true isCustomerResolvable: description: Gets or sets a value indicating whether the error is customer resolvable. type: boolean readOnly: true summary: description: Gets or sets the error summary. type: string readOnly: true message: description: Gets or sets the error message. type: string readOnly: true causes: description: Gets or sets possible causes of the error. type: string readOnly: true recommendation: description: Gets or sets recommended action to resolve the error. type: string readOnly: true SystemDataModel: description: System data required to be defined for Azure resources. type: object properties: createdBy: description: Gets or sets identity that created the resource. type: string createdByType: description: "Gets or sets the type of identity that created the resource: user, application,\r\nmanagedIdentity." type: string createdAt: format: date-time description: Gets or sets the timestamp of resource creation (UTC). type: string lastModifiedBy: description: Gets or sets the identity that last modified the resource. type: string lastModifiedByType: description: "Gets or sets the type of identity that last modified the resource: user, application,\r\nmanagedIdentity." type: string lastModifiedAt: format: date-time description: Gets or sets the timestamp of resource last modification (UTC). type: string TestMigrateModel: description: Test migrate model. type: object properties: properties: $ref: '#/definitions/TestMigrateModelProperties' ContainerImageProperties: description: Class for container image properties. type: object properties: id: description: Gets the ID. type: string readOnly: true dockerfile: description: Gets or sets the dockerfile for the container image. type: string registryProperties: $ref: '#/definitions/ACRProperties' imageTag: description: Gets or sets the container image tag. type: string imageName: description: Gets or sets the container image name. type: string runId: description: Gets or sets the RunId. type: string runStatus: description: Gets or sets the RunStatus. type: string ACRProperties: description: Class for ACR Properties. type: object properties: registryName: description: Gets or sets the azure container registry name. type: string tenantId: description: Gets or sets the tenant id. type: string subscriptionId: description: Gets or sets the subscription id of the resource. type: string resourceGroup: description: Gets or sets the resource group of the resource. type: string WorkloadDeploymentModelCustomProperties: description: Workload deployment model custom properties. required: - instanceType type: object properties: instanceType: description: Gets or sets the instance type. enum: - IISAKSWorkloadDeployment - ApacheTomcatAKSWorkloadDeployment type: string x-ms-enum: name: WorkloadDeploymentType modelAsString: true discriminator: instanceType x-ms-discriminator-value: IISAKSWorkloadDeployment TestMigrateModelProperties: description: Test migrate model properties. type: object properties: customProperties: $ref: '#/definitions/WorkloadDeploymentModelCustomProperties' WorkloadDeploymentModel: description: Workload deployment model. type: object properties: properties: $ref: '#/definitions/WorkloadDeploymentModelProperties' id: description: Gets or sets the Id of the resource. type: string readOnly: true name: description: Gets or sets the name of the resource. type: string readOnly: true type: description: Gets or sets the type of the resource. type: string readOnly: true systemData: allOf: - $ref: '#/definitions/SystemDataModel' readOnly: true tags: description: Gets or sets the resource tags. type: object additionalProperties: type: string x-ms-azure-resource: true WorkloadDeploymentModelProperties: description: Workload deployment model properties. type: object properties: provisioningState: description: Gets or sets the provisioning state of the workload deployment. enum: - Canceled - Creating - Deleting - Deleted - Failed - Succeeded - Updating type: string readOnly: true x-ms-enum: name: ProvisioningState modelAsString: true status: description: Gets or sets the workload deployment status. enum: - None - InitialReplication - ReplicationFailed - ImageBuildPending - ImageBuildInProgress - ImageBuildFailed - TestMigrating - CleanUpPending - CleanUpInProgress - ReadyToMigrate - Migrating - Migrated - MigrationFailed type: string readOnly: true x-ms-enum: name: WorkloadStatus modelAsString: true statusDescription: description: Gets or sets the workload deployment status description. type: string readOnly: true testMigrationStatus: description: Gets or sets the test migrate state. enum: - None - ImageBuildPending - ImageBuildInProgress - ImageBuildFailed - ReadyToTestMigrate - TestMigrationInProgress - TestMigrated - Failed - CleanupInProgress - CleanedUp type: string readOnly: true x-ms-enum: name: ClientFacingTestMigrateStatus modelAsString: true testMigrationStatusDescription: description: Gets or sets the Test migrate state description. type: string readOnly: true migrationStatus: description: Gets or sets the migrate state. enum: - None - ImageBuildPending - ImageBuildInProgress - ImageBuildFailed - ReadyToTestMigrate - ReadyToMigrate - TestMigrating - TestMigrated - TestMigrateCleanupInProgress - Migrating - Migrated - Failed type: string readOnly: true x-ms-enum: name: ClientFacingMigrateStatus modelAsString: true migrationStatusDescription: description: Gets or sets the migrate state description. type: string readOnly: true displayName: description: Gets or sets the display name. type: string targetPlatform: description: Gets or sets the deployment target platform. enum: - AzureKubernetesService - AzureAppServiceContainer - AzureAppServiceNative type: string x-ms-enum: name: WorkloadDeploymentTarget modelAsString: true workloadInstanceProperties: $ref: '#/definitions/WorkloadInstanceModelProperties' correlationId: description: Gets or sets the workload deployment correlation Id. type: string readOnly: true lastSuccessfulMigrateTime: format: date-time description: Gets or sets the Last successful unplanned migrate time. type: string readOnly: true lastSuccessfulTestMigrateTime: format: date-time description: Gets or sets the Last successful test migrate time. type: string readOnly: true currentJob: allOf: - $ref: '#/definitions/WorkloadJobProperties' readOnly: true allowedOperations: description: Gets or sets the allowed scenarios on the workload deployment. type: array items: enum: - EnableReplication - DisableReplication - CompleteMigration - BuildContainerImage - Migrate - TestMigrate - TestMigrateCleanup - UpdateProperties type: string x-ms-enum: name: WorkloadScenario modelAsString: true readOnly: true healthErrors: description: Gets or sets the list of health errors. type: array items: $ref: '#/definitions/HealthErrorModel' readOnly: true customProperties: $ref: '#/definitions/WorkloadDeploymentModelCustomProperties' WorkloadInstanceModelProperties: description: Workload instance model properties. type: object properties: name: description: Gets or sets the workload instance name. type: string provisioningState: description: Gets or sets the provisioning state of the workload instance. enum: - Canceled - Creating - Deleting - Deleted - Failed - Succeeded - Updating type: string readOnly: true x-ms-enum: name: ProvisioningState modelAsString: true migrateAgentId: description: Gets or sets the migrate agent id associated with the workload instance. type: string displayName: description: Gets or sets the display name. type: string sourcePlatform: description: Gets or sets the source platform. type: string sourceName: description: Gets or sets the source name. type: string replicationHealth: description: Gets or sets the replication health of the workload instance. enum: - Normal - Warning - Critical type: string readOnly: true x-ms-enum: name: HealthStatus modelAsString: true replicationStatus: description: Gets or sets the replication state of the workload instance. enum: - None - Scheduled - InitialSync - Completed - Failed type: string readOnly: true x-ms-enum: name: ClientFacingReplicationStatus modelAsString: true replicationStatusDescription: description: Gets or sets the workload replication state description. type: string readOnly: true lastSuccessfulReplicationCycleTime: format: date-time description: Gets or sets the Last successful replication cycle time. type: string readOnly: true healthErrors: description: Gets or sets the list of health errors. type: array items: $ref: '#/definitions/HealthErrorModel' readOnly: true currentJob: allOf: - $ref: '#/definitions/WorkloadJobProperties' readOnly: true allowedOperations: description: Gets or sets the allowed scenarios on the workload instance. type: array items: type: string readOnly: true masterSiteName: description: Gets or Sets the master site name. type: string customProperties: $ref: '#/definitions/WorkloadInstanceModelCustomProperties' WorkloadJobProperties: description: Workload job properties. type: object properties: scenarioName: description: Gets or sets workload scenario name. type: string readOnly: true id: description: Gets or sets workflow Id. type: string readOnly: true name: description: Gets or sets workflow name. type: string readOnly: true displayName: description: Gets or sets the workflow friendly display name. type: string readOnly: true state: description: Gets or sets workflow state. type: string readOnly: true startTime: format: date-time description: Gets or sets start time of the workflow. type: string readOnly: true endTime: format: date-time description: Gets or sets end time of the workflow. type: string readOnly: true ArmErrorInfo: description: Arm error information. type: object properties: code: description: Gets or sets the error code returned by the service. type: string message: description: Gets or sets error Message returned by the service. type: string parameters: resourceGroupName: in: path name: resourceGroupName description: Name of the Azure Resource Group that project is part of. required: true type: string x-ms-parameter-location: method api-version: in: query name: api-version description: Client Api Version. required: true type: string x-ms-parameter-location: method subscriptionId: in: path name: subscriptionId description: Azure Subscription Id in which project was created. required: true type: string x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'