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 Formulas API

The Formulas API from Azure DevTest Labs — 2 operation(s) for formulas.

Azure DevTest Labs Formulas 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 Formulas. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 5 operations across 2 paths, and defines 47 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.

5 operations 2 paths 47 schemas 1 DELETE2 GET1 PATCH1 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 Formulas 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 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Formulas 5
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas
Azure DevTest Labs Formulas List
Formulas_List 8 params → 200default
DELETE
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}
Azure DevTest Labs Formulas Delete
Formulas_Delete 5 params → 200204default
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}
Azure DevTest Labs Formulas Get
Formulas_Get 6 params → 200default
PATCH
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}
Azure DevTest Labs Formulas Update
Formulas_Update 5 params body → 200default
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevTestLab/labs/{labName}/formulas/{name}
Azure DevTest Labs Formulas Create or Update
Formulas_CreateOrUpdate 5 params body → 200201default

Schemas 47

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

BulkCreationParameters
object
Parameters for creating multiple virtual machines as a single action.
1 property
CloudError
object
Error from a REST request.
1 property
FormulaFragment
object
A formula for creating a VM, specifying an image base and other parameters
1 property
GalleryImageReference
object
The reference information for an Azure Marketplace image.
5 properties
DataDiskProperties
object
Request body for adding a new or existing data disk to a virtual machine.
3 properties
NetworkInterfacePropertiesFragment
object
Properties of a network interface.
9 properties
ArtifactDeploymentStatusPropertiesFragment
object
Properties of an artifact deployment.
3 properties
FormulaPropertiesFragment
object
Properties of a formula.
5 properties
HourDetails
object
Properties of an hourly schedule.
1 property
UpdateResource
object
Represents an update resource
1 property
DataDiskPropertiesFragment
object
Request body for adding a new or existing data disk to a virtual machine.
3 properties
DayDetailsFragment
object
Properties of a daily schedule.
1 property
ArtifactInstallPropertiesFragment
object
Properties of an artifact.
7 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
FormulaProperties
object
Properties of a formula.
8 properties
NotificationSettings
object
Notification settings for a schedule.
5 properties
NotificationSettingsFragment
object
Notification settings for a schedule.
5 properties
ArtifactParameterPropertiesFragment
object
Properties of an artifact parameter.
2 properties
FormulaPropertiesFromVmFragment
object
Information about a VM from which a formula is to be created.
1 property
BulkCreationParametersFragment
object
Parameters for creating multiple virtual machines as a single action.
1 property
ScheduleCreationParameter
object
Properties for creating a schedule.
4 properties
LabVirtualMachineCreationParameterProperties
object
Properties for virtual machine creation.
32 properties
AttachNewDataDiskOptionsFragment
object
Properties to attach new disk to the Virtual Machine.
3 properties
SharedPublicIpAddressConfigurationFragment
object
Properties of a virtual machine that determine how it is connected to a load balancer.
1 property
Formula
object
A formula for creating a VM, specifying an image base and other parameters
1 property 1 required
LabVirtualMachineCreationParameterPropertiesFragment
object
Properties for virtual machine creation.
32 properties
ScheduleCreationParameterProperties
object
Properties for schedule creation.
8 properties
InboundNatRuleFragment
object
A rule for NAT - exposing a VM's port (backendPort) on the public IP address using a load balancer.
3 properties
ArtifactDeploymentStatusProperties
object
Properties of an artifact deployment.
3 properties
ScheduleCreationParameterFragment
object
Properties for creating a schedule.
4 properties
WeekDetailsFragment
object
Properties of a weekly schedule.
2 properties
HourDetailsFragment
object
Properties of an hourly schedule.
1 property
SharedPublicIpAddressConfiguration
object
Properties of a virtual machine that determine how it is connected to a load balancer.
1 property
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
ScheduleCreationParameterPropertiesFragment
object
Properties for schedule creation.
8 properties
FormulaList
object
The response of a list operation.
2 properties
LabVirtualMachineCreationParameterFragment
object
Properties for creating a virtual machine.
4 properties
FormulaPropertiesFromVm
object
Information about a VM from which a formula is to be created.
1 property
GalleryImageReferenceFragment
object
The reference information for an Azure Marketplace image.
5 properties
NetworkInterfaceProperties
object
Properties of a network interface.
9 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

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

azure-test-labs-formulas-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 GalleryImages API
Azure DevTest Labs GlobalSchedules API
Azure DevTest Labs Labs 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 Formulas 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.