Microsoft.AnalysisServices (stable:2017-08-01)

2025/09/26 • 16 new, 16 deleted methods

Servers_GetDetails (new)
Description Gets details about the specified Analysis Services server.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Create (new)
Description Provisions the specified Analysis Services server based on the configuration specified in the request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
serverParameters:
{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Delete (new)
Description Deletes the specified Analysis Services server.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Update (new)
Description Updates the current state of the specified Analysis Services server.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
serverUpdateParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
tags: object ,
properties:
{
asAdministrators:
{
members:
[
string ,
]
,
}
,
backupBlobContainerUri: string ,
gatewayDetails:
{
gatewayResourceId: string ,
gatewayObjectId: string ,
dmtsClusterUri: string ,
}
,
ipV4FirewallSettings:
{
firewallRules:
[
{
firewallRuleName: string ,
rangeStart: string ,
rangeEnd: string ,
}
,
]
,
enablePowerBIService: boolean ,
}
,
querypoolConnectionMode: enum ,
managedMode: integer ,
serverMonitorMode: integer ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Suspend (new)
Description Suspends operation of the specified Analysis Services server instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Resume (new)
Description Resumes operation of the specified Analysis Services server instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/resume
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListByResourceGroup (new)
Description Gets all the Analysis Services servers for the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_List (new)
Description Lists all the Analysis Services servers for the given subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/servers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListSkusForNew (new)
Description Lists eligible SKUs for Analysis Services resource provider.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/skus
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListSkusForExisting (new)
Description Lists eligible SKUs for an Analysis Services resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/skus
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
resourceType: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListGatewayStatus (new)
Description Return the gateway status of the specified Analysis Services server instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/listGatewayStatus
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
status: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_DissociateGateway (new)
Description Dissociates a Unified Gateway associated with the server.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/dissociateGateway
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_CheckNameAvailability (new)
Description Check the name availability in the target location.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability
{
location: string ,
serverParameters:
{
name: string ,
type: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListOperationResults (new)
Description List the result of the specified operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationresults/{operationId}
{
location: string ,
operationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListOperationStatuses (new)
Description List the status of operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationstatuses/{operationId}
{
location: string ,
operationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (new)
Description Lists all of the available consumption REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AnalysisServices/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties:
{
serviceSpecification:
{
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: string ,
aggregationType: string ,
dimensions:
[
{
name: string ,
displayName: string ,
}
,
]
,
}
,
]
,
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_GetDetails (removed)
Description Gets details about the specified Analysis Services server.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Create (removed)
Description Provisions the specified Analysis Services server based on the configuration specified in the request.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
serverParameters:
{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Delete (removed)
Description Deletes the specified Analysis Services server.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Update (removed)
Description Updates the current state of the specified Analysis Services server.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}
{
resourceGroupName: string ,
serverName: string ,
serverUpdateParameters:
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
tags: object ,
properties:
{
asAdministrators:
{
members:
[
string ,
]
,
}
,
backupBlobContainerUri: string ,
gatewayDetails:
{
gatewayResourceId: string ,
gatewayObjectId: string ,
dmtsClusterUri: string ,
}
,
ipV4FirewallSettings:
{
firewallRules:
[
{
firewallRuleName: string ,
rangeStart: string ,
rangeEnd: string ,
}
,
]
,
enablePowerBIService: boolean ,
}
,
querypoolConnectionMode: enum ,
managedMode: integer ,
serverMonitorMode: integer ,
}
,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (202)

{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Suspend (removed)
Description Suspends operation of the specified Analysis Services server instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/suspend
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_Resume (removed)
Description Resumes operation of the specified Analysis Services server instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/resume
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListByResourceGroup (removed)
Description Gets all the Analysis Services servers for the given resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers
{
resourceGroupName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_List (removed)
Description Lists all the Analysis Services servers for the given subscription.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/servers
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
state: enum ,
provisioningState: enum ,
serverFullName: string ,
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
}
,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListSkusForNew (removed)
Description Lists eligible SKUs for Analysis Services resource provider.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/skus
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListSkusForExisting (removed)
Description Lists eligible SKUs for an Analysis Services resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/skus
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
sku:
{
name: string ,
tier: enum ,
capacity: integer ,
}
,
resourceType: string ,
}
,
]
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListGatewayStatus (removed)
Description Return the gateway status of the specified Analysis Services server instance.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/listGatewayStatus
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
status: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_DissociateGateway (removed)
Description Dissociates a Unified Gateway associated with the server.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AnalysisServices/servers/{serverName}/dissociateGateway
{
resourceGroupName: string ,
serverName: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_CheckNameAvailability (removed)
Description Check the name availability in the target location.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/checkNameAvailability
{
location: string ,
serverParameters:
{
name: string ,
type: string ,
}
,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
nameAvailable: boolean ,
reason: string ,
message: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListOperationResults (removed)
Description List the result of the specified operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationresults/{operationId}
{
location: string ,
operationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Servers_ListOperationStatuses (removed)
Description List the status of operation.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.AnalysisServices/locations/{location}/operationstatuses/{operationId}
{
location: string ,
operationId: string ,
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (202)

{
id: string ,
name: string ,
startTime: string ,
endTime: string ,
status: string ,
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description Lists all of the available consumption REST API operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.AnalysisServices/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: string ,
properties:
{
serviceSpecification:
{
metricSpecifications:
[
{
name: string ,
displayName: string ,
displayDescription: string ,
unit: string ,
aggregationType: string ,
dimensions:
[
{
name: string ,
displayName: string ,
}
,
]
,
}
,
]
,
logSpecifications:
[
{
name: string ,
displayName: string ,
blobDuration: string ,
}
,
]
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
subCode: integer ,
httpStatusCode: integer ,
timeStamp: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}