-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from stackql/feature/doc-updates
digitalocean update
- Loading branch information
Showing
228 changed files
with
11,309 additions
and
3,469 deletions.
There are no files selected for viewing
This file contains 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
45 changes: 0 additions & 45 deletions
45
docs/digitalocean-docs/providers/digitalocean/account/account/index.md
This file was deleted.
Oops, something went wrong.
50 changes: 50 additions & 0 deletions
50
docs/digitalocean-docs/providers/digitalocean/account/accounts/index.md
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
--- | ||
title: accounts | ||
hide_title: false | ||
hide_table_of_contents: false | ||
keywords: | ||
- accounts | ||
- account | ||
- digitalocean | ||
- infrastructure-as-code | ||
- configuration-as-data | ||
- cloud inventory | ||
description: Query, deploy and manage digitalocean resources using SQL | ||
custom_edit_url: null | ||
image: /img/providers/digitalocean/stackql-digitalocean-provider-featured-image.png | ||
--- | ||
|
||
import CopyableCode from '@site/src/components/CopyableCode/CopyableCode'; | ||
import Tabs from '@theme/Tabs'; | ||
import TabItem from '@theme/TabItem'; | ||
|
||
Creates, updates, deletes, gets or lists a <code>accounts</code> resource. | ||
|
||
## Overview | ||
<table><tbody> | ||
<tr><td><b>Name</b></td><td><code>accounts</code></td></tr> | ||
<tr><td><b>Type</b></td><td>Resource</td></tr> | ||
<tr><td><b>Id</b></td><td><CopyableCode code="digitalocean.account.accounts" /></td></tr> | ||
</tbody></table> | ||
|
||
## Fields | ||
| Name | Datatype | Description | | ||
|:-----|:---------|:------------| | ||
| <CopyableCode code="column_anon" /> | `` | | | ||
|
||
## Methods | ||
| Name | Accessible by | Required Params | Description | | ||
|:-----|:--------------|:----------------|:------------| | ||
| <CopyableCode code="account_get" /> | `SELECT` | <CopyableCode code="" /> | To show information about the current user account, send a GET request to `/v2/account`. | | ||
|
||
## `SELECT` examples | ||
|
||
To show information about the current user account, send a GET request to `/v2/account`. | ||
|
||
|
||
```sql | ||
SELECT | ||
column_anon | ||
FROM digitalocean.account.accounts | ||
; | ||
``` |
This file contains 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
This file contains 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
Oops, something went wrong.