Skip to content

Instantly share code, notes, and snippets.

@Kami
Created September 5, 2012 05:16
Show Gist options
  • Select an option

  • Save Kami/3630939 to your computer and use it in GitHub Desktop.

Select an option

Save Kami/3630939 to your computer and use it in GitHub Desktop.
<?xml version='1.0' encoding='utf-8'?>
<chapter version="5.0" xml:id="Service API Operations" xmlns="http://docbook.org/ns/docbook" xmlns:svg="http://www.w3.org/2000/svg" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Service API Operations</title>
<section xml:id="account">
<title>Account</title>
<section xml:id="summary">
<title>Summary</title>
<para>An account contains attributes describing a customer's account. This description contains mostly read only data; however, a few properties can be modified with the API.&#xA;&#xA;</para>
</section>
<section xml:id="get-account">
<title>Get Account</title>
<para>This endpoint returns information about your account.&#xA;&#xA;</para>
<informaltable rules="all">
<thead xmlns="http://docbook.org/ns/docbook">
<tr>
<td>Verb</td>
<td>URI</td>
<td>Description</td>
</tr>
</thead>
<tbody>
<tr>
<td>GET</td>
<td>/account</td>
<td>Returns account information</td>
</tr>
</tbody>
</informaltable>
<para>There are no parameters for this call.&#xA;&#xA;</para>
<para>Normal Response Code: 200&#xA;&#xA;</para>
<para>Error Response Codes: 401, 403, 500, 503&#xA;&#xA;</para>
</section>
<section xml:id="update-account">
<title>Update Account</title>
</section>
<section xml:id="get-limits">
<title>Get Limits</title>
<para>This endpoint returns resource and rate limits that apply to your account.&#xA;&#xA;</para>
</section>
<section xml:id="list-audits">
<title>List Audits</title>
<para>Rackspace Cloud Monitoring records every write operation in an audit. See Audits for more information on how audits are recorded.&#xA;&#xA;</para>
<para>Audits are accessible as a Time Series Collection. By default the API queries the last 7 days of audit information.&#xA;</para>
</section>
</section>
</chapter>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment