How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Azure DevTest Labs Labs API

The Labs API from Azure DevTest Labs — 9 operation(s) for labs.

Azure DevTest Labs Labs API is one of 25 APIs that Azure DevTest Labs publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Labs. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 12 operations across 9 paths, and defines 37 schemas. It is described by OpenAPI 3.2.0, at version 2.0.

Requests are made against a single base URL, https://management.azure.com.

12 operations 9 paths 37 schemas 1 DELETE3 GET1 PATCH6 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0
Base URL
https://management.azure.com
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Azure DevTest Labs Labs API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (azure_auth) using the implicit flow, exposing 1 scope. By default, every request must be authenticated.

  • azure_auth — OAuth2 Implicit Grant

Paths & Operations 12

Across 9 paths, the API surfaces 12 operations — 1 DELETE, 3 GET, 1 PATCH, 6 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Labs 12
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DevTestLab/labs
Azure DevTest Labs Labs List by Subscription
Labs_ListBySubscription 6 params → 200default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs
Azure DevTest Labs Labs List by Resource Group
Labs_ListByResourceGroup 7 params → 200default
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}
Azure DevTest Labs Labs Delete
Labs_Delete 4 params → 200202204default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}
Azure DevTest Labs Labs Get
Labs_Get 5 params → 200default
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}
Azure DevTest Labs Labs Update
Labs_Update 4 params body → 200default
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}
Azure DevTest Labs Labs Create or Update
Labs_CreateOrUpdate 4 params body → 200201default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/claimAnyVm
Azure DevTest Labs Labs Claim Any Vm
Labs_ClaimAnyVm 4 params → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/createEnvironment
Azure DevTest Labs Labs Create Environment
Labs_CreateEnvironment 4 params body → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/exportResourceUsage
Azure DevTest Labs Labs Export Resource Usage
Labs_ExportResourceUsage 4 params body → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/generateUploadUri
Azure DevTest Labs Labs Generate Upload Uri
Labs_GenerateUploadUri 4 params body → 200default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/importVirtualMachine
Azure DevTest Labs Labs Import Virtual Machine
Labs_ImportVirtualMachine 4 params body → 200202default
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{name}/listVhds
Azure DevTest Labs Labs List Vhds
Labs_ListVhds 4 params → 200default

Schemas 37

The contract defines 37 schemas that model the data the API accepts and returns. The most detailed are LabVirtualMachineCreationParameterProperties (32 properties), LabProperties (20 properties), NetworkInterfaceProperties (9 properties), ScheduleCreationParameterProperties (8 properties). Each schema is shown below with its type and property counts.

LabProperties
object
Properties of a lab.
20 properties
BulkCreationParameters
object
Parameters for creating multiple virtual machines as a single action.
1 property
LabSupportPropertiesFragment
object
Properties of a lab's support banner
2 properties
ExportResourceUsageParameters
object
The parameters of the export operation.
2 properties
CloudError
object
Error from a REST request.
1 property
GalleryImageReference
object
The reference information for an Azure Marketplace image.
5 properties
LabAnnouncementPropertiesFragment
object
Properties of a lab's announcement banner
5 properties
DataDiskProperties
object
Request body for adding a new or existing data disk to a virtual machine.
3 properties
HourDetails
object
Properties of an hourly schedule.
1 property
LabAnnouncementProperties
object
Properties of a lab's announcement banner
7 properties
UpdateResource
object
Represents an update resource
1 property
ImportLabVirtualMachineRequest
object
This represents the payload required to import a virtual machine from a different lab into the current one
2 properties
WeekDetails
object
Properties of a weekly schedule.
2 properties
ArtifactParameterProperties
object
Properties of an artifact parameter.
2 properties
AttachNewDataDiskOptions
object
Properties to attach new disk to the Virtual Machine.
3 properties
NotificationSettings
object
Notification settings for a schedule.
5 properties
ScheduleCreationParameter
object
Properties for creating a schedule.
4 properties
LabVirtualMachineCreationParameterProperties
object
Properties for virtual machine creation.
32 properties
Lab
object
A lab.
1 property
LabList
object
The response of a list operation.
2 properties
LabFragment
object
A lab.
1 property
ScheduleCreationParameterProperties
object
Properties for schedule creation.
8 properties
ArtifactDeploymentStatusProperties
object
Properties of an artifact deployment.
3 properties
LabPropertiesFragment
object
Properties of a lab.
8 properties
SharedPublicIpAddressConfiguration
object
Properties of a virtual machine that determine how it is connected to a load balancer.
1 property
LabVhdList
object
The response of a list operation.
2 properties
Resource
object
An Azure resource.
5 properties
DayDetails
object
Properties of a daily schedule.
1 property
ArtifactInstallProperties
object
Properties of an artifact.
7 properties
CloudErrorBody
object
Body of an error from a REST request.
4 properties
GenerateUploadUriResponse
object
Response body for generating an upload URI.
1 property
NetworkInterfaceProperties
object
Properties of a network interface.
9 properties
LabVhd
object
Properties of a VHD in the lab.
1 property
LabSupportProperties
object
Properties of a lab's support banner
2 properties
LabVirtualMachineCreationParameter
object
Properties for creating a virtual machine.
4 properties
InboundNatRule
object
A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer.
3 properties
GenerateUploadUriParameter
object
Properties for generating an upload URI.
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

azure-test-labs-labs-api-openapi.yml Raw ↑

Other APIs Azure DevTest Labs publishes across the network.

Azure DevTest Labs ArmTemplates API
Azure DevTest Labs Artifacts API
Azure DevTest Labs ArtifactSources API
Azure DevTest Labs Costs API
Azure DevTest Labs CustomImages API
Azure DevTest Labs Disks API
Azure DevTest Labs Environments API
Azure DevTest Labs Formulas API
Azure DevTest Labs GalleryImages API
Azure DevTest Labs GlobalSchedules API
Azure DevTest Labs NotificationChannels API
Azure DevTest Labs Operations API
Where this information came from

This is an independent, third-party profile of Azure DevTest Labs Labs API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.