swagger: '2.0'
info:
version: 2020-08-01-preview
title: Microsoft Azure AccessControlClient AccessConnector SitesController API
schemes:
- https
tags:
- name: SitesController
paths:
/subscriptions/{subscriptionId}/providers/Microsoft.OffAzure/vmwareSites:
get:
operationId: microsoftAzureSitescontrollerListbysubscription
tags:
- SitesController
summary: Microsoft Azure Get All Vmware Sites
description: Get all the vmware sites in the subscription.
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/VmwareSiteListResult'
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:
SitesController_ListBySubscription_MaximumSet_Gen:
$ref: ./examples/SitesController_ListBySubscription_MaximumSet_Gen.json
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites:
get:
operationId: microsoftAzureSitescontrollerListbyresourcegroup
tags:
- SitesController
summary: Microsoft Azure Get All Vmware Sites
description: Get all the vmware sites in the 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/VmwareSiteListResult'
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:
SitesController_ListByResourceGroup_MaximumSet_Gen:
$ref: ./examples/SitesController_ListByResourceGroup_MaximumSet_Gen.json
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}:
get:
operationId: microsoftAzureSitescontrollerGet
tags:
- SitesController
description: Get a VmwareSite
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/VmwareSite'
default:
description: An unexpected error response.
schema:
$ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
x-ms-examples:
SitesController_Get_MaximumSet_Gen:
$ref: ./examples/SitesController_Get_MaximumSet_Gen.json
summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename
put:
operationId: microsoftAzureSitescontrollerCreate
tags:
- SitesController
description: Create a VmwareSite
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/VmwareSite'
responses:
'200':
description: ARM update operation completed successfully.
schema:
$ref: '#/definitions/VmwareSite'
'201':
description: ARM create operation completed successfully.
schema:
$ref: '#/definitions/VmwareSite'
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-examples:
SitesController_Create_MaximumSet_Gen:
$ref: ./examples/SitesController_Create_MaximumSet_Gen.json
summary: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename
patch:
operationId: microsoftAzureSitescontrollerUpdate
tags:
- SitesController
description: Update a VmwareSite
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/VmwareSiteUpdate'
responses:
'200':
description: ARM operation completed successfully.
schema:
$ref: '#/definitions/VmwareSite'
default:
description: An unexpected error response.
schema:
$ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
x-ms-examples:
SitesController_Update_MaximumSet_Gen:
$ref: ./examples/SitesController_Update_MaximumSet_Gen.json
summary: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename
delete:
operationId: microsoftAzureSitescontrollerDelete
tags:
- SitesController
description: Delete a VmwareSite
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:
SitesController_Delete_MaximumSet_Gen:
$ref: ./examples/SitesController_Delete_MaximumSet_Gen.json
summary: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename
? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/computeErrorSummary
: post:
operationId: microsoftAzureSitescontrollerComputeerrorsummary
tags:
- SitesController
description: Method to get site error 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}$
- 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:
SitesController_ComputeErrorSummary_MaximumSet_Gen:
$ref: ./examples/SitesController_ComputeErrorSummary_MaximumSet_Gen.json
summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Computeerrorsummary
? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/computeusage
: post:
operationId: microsoftAzureSitescontrollerComputeusage
tags:
- SitesController
description: Method to get site error 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}$
- 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/VmwareSiteUsage'
default:
description: An unexpected error response.
schema:
$ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
x-ms-examples:
SitesController_Computeusage_MaximumSet_Gen:
$ref: ./examples/SitesController_Computeusage_MaximumSet_Gen.json
summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Computeusage
? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/exportApplications
: post:
operationId: microsoftAzureSitescontrollerExportapplications
tags:
- SitesController
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:
SitesController_ExportApplications_MaximumSet_Gen:
$ref: ./examples/SitesController_ExportApplications_MaximumSet_Gen.json
summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Exportapplications
? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/exportMachineErrors
: post:
operationId: microsoftAzureSitescontrollerExportmachineerrors
tags:
- SitesController
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:
SitesController_ExportMachineErrors_MaximumSet_Gen:
$ref: ./examples/SitesController_ExportMachineErrors_MaximumSet_Gen.json
summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Exportmachineerrors
? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/exportMachines
: post:
operationId: microsoftAzureSitescontrollerExportmachines
tags:
- SitesController
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:
$ref: '#/definitions/ExportMachinesRequest'
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:
SitesController_ExportMachines_MaximumSet_Gen:
$ref: ./examples/SitesController_ExportMachines_MaximumSet_Gen.json
summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Exportmachines
? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/listHealthSummary
: post:
operationId: microsoftAzureSitescontrollerListhealthsummary
tags:
- SitesController
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:
SitesController_ListHealthSummary_MaximumSet_Gen:
$ref: ./examples/SitesController_ListHealthSummary_MaximumSet_Gen.json
summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Listhealthsummary
? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OffAzure/vmwareSites/{siteName}/summary
: post:
operationId: microsoftAzureSitescontrollerSummary
tags:
- SitesController
description: Method to get site usage/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/VmwareSiteUsage'
default:
description: An unexpected error response.
schema:
$ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/ErrorResponse
x-ms-examples:
SitesController_Summary_MaximumSet_Gen:
$ref: ./examples/SitesController_Summary_MaximumSet_Gen.json
summary: Microsoft Azure Post Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Offazure Vmwaresites Sitename Summary
definitions:
VmwareSiteUpdate:
type: object
description: The type used for update operations of the VmwareSite.
properties:
tags:
type: object
description: Resource tags.
additionalProperties:
type: string
properties:
$ref: '#/definitions/VmwareSiteUpdateProperties'
x-ms-client-flatten: true
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.
ExportMachinesRequest:
type: object
description: ExportMachinesRequest body
properties:
filter:
type: string
description: filter options.
VmwareSiteUsage:
type: object
description: VMware site usage.
properties:
machineCount:
type: integer
format: int32
description: Gets or sets the number of machines discovered in the site.
runAsAccountCount:
type: integer
format: int32
description: Gets or sets the number of run as accounts in the site.
vCenterCount:
type: integer
format: int32
description: Gets or sets the number of vCenters part of the site.
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.
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
VmwareSite:
type: object
description: A VmwareSite
properties:
properties:
$ref: '#/definitions/SitesProperties'
description: The resource-specific properties for this resource.
x-ms-client-flatten: true
x-ms-mutability:
- read
- create
eTag:
type: string
description: If eTag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.
readOnly: true
allOf:
- $ref: ../../../../../common-types/resource-management/v3/types.json#/definitions/TrackedResource
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
VmwareSiteUpdateProperties:
type: object
description: The updatable properties of the VmwareSite.
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.
provisioningState:
$ref: '#/definitions/ProvisioningState'
description: The status of the last operation.
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'
VmwareSiteListResult:
type: object
description: The response of a VmwareSite list operation.
properties:
value:
type: array
description: The VmwareSite items on this page
items:
$ref: '#/definitions/VmwareSite'
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.
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.
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'