swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector Springbootservers API schemes: - https tags: - name: Springbootservers paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers/{springbootserversName} : get: tags: - Springbootservers operationId: microsoftAzureSpringbootserversGet description: List springbootservers resource. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/SiteNameParameter' - $ref: '#/parameters/springbootserversNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '200': description: Retrieves the springbootservers resource. schema: $ref: '#/definitions/springbootserversModel' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: springbootservers_Get_MaximumSet_Gen: $ref: ./examples/springbootservers_Get_MaximumSet_Gen.json springbootservers_Get_MinimumSet_Gen: $ref: ./examples/springbootservers_Get_MinimumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname put: tags: - Springbootservers operationId: microsoftAzureSpringbootserversCreateorupdate description: Create springbootservers resource. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/SiteNameParameter' - $ref: '#/parameters/springbootserversNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - name: springbootservers description: Create a springbootservers payload. in: body required: true schema: $ref: '#/definitions/springbootserversModel' responses: '200': description: Updates the springbootservers resource. schema: $ref: '#/definitions/springbootserversModel' '201': description: Creates the springbootservers resource. schema: $ref: '#/definitions/springbootserversModel' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: springbootservers_CreateOrUpdate_MaximumSet_Gen: $ref: ./examples/springbootservers_CreateOrUpdate_MaximumSet_Gen.json springbootservers_CreateOrUpdate_MinimumSet_Gen: $ref: ./examples/springbootservers_CreateOrUpdate_MinimumSet_Gen.json summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname delete: tags: - Springbootservers operationId: microsoftAzureSpringbootserversDelete description: Delete springbootservers resource. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/SiteNameParameter' - $ref: '#/parameters/springbootserversNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '202': description: Deletes the springbootservers resource. headers: Location: type: string '204': description: Deletes the springbootservers resource. default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: springbootservers_Delete_MaximumSet_Gen: $ref: ./examples/springbootservers_Delete_MaximumSet_Gen.json springbootservers_Delete_MinimumSet_Gen: $ref: ./examples/springbootservers_Delete_MinimumSet_Gen.json x-ms-long-running-operation: true x-ms-long-running-operation-options: final-state-via: location summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname patch: tags: - Springbootservers operationId: microsoftAzureSpringbootserversUpdate description: Update springbootservers resource. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/SiteNameParameter' - $ref: '#/parameters/springbootserversNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - name: springbootservers description: Update a springbootservers payload. in: body required: true schema: $ref: '#/definitions/springbootserversPatch' responses: '200': description: Updates the springbootservers resource. schema: $ref: '#/definitions/springbootserversModel' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: springbootservers_Update_MaximumSet_Gen: $ref: ./examples/springbootservers_Update_MaximumSet_Gen.json springbootservers_Update_MinimumSet_Gen: $ref: ./examples/springbootservers_Update_MinimumSet_Gen.json summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers Springbootserversname ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers : get: tags: - Springbootservers operationId: microsoftAzureSpringbootserversListbyresourcegroup description: List springbootservers resource by resourceGroup parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/SiteNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '200': description: Lists all springbootservers under the resource group. schema: $ref: '#/definitions/springbootserversListResult' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: springbootservers_ListByResourceGroup_MaximumSet_Gen: $ref: ./examples/springbootservers_ListByResourceGroup_MaximumSet_Gen.json springbootservers_ListByResourceGroup_MinimumSet_Gen: $ref: ./examples/springbootservers_ListByResourceGroup_MinimumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers /subscriptions/{subscriptionId}/providers/Microsoft.OffAzureSpringBoot/springbootsites/{siteName}/springbootservers: get: tags: - Springbootservers operationId: microsoftAzureSpringbootserversListbysubscription description: List springbootservers resource by subscription parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: '#/parameters/SiteNameParameter' - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter responses: '200': description: Lists all springbootservers under the subscription. schema: $ref: '#/definitions/springbootserversListResult' default: description: Error response describing why the operation failed. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: springbootservers_ListBySubscription_MaximumSet_Gen: $ref: ./examples/springbootservers_ListBySubscription_MaximumSet_Gen.json springbootservers_ListBySubscription_MinimumSet_Gen: $ref: ./examples/springbootservers_ListBySubscription_MinimumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Offazurespringboot Springbootsites Sitename Springbootservers definitions: springbootserversModel: type: object x-ms-azure-resource: true allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource properties: properties: $ref: '#/definitions/springbootserversProperties' description: The springbootservers resource definition. description: The springbootservers envelope resource definition. springbootserversListResult: type: object properties: value: type: array items: $ref: '#/definitions/springbootserversModel' description: The springbootsites list. nextLink: type: string description: The link used to get the next page of springbootservers resources list. description: The springbootservers list resource definition. springbootserversPatch: type: object allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ProxyResource properties: properties: $ref: '#/definitions/springbootserversProperties' description: The springbootsites resource definition. description: The springbootservers resource patch definition. Error: type: object description: Defines the error. properties: id: description: The error ID. type: integer format: int64 code: description: The error code. type: string summaryMessage: description: The summarized error message. type: string runAsAccountId: description: The account ID used to login. type: string message: description: The detailed error message. type: string possibleCauses: description: The error possible causes. type: string recommendedAction: description: The error recommended action type: string severity: description: The error severity type: string updatedTimeStamp: description: Time when this error was last updated. type: string format: date-time springbootserversProperties: type: object required: - server properties: port: type: integer format: int32 description: Target server port for remote login server: type: string description: Server is the target server name or ip address to discover of SpringBootServer. fqdnAndIpAddressList: type: array items: type: string description: The alternative FQDN or IP addresses to discover for this server machineArmId: type: string description: The machine Id from ARM totalApps: type: integer format: int32 description: The total number of apps been discovered springBootApps: type: integer format: int32 description: The total number of spring boot apps been discovered errors: description: The list of errors. type: array items: description: The error $ref: '#/definitions/Error' provisioningState: type: string description: The resource provisioning state. enum: - Unknown - Succeeded - Failed - Canceled - Accepted - Provisioning - Deleting x-ms-enum: name: ProvisioningState modelAsString: true labels: type: object additionalProperties: type: string description: Resource labels description: The springbootservers resource definition. parameters: springbootserversNameParameter: x-ms-parameter-location: method name: springbootserversName in: path required: true type: string pattern: ^[A-Za-z0-9][A-Za-z0-9-]*$ maxLength: 64 minLength: 3 description: The springbootservers name. SiteNameParameter: x-ms-parameter-location: method name: siteName in: path required: true type: string pattern: ^[a-z][a-z0-9-]*$ maxLength: 64 minLength: 3 description: The springbootsites name. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'