List Dedicated Circuit Link Authorizations

 

The List Dedicated Circuit Link Authorizations operation returns a list of dedicated link authorizations created by the dedicated circuit owner. The dedicated circuit owner refers to the owner of the subscription in which a dedicated circuit is created.

Request

The List DedicatedCircuit Link Authorizations request may be specified as follows. Replace <subscription-id> with the subscription ID, <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/dedicatedcircuits/<service-key>/authorizations

You must make sure that the request that is made to the management service is secure. For additional details, see Authenticating Service Management Requests.

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:

<DedicatedCircuitLinkAuthorizations xmlns="https://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<DedicatedCircuitLinkAuthorization>
  <Description>description</Description>
  <Limit> number of links authorized </Limit>
  <LinkAuthId>unique link authorization id for this link<s/LinkAuthId>
  <MicrosoftIds> comma-separated list of microsoft ids </MicrosoftIds>
 <Used>used links for this link authorization</Used>
</DedicatedCircuitLinkAuthorization>
<DedicatedCircuitLinkAuthorization> … </DedicatedCircuitLinkAuthorization>
<DedicatedCircuitLinkAuthorization> … </DedicatedCircuitLinkAuthorization>      
</DedicatedCircuitLinkAuthorizations>

The following table describes the elements of the response body.

Element name

Description

Description

User-friendly text describing the link.

Limit

Maximum number of links authorized for this authorization.

Link AuthID

GUID uniquely identifying the authorization.

MicrosoftIds

List of Microsoft IDs (typically IDs of account admins and co-admins) who are authorized to claim the authorization.

Used

Number of links redeemed.

See Also

Operations on ExpressRoute
ExpressRoute Technical Overview