Skip to content

Instantly share code, notes, and snippets.

@mdfranz
Created August 5, 2012 01:22
Show Gist options
  • Save mdfranz/3260992 to your computer and use it in GitHub Desktop.
Save mdfranz/3260992 to your computer and use it in GitHub Desktop.
Azure Linux Agent
POST /machine?comp=health HTTP/1.1
Host: 10.76.84.160
Accept-Encoding: identity
Content-Length: 439
Content-Type: text/xml; charset=utf-8
x-ms-version: 2011-12-31
x-ms-agent-name: WALinuxAgent
<?xml version="1.0" encoding="utf-8"?><Health xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><GoalStateIncarnation>1</GoalStateIncarnation><Container><ContainerId>f5940043-dbed-419c-9122-d77a4ac854b7</ContainerId><RoleInstanceList><Role><InstanceId>79247837105c4470b89352eda4b10942.firstone</InstanceId><Health><State>Ready</State></Health></Role></RoleInstanceList></Container></Health>HTTP/1.1 200 OK
Content-Length: 0
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/7.0
x-ms-latest-goal-state-incarnation-number: 1
Date: Sat, 04 Aug 2012 23:18:03 GMT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment