swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector LocationBasedRecommendedActionSessionsResult API schemes: - https tags: - name: LocationBasedRecommendedActionSessionsResult paths: ? /subscriptions/{subscriptionId}/providers/Microsoft.DBforMariaDB/locations/{locationName}/recommendedActionSessionsOperationResults/{operationId} : get: tags: - LocationBasedRecommendedActionSessionsResult operationId: microsoftAzureLocationbasedrecommendedactionsessionsresultList x-ms-examples: RecommendedActionSessionResult: $ref: ./examples/RecommendedActionSessionResult.json description: Recommendation action session operation result. parameters: - $ref: '#/parameters/ApiVersionParameter' - $ref: '#/parameters/SubscriptionIdParameter' - $ref: '#/parameters/LocationNameParameter' - $ref: '#/parameters/OperationIdParameter' responses: '200': description: Created schema: $ref: '#/definitions/RecommendationActionsResultList' '201': description: Created schema: $ref: '#/definitions/RecommendationActionsResultList' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Dbformariadb Locations Locationname Recommendedactionsessionsoperationresults Operationid definitions: RecommendationAction: properties: properties: $ref: '#/definitions/RecommendationActionProperties' x-ms-client-flatten: true description: The properties of a recommendation action. allOf: - $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/ProxyResource description: Represents a Recommendation Action. RecommendationActionsResultList: description: A list of recommendation actions. type: object properties: value: description: The list of recommendation action advisors. type: array items: $ref: '#/definitions/RecommendationAction' readOnly: true nextLink: description: Link to retrieve next page of results. type: string readOnly: true RecommendationActionProperties: properties: advisorName: type: string description: Advisor name. sessionId: type: string description: Recommendation action session identifier. actionId: type: integer format: int32 description: Recommendation action identifier. createdTime: type: string format: date-time description: Recommendation action creation time. expirationTime: type: string format: date-time description: Recommendation action expiration time. reason: type: string description: Recommendation action reason. recommendationType: type: string description: Recommendation action type. details: type: object additionalProperties: type: string description: Recommendation action details. description: The properties of a recommendation action. parameters: LocationNameParameter: name: locationName in: path required: true type: string description: The name of the location. x-ms-parameter-location: method ApiVersionParameter: name: api-version in: query required: true type: string description: The API version to use for the request. OperationIdParameter: name: operationId in: path required: true type: string description: The operation identifier. x-ms-parameter-location: method SubscriptionIdParameter: name: subscriptionId in: path required: true type: string description: The subscription ID that identifies an Azure subscription. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'