Microsoft.LoadTestService (preview:2025-07-01)

2025/05/26 • 12 new methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaces_CheckNameAvailability (new)
Description Implements global CheckNameAvailability operations
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/checkNameAvailability
{
api-version: string ,
subscriptionId: string ,
body:
{
name: string ,
type: string ,
}
,
}

⚐ Response (200)

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

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightQuotas_ListBySubscription (new)
Description List Playwright quota resources for a given subscription Id.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/playwrightQuotas
{
api-version: string ,
subscriptionId: string ,
location: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
freeTrial:
{
workspaceId: string ,
state: enum ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightQuotas_Get (new)
Description Get subscription-level location-based Playwright quota resource by name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/locations/{location}/playwrightQuotas/{playwrightQuotaName}
{
api-version: string ,
subscriptionId: string ,
location: string ,
playwrightQuotaName: string ,
}

⚐ Response (200)

{
properties:
{
freeTrial:
{
workspaceId: string ,
state: enum ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaces_ListBySubscription (new)
Description List PlaywrightWorkspace resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.LoadTestService/playwrightWorkspaces
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
dataplaneUri: string ,
regionalAffinity: enum ,
localAuth: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaces_ListByResourceGroup (new)
Description List PlaywrightWorkspace resources by resource group
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
dataplaneUri: string ,
regionalAffinity: enum ,
localAuth: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaces_Get (new)
Description Get a PlaywrightWorkspace
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
playwrightWorkspaceName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
dataplaneUri: string ,
regionalAffinity: enum ,
localAuth: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaces_CreateOrUpdate (new)
Description Create a PlaywrightWorkspace
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
playwrightWorkspaceName: string ,
resource:
{
properties:
{
provisioningState: enum ,
dataplaneUri: string ,
regionalAffinity: enum ,
localAuth: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
dataplaneUri: string ,
regionalAffinity: enum ,
localAuth: enum ,
}
,
}

⚐ Response (201)

{
$headers:
{
azure-asyncoperation: string ,
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
dataplaneUri: string ,
regionalAffinity: enum ,
localAuth: enum ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaces_Update (new)
Description Update a PlaywrightWorkspace
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
playwrightWorkspaceName: string ,
properties:
{
tags: object ,
properties:
{
regionalAffinity: enum ,
localAuth: enum ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
dataplaneUri: string ,
regionalAffinity: enum ,
localAuth: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaces_Delete (new)
Description Delete a PlaywrightWorkspace
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
playwrightWorkspaceName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaceQuotas_ListByPlaywrightWorkspace (new)
Description List quota resources for a given Playwright workspace resource.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}/quotas
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
playwrightWorkspaceName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
freeTrial:
{
createdAt: string ,
expiryAt: string ,
allocatedValue: integer ,
usedValue: number ,
percentageUsed: number ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PlaywrightWorkspaceQuotas_Get (new)
Description Get Playwright workspace quota resource by name.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.LoadTestService/playwrightWorkspaces/{playwrightWorkspaceName}/quotas/{quotaName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
playwrightWorkspaceName: string ,
quotaName: string ,
}

⚐ Response (200)

{
properties:
{
freeTrial:
{
createdAt: string ,
expiryAt: string ,
allocatedValue: integer ,
usedValue: number ,
percentageUsed: number ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

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