Created
September 5, 2012 05:16
-
-
Save Kami/3630939 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?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.

</para> | |
| </section> | |
| <section xml:id="get-account"> | |
| <title>Get Account</title> | |
| <para>This endpoint returns information about your account.

</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.

</para> | |
| <para>Normal Response Code: 200

</para> | |
| <para>Error Response Codes: 401, 403, 500, 503

</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.

</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.

</para> | |
| <para>Audits are accessible as a Time Series Collection. By default the API queries the last 7 days of audit information.
</para> | |
| </section> | |
| </section> | |
| </chapter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment