v2

latestSwagger 2.02026-07-1361027.9 KB

Get details of the Azure resource mapped to an account for the given account id. Authorization required is Bearer JWT Access token provided by EntraID.

get/accounts/{accountId}

Path parameters

accountIdstring required

The account id.

Query parameters

api-versionstring required

The API version to use for this operation.

Headers

x-ms-client-request-idstring uuid

An opaque, globally-unique, client-generated string identifier for the request.

Response

The request has succeeded.

idstring required

The account id.

resourceIdstring required

The fully-qualified Azure resource id for the account.

namestring required

The account name.

state'Active' | 'Inactive' required

The account state.

subscriptionIdstring uuid required

Universally Unique Identifier

subscriptionState'Registered' | 'Warned' | 'Suspended' | 'Deleted' | 'Unregistered' required

The Azure subscription state.

tenantIdstring uuid required

Universally Unique Identifier

locationstring required

The account resource location in Azure, for eg. eastus, southeastasia.

regionalAffinity'Enabled' | 'Disabled'

This property sets the connection region for Playwright client workers to cloud-hosted browsers. If enabled, workers connect to browsers in the closest Azure region, ensuring lower latency. If disabled, workers connect to browsers in the Azure region in which the workspace was initially created.

scalableExecution'Enabled' | 'Disabled'

When enabled, Playwright client workers can connect to cloud-hosted browsers. This can increase the number of parallel workers for a test run, significantly minimizing test completion durations.

reporting'Enabled' | 'Disabled'

When enabled, this feature allows the workspace to upload and display test results, including artifacts like traces and screenshots, in the Playwright portal. This enables faster and more efficient troubleshooting.

localAuth'Enabled' | 'Disabled'

When enabled, this feature allows the workspace to use local auth (through service access token) for executing operations.

All 6 operations