swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector ServerSitesController API schemes: - https tags: - name: ServerSitesController paths: /subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/serverSites: get: operationId: microsoftAzureServersitescontrollerListbysubscription tags: - ServerSitesController description: List ServerSiteResource resources by subscription ID parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/ServerSiteResourceListResult' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: ServerSitesController_ListBySubscription_MaximumSet_Gen: $ref: ./examples/ServerSitesController_ListBySubscription_MaximumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Offazure Serversites /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites: get: operationId: microsoftAzureServersitescontrollerListbyresourcegroup tags: - ServerSitesController description: List ServerSiteResource resources by resource group parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/ServerSiteResourceListResult' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-pageable: nextLinkName: nextLink x-ms-examples: ServerSitesController_ListByResourceGroup_MaximumSet_Gen: $ref: ./examples/ServerSitesController_ListByResourceGroup_MaximumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}: get: operationId: microsoftAzureServersitescontrollerGet tags: - ServerSitesController description: Get a ServerSiteResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/ServerSiteResource' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: ServerSitesController_Get_MaximumSet_Gen: $ref: ./examples/ServerSitesController_Get_MaximumSet_Gen.json summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename put: operationId: microsoftAzureServersitescontrollerCreate tags: - ServerSitesController description: Create a ServerSiteResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: body in: body description: Resource create parameters. required: true schema: $ref: '#/definitions/ServerSiteResource' responses: '200': description: ARM update operation completed successfully. schema: $ref: '#/definitions/ServerSiteResource' '201': description: ARM create operation completed successfully. schema: $ref: '#/definitions/ServerSiteResource' headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: location x-ms-long-running-operation: true x-ms-examples: ServerSitesController_Create_MaximumSet_Gen: $ref: ./examples/ServerSitesController_Create_MaximumSet_Gen.json summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename patch: operationId: microsoftAzureServersitescontrollerUpdate tags: - ServerSitesController description: Update a ServerSiteResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: body in: body description: The resource properties to be updated. required: true schema: $ref: '#/definitions/ServerSiteResourceUpdate' responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/ServerSiteResource' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: ServerSitesController_Update_MaximumSet_Gen: $ref: ./examples/ServerSitesController_Update_MaximumSet_Gen.json summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename delete: operationId: microsoftAzureServersitescontrollerDelete tags: - ServerSitesController description: Delete a ServerSiteResource parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ responses: '200': description: Resource deleted successfully. '204': description: Resource deleted successfully. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: ServerSitesController_Delete_MaximumSet_Gen: $ref: ./examples/ServerSitesController_Delete_MaximumSet_Gen.json summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/computeErrorSummary : post: operationId: microsoftAzureServersitescontrollerComputeerrorsummary tags: - ServerSitesController description: Get the error summary for a server site. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: body in: body description: The content of the action request required: true schema: type: object responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/SiteErrorSummary' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: ServerSitesController_ComputeErrorSummary_MaximumSet_Gen: $ref: ./examples/ServerSitesController_ComputeErrorSummary_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Computeerrorsummary ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/computeusage : post: operationId: microsoftAzureServersitescontrollerComputeusage tags: - ServerSitesController description: Get a serve site usage. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: body in: body description: The content of the action request required: true schema: type: object responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/ServerSiteUsageResponse' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: ServerSitesController_Computeusage_MaximumSet_Gen: $ref: ./examples/ServerSitesController_Computeusage_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Computeusage ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/exportApplications : post: operationId: microsoftAzureServersitescontrollerExportapplications tags: - ServerSitesController description: Method to generate report containing
machine and the deep discovery of the application installed in the machine. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: body in: body description: The content of the action request required: true schema: type: object responses: '200': description: ARM operation completed successfully. schema: type: object '202': description: Resource operation accepted. headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. Location: type: string description: The Location header contains the URL where the status of the long running operation can be checked. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: location x-ms-long-running-operation: true x-ms-examples: ServerSitesController_ExportApplications_MaximumSet_Gen: $ref: ./examples/ServerSitesController_ExportApplications_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Exportapplications ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/exportMachineErrors : post: operationId: microsoftAzureServersitescontrollerExportmachineerrors tags: - ServerSitesController description: Method to generate report containing
machine and the errors encountered during guest discovery of the machine. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: body in: body description: The content of the action request required: true schema: $ref: '#/definitions/ExportMachineErrorsRequest' responses: '200': description: ARM operation completed successfully. schema: type: object '202': description: Resource operation accepted. headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. Location: type: string description: The Location header contains the URL where the status of the long running operation can be checked. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: location x-ms-long-running-operation: true x-ms-examples: ServerSitesController_ExportMachineErrors_MaximumSet_Gen: $ref: ./examples/ServerSitesController_ExportMachineErrors_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Exportmachineerrors ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/listHealthSummary : post: operationId: microsoftAzureServersitescontrollerListhealthsummary tags: - ServerSitesController description: Method to get site health summary. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/SiteHealthSummaryCollection' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: ServerSitesController_ListHealthSummary_MaximumSet_Gen: $ref: ./examples/ServerSitesController_ListHealthSummary_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Listhealthsummary ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/refreshSite : post: operationId: microsoftAzureServersitescontrollerRefreshsite tags: - ServerSitesController description: Operation to refresh a site parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ responses: '200': description: ARM operation completed successfully. schema: type: object '202': description: The request has been accepted for processing, but processing has not yet completed. headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. location: type: string description: The Location header contains the URL where the status of the long running operation can be checked. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: location x-ms-long-running-operation: true x-ms-examples: ServerSitesController_RefreshSite_MaximumSet_Gen: $ref: ./examples/ServerSitesController_RefreshSite_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Refreshsite ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/summary : post: operationId: microsoftAzureServersitescontrollerSummary tags: - ServerSitesController description: Method to get site usage. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ responses: '200': description: ARM operation completed successfully. schema: $ref: '#/definitions/ServerSiteUsage' default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-examples: ServerSitesController_Summary_MaximumSet_Gen: $ref: ./examples/ServerSitesController_Summary_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Summary ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/updateDependencyMapStatus : post: operationId: microsoftAzureServersitescontrollerUpdatedependencymapstatus tags: - ServerSitesController description: Method to enable disable dependency map status for machines
in a site. parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: mapRequest in: body description: The content of the action request required: true schema: $ref: '#/definitions/UpdateMachineDepMapStatus' responses: '200': description: ARM operation completed successfully. schema: type: object '202': description: Resource operation accepted. headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. Location: type: string description: The Location header contains the URL where the status of the long running operation can be checked. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: location x-ms-long-running-operation: true x-ms-examples: ServerSitesController_UpdateDependencyMapStatus_MaximumSet_Gen: $ref: ./examples/ServerSitesController_UpdateDependencyMapStatus_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Updatedependencymapstatus ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/serverSites/{siteName}/updateProperties : post: operationId: microsoftAzureServersitescontrollerUpdateproperties tags: - ServerSitesController description: Operation to update custom properties for servers parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ResourceGroupNameParameter - name: siteName in: path description: Site name required: true type: string pattern: ^[a-zA-Z0-9-]{3,24}$ - name: metaData in: body description: The content of the action request required: true schema: $ref: '#/definitions/MachineMetadataCollection' responses: '200': description: ARM operation completed successfully. schema: type: object '202': description: Resource operation accepted. headers: Retry-After: type: integer format: int32 description: The Retry-After header can indicate how long the client should wait before polling the operation status. Location: type: string description: The Location header contains the URL where the status of the long running operation can be checked. default: description: An unexpected error response. schema: $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse x-ms-long-running-operation-options: final-state-via: location x-ms-long-running-operation: true x-ms-examples: ServerSitesController_UpdateProperties_MaximumSet_Gen: $ref: ./examples/ServerSitesController_UpdateProperties_MaximumSet_Gen.json summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Serversites Sitename Updateproperties definitions: ServerSiteResourceUpdate: type: object description: The type used for update operations of the ServerSiteResource. properties: tags: type: object description: Resource tags. additionalProperties: type: string properties: $ref: '#/definitions/ServerSiteResourceUpdateProperties' x-ms-client-flatten: true ServerSiteResourceUpdateProperties: type: object description: The updatable properties of the ServerSiteResource. properties: servicePrincipalIdentityDetails: $ref: '#/definitions/SiteSpnProperties' description: "Gets or sets the service principal identity details used by agent for\ncommunication\n to the service." agentDetails: $ref: '#/definitions/SiteAgentProperties' description: Gets or sets the on-premises agent details. applianceName: type: string description: Gets or sets the Appliance Name. discoverySolutionId: type: string description: Gets or sets the ARM ID of migration hub solution for SDS. SiteAgentProperties: type: object description: Class for site agent properties. properties: id: type: string description: Gets the ID of the agent. readOnly: true version: type: string description: Gets the version of the agent. readOnly: true lastHeartBeatUtc: type: string format: date-time description: Gets the last heartbeat time of the agent in UTC. readOnly: true keyVaultUri: type: string description: Gets or sets the key vault URI. keyVaultId: type: string description: Gets or sets the key vault ARM Id. SitesProperties: type: object description: The properties of SiteResource properties: masterSiteId: type: string description: Gets the Master Site this site is linked to. readOnly: true servicePrincipalIdentityDetails: $ref: '#/definitions/SiteSpnProperties' description: "Gets or sets the service principal identity details used by agent for\ncommunication\n to the service." agentDetails: $ref: '#/definitions/SiteAgentProperties' description: Gets or sets the on-premises agent details. applianceName: type: string description: Gets or sets the Appliance Name. discoverySolutionId: type: string description: Gets or sets the ARM ID of migration hub solution for SDS. serviceEndpoint: type: string description: Gets the service endpoint. readOnly: true provisioningState: $ref: '#/definitions/ProvisioningState' description: The status of the last operation. readOnly: true ExportMachineErrorsProperties: type: string description: Export Machine Errors Properties enum: - AppsAndRoles - DependencyMap - StaticData - SQLServerConnectionInfo x-ms-enum: name: ExportMachineErrorsProperties modelAsString: true values: - name: AppsAndRoles value: AppsAndRoles description: AppsAndRoles value. - name: DependencyMap value: DependencyMap description: DependencyMap value. - name: StaticData value: StaticData description: StaticData value. - name: SQLServerConnectionInfo value: SQLServerConnectionInfo description: SQLServerConnectionInfo value. ExportMachineErrorsRequest: type: object description: The body of export machine errors request. properties: properties: $ref: '#/definitions/RequestExportMachineErrorsProperties' description: Gets or sets the properties. SiteHealthSummaryFabricLayoutUpdateSourcesItem: type: string description: SiteHealthSummary FabricLayout UpdateSources enum: - RefreshFabricLayout - RefreshFabricLayoutGuest - RefreshFabricLayoutDependencyMap x-ms-enum: name: SiteHealthSummaryFabricLayoutUpdateSourcesItem modelAsString: true values: - name: RefreshFabricLayout value: RefreshFabricLayout description: RefreshFabricLayout value. - name: RefreshFabricLayoutGuest value: RefreshFabricLayoutGuest description: RefreshFabricLayoutGuest value. - name: RefreshFabricLayoutDependencyMap value: RefreshFabricLayoutDependencyMap description: RefreshFabricLayoutDependencyMap value. UpdateMachineDepMapStatus: type: object description: "Defines class that represents input to enable or disable DMP on machine\n \n for cosmos entity operation." properties: machines: type: array description: Gets or sets the machine collection. items: $ref: '#/definitions/DependencyMapMachineInput' x-ms-identifiers: [] DiscoveryScopeErrorSummary: type: object description: The site error summary model. properties: affectedResourceType: type: string description: Gets or sets the affected resource type. affectedObjectsCount: type: integer format: int64 description: Count of affected objects. discoveryScope: $ref: '#/definitions/DiscoveryScopes' description: Gets or sets the count of affected objects. required: - affectedResourceType - affectedObjectsCount - discoveryScope SiteHealthSummaryCollection: type: object description: Collection of SiteHealthSummary. properties: value: type: array description: Gets the list of SiteHealthSummary. items: $ref: '#/definitions/SiteHealthSummary' x-ms-identifiers: - applianceName nextLink: type: string description: Gets the value of next link. readOnly: true required: - value SiteErrorSummary: type: object description: Site error summary. properties: applianceName: type: string description: Appliance Name. discoveryScopeErrorSummaries: $ref: '#/definitions/DiscoveryScopeErrorSummary' description: Gets the error message. nextLink: type: string description: The link to fetch more models. required: - applianceName - discoveryScopeErrorSummaries ServerSiteUsage: type: object description: Server site usage. properties: runAsAccountCount: type: integer format: int32 description: Gets or sets the number of run as accounts in the site. serverCount: type: integer format: int32 description: Gets or sets the number of servers part of the site. DependencyMapMachineInput: type: object description: Machine class. properties: machineId: type: string description: Gets or sets the ARM id of the machine. isDependencyMapToBeEnabled: type: boolean description: "Gets or sets a value indicating whether\n dependency mapping is to\nbe enabled or not." ServerSiteResource: type: object description: A ServerSiteResource properties: properties: $ref: '#/definitions/SitesProperties' description: The resource-specific properties for this resource. x-ms-client-flatten: true x-ms-mutability: - read - create allOf: - $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource SiteHealthSummary: type: object description: The properties of ServerSiteResource. properties: applianceName: type: string description: Gets the appliance name. readOnly: true errorMessage: type: string description: Gets the error message. readOnly: true summaryMessage: type: string description: Gets the summary message. readOnly: true errorId: type: integer format: int64 description: Gets the error Id. readOnly: true errorCode: type: string description: Gets the error code. readOnly: true affectedObjectsCount: type: integer format: int64 description: Gets or sets the count of affected objects. hitCount: type: integer format: int64 description: Gets or sets the hit count of the error. severity: type: string description: Gets the severity of error. readOnly: true remediationGuidance: type: string description: Gets the remediation guidance. readOnly: true affectedResourceType: type: string description: Gets the affected resource type. readOnly: true affectedResources: type: array description: Gets or sets the affected resources. items: type: string fabricLayoutUpdateSources: type: array description: Gets or sets sources of the exception. items: $ref: '#/definitions/SiteHealthSummaryFabricLayoutUpdateSourcesItem' ServerSiteResourceListResult: type: object description: The response of a ServerSiteResource list operation. properties: value: type: array description: The ServerSiteResource items on this page items: $ref: '#/definitions/ServerSiteResource' nextLink: type: string format: uri description: The link to the next page of items required: - value DiscoveryScopes: type: string description: Discovery scopes enum: - AppsAndRoles - DependencyMap - StaticData - SQLServerConnectionInfo x-ms-enum: name: DiscoveryScopes modelAsString: true values: - name: AppsAndRoles value: AppsAndRoles description: AppsAndRoles value. - name: DependencyMap value: DependencyMap description: DependencyMap value. - name: StaticData value: StaticData description: StaticData value. - name: SQLServerConnectionInfo value: SQLServerConnectionInfo description: SQLServerConnectionInfo value. MachineMetadata: type: object description: The properties of Machine MetaData properties: machineArmId: type: string description: arm id of the machine. dependencyMapping: type: string description: value representing state of dependency mapping (enabled/disabled). tags: type: object description: machine tags additionalProperties: type: string required: - machineArmId - dependencyMapping - tags ServerSiteUsageResponse: type: object description: The properties of ServerSiteUsageResponse. properties: runAsAccounts: type: integer format: int32 description: Gets or sets the number of run as accounts in the site. serverCount: type: integer format: int32 description: Gets or sets the number of servers part of the site. required: - runAsAccounts - serverCount ProvisioningState: type: string description: The status of the current operation. enum: - Created - Updated - Running - Completed - Failed - Succeeded - Canceled x-ms-enum: name: ProvisioningState modelAsString: true values: - name: Created value: Created description: Created value. - name: Updated value: Updated description: Updated value. - name: Running value: Running description: Running value. - name: Completed value: Completed description: Completed value. - name: Failed value: Failed description: Failed value. - name: Succeeded value: Succeeded description: Succeeded value. - name: Canceled value: Canceled description: Canceled value. MachineMetadataCollection: type: object description: The list of Machine MetaData. properties: value: type: array description: The list of Machine MetaData. items: $ref: '#/definitions/MachineMetadata' x-ms-identifiers: [] required: - value SiteSpnProperties: type: object description: Class for site properties. properties: tenantId: type: string description: "Gets or sets the tenant Id for the service principal with which the\non-premise\n management/data plane components would communicate with\nour Azure services." applicationId: type: string description: "Gets or sets the application/client Id for the service principal with which\nthe\n on-premise management/data plane components would communicate\nwith our Azure \n services." objectId: type: string description: "Gets or sets the object Id of the service principal with which the on-premise\n\n management/data plane components would communicate with our Azure\nservices." audience: type: string description: Gets or sets the intended audience for the service principal. aadAuthority: type: string description: "Gets or sets the AAD Authority URL which was used to request the token for\nthe\n service principal." rawCertData: type: string description: Gets or sets the raw certificate data for building certificate expiry flows. RequestExportMachineErrorsProperties: type: object description: The Properties class for export machine errors request body. properties: discoveryScope: $ref: '#/definitions/ExportMachineErrorsProperties' description: Gets or sets the discovery scope. x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'