<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://docs.hostway.com/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Monitoring%2FPing</id>
		<title>Monitoring/Ping - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://docs.hostway.com/index.php?action=history&amp;feed=atom&amp;title=Monitoring%2FPing"/>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Monitoring/Ping&amp;action=history"/>
		<updated>2026-05-23T13:21:08Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.18.0</generator>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Monitoring/Ping&amp;diff=2499&amp;oldid=prev</id>
		<title>Corinne.chui: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Monitoring/Ping&amp;diff=2499&amp;oldid=prev"/>
				<updated>2016-05-30T19:36:51Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class='diff diff-contentalign-left'&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='1' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 19:36, 30 May 2016&lt;/td&gt;
		&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Corinne.chui</name></author>	</entry>

	<entry>
		<id>http://docs.hostway.com/index.php?title=Monitoring/Ping&amp;diff=2498&amp;oldid=prev</id>
		<title>Mitko.georgiev at 13:12, 13 May 2015</title>
		<link rel="alternate" type="text/html" href="http://docs.hostway.com/index.php?title=Monitoring/Ping&amp;diff=2498&amp;oldid=prev"/>
				<updated>2015-05-13T13:12:27Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;='''POST''' /accounts/'''account'''/dedicatedServers/'''dedicated_server'''/ipAddresses/'''ip_address'''/monitoring/ping=&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This API call is deprecated!&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Create PING check&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; account - ''string''&lt;br /&gt;
