-
Notifications
You must be signed in to change notification settings - Fork 260
docs(bls): add doc on identifying API managing resources MTA-5817 #4675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
55 changes: 55 additions & 0 deletions
55
pages/block-storage/how-to/identify-api-managing-volumes.mdx
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,55 @@ | ||
| --- | ||
| meta: | ||
| title: How to identify which API is managing your volumes | ||
| description: Learn how to identify which API is managing your volumes and snapshots using the Scaleway console. | ||
| content: | ||
| h1: How to identify your volume and snapshot type | ||
| paragraph: Learn how to identify which API is managing your volumes and snapshots using the Scaleway console. | ||
| tags: identify-volume-type identify-snapshot bssd sbs volume snapshot api | ||
| dates: | ||
| validation: 2025-01-03 | ||
SamyOubouaziz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| posted: 2025-01-03 | ||
| categories: | ||
| - block-storage | ||
| --- | ||
|
|
||
| You can manage Block Storage resources using either the [Block Storage API](https://www.scaleway.com/en/developers/api/block/), or the [Instances API](https://www.scaleway.com/en/developers/api/instance/). | ||
|
|
||
| This page shows you how to identify the API that manages your volumes and snapshots using the Scaleway console. Refer to our [dedicated documentation](/block-storage/api-cli/identifying-volume-snapshot-api/) to learn how to identify the API managing your volumes and snapshots using the API and CLI. | ||
|
|
||
| <Macro id="requirements" /> | ||
|
|
||
| - A Scaleway account logged into the [console](https://console.scaleway.com) | ||
| - [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization | ||
| - Created [Block Storage volumes](/block-storage/block/how-to/create-a-volume/) | ||
| - Created [snapshots](/block-storage/block/how-to/create-a-snapshot/) | ||
|
|
||
| <Macro id="block-storage-migration" /> | ||
|
|
||
| ## How to identify your volume type** | ||
SamyOubouaziz marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| 1. Click **Block Storage** in the **Storage** section of the side menu. A list of your volumes displays. | ||
|
|
||
| 2. Leave the **Block Storage API** filter in the drop-down, or select **Instance API** to display either your volumes managed by the Block Storage API, or the Instance API. | ||
|
|
||
| 3. Click the **Volume type** drop-down and select the volume type(s) to filter for. | ||
|
|
||
| 4. Click **Apply filters**. The volumes you have filtered for display. | ||
|
|
||
| 5. Optionally, click a specific volume to display its information page, and verify the volume type next to the **Type** field. | ||
|
|
||
| 6. Click **Clear filters** once you are done. | ||
|
|
||
| ## How to identify your snapshot type | ||
|
|
||
| 1. Click **Block Storage** in the **Storage** section of the side menu. | ||
|
|
||
| 2. Click the **Snapshots** tab. A list of your snapshots displays. | ||
|
|
||
| 3. Leave the **Block Storage API** filter in the drop-down or select **Instance API** to display either your snapshots managed by the Block Storage API, or the Instances API. | ||
|
|
||
| 4. Click the **Snapshot type** drop-down and select the snapshot type(s) to filter for. | ||
|
|
||
| 5. Optionally, click the <Icon name="more" /> icon next to a specific snapshot to display its information page, and verify the type next to the **Type** field. | ||
|
|
||
| 6. Click **Clear filters** once you are done. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.