List Authorized Dedicated Circuits
The List DedicatedCircuit Authorizations lists all dedicated circuits authorized for use by the dedicated circuit owner.
Request
The List DedicatedCircuit Authorizations request may be specified as follows. Replace <subscription-id> with the subscription ID and <service-key> with the service key that was obtained when the circuit was created.
Method |
Request URI |
---|---|
GET |
https://management.core.windows.net/<subscription-id>/services/networking/authorizeddedictedcircuits |
Request Body
None.
Response
The response includes an HTTP status code, a set of response headers, and a response body.
Status Code
A successful operation returns status code 200 (OK). For information about status codes, see Service Management Status and Error Codes.
Response Body
The following example shows the format of the response body:
<AuthorizedDedicatedCircuits xmlns="https://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AuthorizedDedicatedCircuit>
<Bandwidth>bandwidth</Bandwidth>
<CircuitName>circuit-name</CircuitName>
<Location>location</Location>
<MaximumAllowedLinks>maximum-allowed-links</ MaximumAllowedLinks >
<ServiceKey>service-key</ServiceKey>
<ServiceProviderName>provider</ServiceProviderName>
<ServiceProviderProvisioningState>provisioning-state</ServiceProviderProvisioningState>
<Status>status</Status>
<UsedLinks>used-links</ UsedLinks >
</AuthorizedDedicatedCircuit>
<AuthorizedDedicatedCircuit>………</AuthorizedDedicatedCircuit>
</AuthorizedDedicatedCircuits>
The following table describes the elements of the response body.
Element name |
Description |
---|---|
ServiceKey |
A value that uniquely identifies the circuit |
Bandwidth |
Specifies the bandwidth that is assigned to the circuit |
CircuitName |
Specifies the name of the circuit |
Location |
Specifies the peering location of the circuit. For more information about finding the locations that are supported by service providers, see List Dedicated Circuit Service Providers. |
ServiceProviderName |
Specifies the name of the dedicated circuit service provider. For more information about finding service provider names, see List Dedicated Circuit Service Providers. |
ServiceProviderProvisioningState |
Specifies the provisioning state of the circuit Possible values are:
|
Status |
The current status of the circuit
|
MaximumAllowedLinks |
Maximum number of authorized links for the link authorization |
UsedLinks |
Number of links redeemed for the link authorization |