Network Experiment Profiles - List

Gets a list of Network Experiment Profiles under a subscription

GET https://management.azure.com/subscriptions/{subscriptionId}/providers/Microsoft.Network/NetworkExperimentProfiles?api-version=2019-11-01

URI Parameters

Name In Required Type Description
subscriptionId
path True

string

The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

api-version
query True

string

Client API version.

Responses

Name Type Description
200 OK

ProfileList

successful operation

Other Status Codes

ErrorResponse

Error response describing why the operation failed.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

List NetworkExperiment Profiles in a Resource Group

Sample request

GET https://management.azure.com/subscriptions/subid/providers/Microsoft.Network/NetworkExperimentProfiles?api-version=2019-11-01

Sample response

{
  "value": [
    {
      "id": "/subscriptions/subid/resourceGroups/MyResourceGroup/providers/Microsoft.Network/NetworkExperimentProfiles/",
      "name": "MyProfile",
      "type": "Microsoft.Network/NetworkExperimentprofiles",
      "tags": {
        "key1": "value1",
        "key2": "value2"
      },
      "location": "WestUs",
      "properties": {
        "enabledState": "Enabled",
        "resourceState": "Creating"
      }
    }
  ]
}

Definitions

Name Description
ErrorResponse

Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.

NetworkExperimentResourceState

Defines the server side resource status

Profile

Defines an Network Experiment Profile and lists of Experiments

ProfileList

Defines a list of Profiles. It contains a list of Profile objects and a URL link to get the next set of results.

state

The state of the Experiment

ErrorResponse

Error response indicates Front Door service is not able to process the incoming request. The reason is provided in the error message.

Name Type Description
code

string

Error code.

message

string

Error message indicating why the operation failed.

NetworkExperimentResourceState

Defines the server side resource status

Name Type Description
Creating

string

Deleting

string

Disabled

string

Disabling

string

Enabled

string

Enabling

string

Profile

Defines an Network Experiment Profile and lists of Experiments

Name Type Description
etag

string

Gets a unique read-only string that changes whenever the resource is updated.

id

string

Resource ID.

location

string

Resource location.

name

string

The name of the Profile

properties.enabledState

state

The state of the Experiment

properties.resourceState

NetworkExperimentResourceState

Resource status.

tags

object

Resource tags.

type

string

Resource type.

ProfileList

Defines a list of Profiles. It contains a list of Profile objects and a URL link to get the next set of results.

Name Type Description
nextLink

string

URL to get the next set of Profile objects if there are any.

value

Profile[]

List of Profiles within a resource group.

state

The state of the Experiment

Name Type Description
Disabled

string

Enabled

string