; dedicated_server - ''string''&lt;br /&gt;
; ip_address - ''string''&lt;br /&gt;
&lt;br /&gt;
== Request==&lt;br /&gt;
=== JSON ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;monitoring&amp;quot;: {&lt;br /&gt;
      &amp;quot;check&amp;quot;: {&lt;br /&gt;
            &amp;quot;enabled&amp;quot;: {enabled}, &lt;br /&gt;
            &amp;quot;enabledAlert&amp;quot;: {enabled_alert}&lt;br /&gt;
         }, &lt;br /&gt;
      &amp;quot;options&amp;quot;: {&lt;br /&gt;
         &amp;quot;count&amp;quot;: {count} &lt;br /&gt;
      }&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====monitoring====&lt;br /&gt;
=====check=====&lt;br /&gt;
; check.enabled - ''boolean''&lt;br /&gt;
: Enable the check&lt;br /&gt;
&lt;br /&gt;
; check.enabledAlert - ''boolean''&lt;br /&gt;
: Enable alerts&lt;br /&gt;
&lt;br /&gt;
=====options=====&lt;br /&gt;
; options.count - ''int''&lt;br /&gt;
&lt;br /&gt;
== Result==&lt;br /&gt;
=== JSON ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;monitoring&amp;quot;: {&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;{type}&amp;quot;, &lt;br /&gt;
      &amp;quot;options&amp;quot;: {&lt;br /&gt;
         &amp;quot;count&amp;quot;: {count}&lt;br /&gt;
      }, &lt;br /&gt;
      &amp;quot;check&amp;quot;: {&lt;br /&gt;
         &amp;quot;status&amp;quot;: {status}, &lt;br /&gt;
         &amp;quot;lastCheck&amp;quot;: {last_check}, &lt;br /&gt;
         &amp;quot;enabledAlert&amp;quot;: {enabled_alert}, &lt;br /&gt;
         &amp;quot;enabled&amp;quot;: {enabled}, &lt;br /&gt;
         &amp;quot;id&amp;quot;: {id}&lt;br /&gt;
      }&lt;br /&gt;
   }, &lt;br /&gt;
   &amp;quot;links&amp;quot;: [&lt;br /&gt;
      {&lt;br /&gt;
         &amp;quot;href&amp;quot;: &amp;quot;{server_name}/accounts/{account}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/{id}&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
   ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====monitoring====&lt;br /&gt;
; type - ''string''&lt;br /&gt;
: ping&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for this resource.&lt;br /&gt;
&lt;br /&gt;
=====check=====&lt;br /&gt;
; check.id - ''string''&lt;br /&gt;
: Unique identifier for this check.&lt;br /&gt;
&lt;br /&gt;
; check.status&lt;br /&gt;
: Status of the ping check&lt;br /&gt;
&lt;br /&gt;
; check.lastCheck&lt;br /&gt;
: Time of last ping check&lt;br /&gt;
&lt;br /&gt;
; check.enabled - ''boolean''&lt;br /&gt;
: Is the check enabled&lt;br /&gt;
&lt;br /&gt;
; check.enabledAlert - ''boolean''&lt;br /&gt;
: Are alerts enabled&lt;br /&gt;
&lt;br /&gt;
=====options=====&lt;br /&gt;
; options.count - ''int''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Response Codes ==&lt;br /&gt;
; Success&lt;br /&gt;
: ''Created (201)''&lt;br /&gt;
&lt;br /&gt;
; Failure&lt;br /&gt;
: ''Bad Request (400)''&lt;br /&gt;
: ''Unauthorized (401)'' : This server could not verify that you are authorized to access the document you requested.  Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.&lt;br /&gt;
: ''No Permission (403)''&lt;br /&gt;
: ''Not Found (404)'' : The resource requested is not found.&lt;br /&gt;
: ''Conflict (409)'' : Only one ping for Dedicated Server is allowed&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''POST {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping'''&lt;br /&gt;
&lt;br /&gt;
''Request:''&lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;check&amp;quot;: {&amp;quot;enabled&amp;quot;: false, &amp;quot;enabledAlert&amp;quot;: false}, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 10}}}&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''Created (201)'': &lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;type&amp;quot;: &amp;quot;ping&amp;quot;, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 10}, &amp;quot;check&amp;quot;: {&amp;quot;status&amp;quot;: null, &amp;quot;lastCheck&amp;quot;: null, &amp;quot;enabledAlert&amp;quot;: false, &amp;quot;enabled&amp;quot;: false, &amp;quot;id&amp;quot;: 16}}, &amp;quot;links&amp;quot;: [{&amp;quot;href&amp;quot;: &amp;quot;{server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/16&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;}]}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''POST {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping'''&lt;br /&gt;
&lt;br /&gt;
''Request:''&lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;check&amp;quot;: {&amp;quot;enabled&amp;quot;: false, &amp;quot;enabledAlert&amp;quot;: false}}}&lt;br /&gt;
''Response:''&lt;br /&gt;
: ''Bad Request (400)'':&lt;br /&gt;
 {&amp;quot;badRequest&amp;quot;: {&amp;quot;message&amp;quot;: &amp;quot;POST data error&amp;quot;, &amp;quot;code&amp;quot;: 400, &amp;quot;details&amp;quot;: {&amp;quot;monitoring.options&amp;quot;: &amp;quot;Required&amp;quot;}}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''POST {server_name}/accounts/{account_number}/dedicatedServers/abc/ipAddresses/{ip_address}/monitoring/ping'''&lt;br /&gt;
&lt;br /&gt;
''Request:''&lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;check&amp;quot;: {&amp;quot;enabled&amp;quot;: true, &amp;quot;enabledAlert&amp;quot;: false}, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 10}}}&lt;br /&gt;
''Response:''&lt;br /&gt;
:''Not Found (404)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''POST {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping'''&lt;br /&gt;
&lt;br /&gt;
''Request:''&lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;check&amp;quot;: {&amp;quot;enabled&amp;quot;: true, &amp;quot;enabledAlert&amp;quot;: false}, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 10}}}&lt;br /&gt;
''Response:''&lt;br /&gt;
:''Conflict (409)''&lt;br /&gt;
&lt;br /&gt;
='''GET''' /accounts/'''account'''/dedicatedServers/'''dedicated_server'''/ipAddresses/'''ip_address'''/monitoring/ping/'''id'''=&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This API call is deprecated!&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Get PING check details&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; account - ''string''&lt;br /&gt;
; dedicated_server - ''string''&lt;br /&gt;
; ip_address - ''string''&lt;br /&gt;
; id - ''string''&lt;br /&gt;
: Id of the ping check.&lt;br /&gt;
&lt;br /&gt;
== Result ==&lt;br /&gt;
=== JSON ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;monitoring&amp;quot;: {&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;{type}&amp;quot;, &lt;br /&gt;
      &amp;quot;options&amp;quot;: {&lt;br /&gt;
         &amp;quot;count&amp;quot;: {count}&lt;br /&gt;
      }, &lt;br /&gt;
      &amp;quot;check&amp;quot;: {&lt;br /&gt;
         &amp;quot;status&amp;quot;: {status}, &lt;br /&gt;
         &amp;quot;lastCheck&amp;quot;: {last_check}, &lt;br /&gt;
         &amp;quot;enabledAlert&amp;quot;: {enabled_alert}, &lt;br /&gt;
         &amp;quot;enabled&amp;quot;: {enabled}, &lt;br /&gt;
         &amp;quot;id&amp;quot;: {id}&lt;br /&gt;
      }&lt;br /&gt;
   }, &lt;br /&gt;
   &amp;quot;links&amp;quot;: [&lt;br /&gt;
      {&lt;br /&gt;
         &amp;quot;href&amp;quot;: &amp;quot;{server_name}/accounts/{account}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/{id}&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
   ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====monitoring====&lt;br /&gt;
; type - ''string''&lt;br /&gt;
: ping&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for this resource.&lt;br /&gt;
&lt;br /&gt;
=====check=====&lt;br /&gt;
; check.id - ''string''&lt;br /&gt;
: Unique identifier for this check.&lt;br /&gt;
&lt;br /&gt;
; check.status&lt;br /&gt;
: Status of the ping check&lt;br /&gt;
&lt;br /&gt;
; check.lastCheck&lt;br /&gt;
: Time of last ping check&lt;br /&gt;
&lt;br /&gt;
; check.enabled - ''boolean''&lt;br /&gt;
: Is the check enabled&lt;br /&gt;
&lt;br /&gt;
; check.enabledAlert - ''boolean''&lt;br /&gt;
: Are alerts enabled&lt;br /&gt;
&lt;br /&gt;
=====options=====&lt;br /&gt;
; options.count - ''int''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Response Codes ==&lt;br /&gt;
; Success&lt;br /&gt;
: ''OK (200)''&lt;br /&gt;
&lt;br /&gt;
; Failure&lt;br /&gt;
: ''Unauthorized (401)'' : This server could not verify that you are authorized to access the document you requested.  Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.&lt;br /&gt;
: ''No Permission (403)''&lt;br /&gt;
: ''Not Found (404)'' : The resource requested is not found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''GET {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/16'''&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''OK (200)'': &lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;type&amp;quot;: &amp;quot;ping&amp;quot;, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 10}, &amp;quot;check&amp;quot;: {&amp;quot;status&amp;quot;: &amp;quot;ERROR&amp;quot;, &amp;quot;lastCheck&amp;quot;: 1334148166, &amp;quot;enabledAlert&amp;quot;: false, &amp;quot;enabled&amp;quot;: false, &amp;quot;id&amp;quot;: 16}}, &amp;quot;links&amp;quot;: [{&amp;quot;href&amp;quot;: &amp;quot;{server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/16/&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;}]}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GET {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/9999'''&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''Not Found (404)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''GET {server_name}/accounts/{account_number}/dedicatedServers/abc/ipAddresses/{ip_address}/monitoring/ping/16'''&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''Not Found (404)''&lt;br /&gt;
&lt;br /&gt;
='''PUT''' /accounts/'''account'''/dedicatedServers/'''dedicated_server'''/ipAddresses/'''ip_address'''/monitoring/ping/'''id'''=&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This API call is deprecated!&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Update PING check&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; account - ''string''&lt;br /&gt;
; dedicated_server - ''string''&lt;br /&gt;
; ip_address - ''string''&lt;br /&gt;
; id - ''string''&lt;br /&gt;
: Id of the ping check.&lt;br /&gt;
&lt;br /&gt;
== Request==&lt;br /&gt;
=== JSON ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;monitoring&amp;quot;: {&lt;br /&gt;
      &amp;quot;check&amp;quot;: {&lt;br /&gt;
            &amp;quot;enabled&amp;quot;: {enabled}, &lt;br /&gt;
            &amp;quot;enabledAlert&amp;quot;: {enabled_alert}&lt;br /&gt;
         }, &lt;br /&gt;
      &amp;quot;options&amp;quot;: {&lt;br /&gt;
         &amp;quot;count&amp;quot;: {count} &lt;br /&gt;
      }&lt;br /&gt;
   }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====monitoring====&lt;br /&gt;
=====check=====&lt;br /&gt;
; check.enabled - ''boolean''&lt;br /&gt;
: Enable the check&lt;br /&gt;
&lt;br /&gt;
; check.enabledAlert - ''boolean''&lt;br /&gt;
: Enable alerts&lt;br /&gt;
&lt;br /&gt;
=====options=====&lt;br /&gt;
; options.count - ''int''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Result==&lt;br /&gt;
=== JSON ===&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;&lt;br /&gt;
{&lt;br /&gt;
   &amp;quot;monitoring&amp;quot;: {&lt;br /&gt;
      &amp;quot;type&amp;quot;: &amp;quot;{type}&amp;quot;, &lt;br /&gt;
      &amp;quot;options&amp;quot;: {&lt;br /&gt;
         &amp;quot;count&amp;quot;: {count}&lt;br /&gt;
      }, &lt;br /&gt;
      &amp;quot;check&amp;quot;: {&lt;br /&gt;
         &amp;quot;status&amp;quot;: {status}, &lt;br /&gt;
         &amp;quot;lastCheck&amp;quot;: {last_check}, &lt;br /&gt;
         &amp;quot;enabledAlert&amp;quot;: {enabled_alert}, &lt;br /&gt;
         &amp;quot;enabled&amp;quot;: {enabled}, &lt;br /&gt;
         &amp;quot;id&amp;quot;: {id}&lt;br /&gt;
      }&lt;br /&gt;
   }, &lt;br /&gt;
   &amp;quot;links&amp;quot;: [&lt;br /&gt;
      {&lt;br /&gt;
         &amp;quot;href&amp;quot;: &amp;quot;{server_name}/accounts/{account}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/{id}&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;&lt;br /&gt;
      }&lt;br /&gt;
   ]&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====monitoring====&lt;br /&gt;
; type - ''string''&lt;br /&gt;
: ping&lt;br /&gt;
&lt;br /&gt;
; links - ''list''&lt;br /&gt;
: [[Hypermedia]] for this resource.&lt;br /&gt;
&lt;br /&gt;
=====check=====&lt;br /&gt;
; check.id - ''string''&lt;br /&gt;
: Unique identifier for this check.&lt;br /&gt;
&lt;br /&gt;
; check.status&lt;br /&gt;
: Status of the ping check&lt;br /&gt;
&lt;br /&gt;
; check.lastCheck&lt;br /&gt;
: Time of last ping check&lt;br /&gt;
&lt;br /&gt;
; check.enabled - ''boolean''&lt;br /&gt;
: Is the check enabled&lt;br /&gt;
&lt;br /&gt;
; check.enabledAlert - ''boolean''&lt;br /&gt;
: Are alerts enabled&lt;br /&gt;
&lt;br /&gt;
=====options=====&lt;br /&gt;
; options.count - ''int''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Response Codes ==&lt;br /&gt;
; Success&lt;br /&gt;
: ''OK (200)''&lt;br /&gt;
&lt;br /&gt;
; Failure&lt;br /&gt;
: ''Bad Request (400)''&lt;br /&gt;
: ''Unauthorized (401)'' : This server could not verify that you are authorized to access the document you requested.  Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.&lt;br /&gt;
: ''No Permission (403)''&lt;br /&gt;
: ''Not Found (404)'' : The resource requested is not found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''PUT {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/16'''&lt;br /&gt;
&lt;br /&gt;
''Request:''&lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;check&amp;quot;: {&amp;quot;enabled&amp;quot;: true, &amp;quot;enabledAlert&amp;quot;: false}, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 3}}}&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''OK (200)'': &lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;type&amp;quot;: &amp;quot;ping&amp;quot;, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 3}, &amp;quot;check&amp;quot;: {&amp;quot;status&amp;quot;: &amp;quot;ERROR&amp;quot;, &amp;quot;lastCheck&amp;quot;: 1334148166, &amp;quot;enabledAlert&amp;quot;: false, &amp;quot;enabled&amp;quot;: true, &amp;quot;id&amp;quot;: 16}}, &amp;quot;links&amp;quot;: [{&amp;quot;href&amp;quot;: &amp;quot;{server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/16/&amp;quot;, &amp;quot;rel&amp;quot;: &amp;quot;self&amp;quot;}]}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PUT {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/16'''&lt;br /&gt;
&lt;br /&gt;
''Request:''&lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 3}}}&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
: ''Bad Request (400)'':&lt;br /&gt;
 {&amp;quot;badRequest&amp;quot;: {&amp;quot;message&amp;quot;: &amp;quot;POST data error&amp;quot;, &amp;quot;code&amp;quot;: 400, &amp;quot;details&amp;quot;: {&amp;quot;monitoring.check&amp;quot;: &amp;quot;Required&amp;quot;}}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''PUT {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/9999'''&lt;br /&gt;
&lt;br /&gt;
''Request:''&lt;br /&gt;
 {&amp;quot;monitoring&amp;quot;: {&amp;quot;check&amp;quot;: {&amp;quot;enabled&amp;quot;: true, &amp;quot;enabledAlert&amp;quot;: false}, &amp;quot;options&amp;quot;: {&amp;quot;count&amp;quot;: 3}}}&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''Not Found (404)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
='''DELETE''' /accounts/'''account'''/dedicatedServers/'''dedicated_server'''/ipAddresses/'''ip_address'''/monitoring/ping/'''id'''=&lt;br /&gt;
'''&amp;lt;span style=&amp;quot;color:red&amp;quot;&amp;gt;This API call is deprecated!&amp;lt;/span&amp;gt;'''&lt;br /&gt;
&lt;br /&gt;
Delete PING check&lt;br /&gt;
&lt;br /&gt;
== Parameters ==&lt;br /&gt;
; account - ''string''&lt;br /&gt;
; dedicated_server - ''string''&lt;br /&gt;
; ip_address - ''string''&lt;br /&gt;
; id - ''string''&lt;br /&gt;
: Id of the ping check.&lt;br /&gt;
&lt;br /&gt;
== Response Codes ==&lt;br /&gt;
; Success&lt;br /&gt;
: ''No Content (204)''&lt;br /&gt;
&lt;br /&gt;
; Failure&lt;br /&gt;
: ''Unauthorized (401)'' : This server could not verify that you are authorized to access the document you requested.  Either you supplied the wrong credentials (e.g., bad password), or your browser does not understand how to supply the credentials required.&lt;br /&gt;
: ''No Permission (403)''&lt;br /&gt;
: ''Not Found (404)'' : The resource requested is not found.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
'''DELETE {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/16'''&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''No Content (204)''&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''DELETE {server_name}/accounts/{account_number}/dedicatedServers/{dedicated_server}/ipAddresses/{ip_address}/monitoring/ping/9999'''&lt;br /&gt;
&lt;br /&gt;
''Response:''&lt;br /&gt;
:''Not Found (404)''&lt;br /&gt;
&lt;br /&gt;
[[Category:Hostway API]]&lt;br /&gt;
[[Category:Dedicated Server Monitoring API]]&lt;/div&gt;</summary>
		<author><name>Mitko.georgiev</name></author>	</entry>

	</feed>