Start Application Gateway  

 

Starts an application gateway.

HTTP REQUEST

Method

Request URI

POST

https://management.core.windows.net/<subscription-id>/services/networking/applicationGateways/<applicationGatewayName>/Operations

URI PARAMETERS

URI Parameter

api-version=<api-version>

Version of the API, set to 2015-04-01

REQUEST HEADERS

URI Parameter

The following table describes the request headers.

x-ms-version

Version of the API, set to 2015-04-01

REQUEST BODY

<?xml version="1.0" encoding="UTF-8" ?>
<ApplicationGatewayOperation xmlns="https://schemas.microsoft.com/windowsazure">
      <OperationType>start</OperationType>
</ApplicationGatewayOperation>

Parameter name

Description

OperationType

Required. Specifies the operation to be performed. The value must be set to start.

STATUS CODE

If successful, the operation returns HTTP status code of 202 (Accepted).

RESPONSE BODY

<?xml version="1.0" encoding="utf-8"?>
<GatewayOperationAsyncResponse xmlns="https://schemas.microsoft.com/windowsazure">
  <ID>operation-id</ID>
</GatewayOperationAsyncResponse>

Element name

Description

operation-id

Uniquely identifies the operation. To get more information about the status of an operation, such as whether it is still executing or complete, you can call Get Virtual Network Gateway Operation Status with the operation ID.