From 05fbef6eb4f3087f49b5cc4eef1133589c432374 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Fri, 21 Mar 2025 15:08:20 +0100 Subject: [PATCH 1/4] docs(bls): add doc on identifying API managing resources MTA-5817 --- menu/navigation.json | 5 ++ .../how-to/identify-api-managing-volumes.mdx | 55 +++++++++++++++++++ 2 files changed, 60 insertions(+) create mode 100644 pages/block-storage/how-to/identify-api-managing-volumes.mdx diff --git a/menu/navigation.json b/menu/navigation.json index 2305a8174c..75a7accfd0 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -3549,6 +3549,7 @@ "items": [ { "label": "Domains and DNS API Reference", + "slug": "https://www.scaleway.com/en/developers/api/domains-and-dns/" } ], @@ -4614,6 +4615,10 @@ "label": "Create a Block Storage volume from a snapshot", "slug": "create-volume-from-snapshot" }, + { + "label": "identify which API is managing your volumes", + "slug": "identify-api-managing-volumes" + }, { "label": "Detach a volume", "slug": "detach-a-volume" diff --git a/pages/block-storage/how-to/identify-api-managing-volumes.mdx b/pages/block-storage/how-to/identify-api-managing-volumes.mdx new file mode 100644 index 0000000000..2e2ca2ef23 --- /dev/null +++ b/pages/block-storage/how-to/identify-api-managing-volumes.mdx @@ -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 + 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. + + + +- 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/) + + + +## How to identify your volume type** + +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 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. \ No newline at end of file From dd298d6787733edba116d20d330fcbfc59cc6a72 Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Fri, 21 Mar 2025 15:14:47 +0100 Subject: [PATCH 2/4] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Néda <87707325+nerda-codes@users.noreply.github.com> --- menu/navigation.json | 2 +- pages/block-storage/how-to/identify-api-managing-volumes.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/menu/navigation.json b/menu/navigation.json index 75a7accfd0..3f70f9c84f 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -4616,7 +4616,7 @@ "slug": "create-volume-from-snapshot" }, { - "label": "identify which API is managing your volumes", + "label": "Identify which API is managing your volumes", "slug": "identify-api-managing-volumes" }, { diff --git a/pages/block-storage/how-to/identify-api-managing-volumes.mdx b/pages/block-storage/how-to/identify-api-managing-volumes.mdx index 2e2ca2ef23..b968c16f3b 100644 --- a/pages/block-storage/how-to/identify-api-managing-volumes.mdx +++ b/pages/block-storage/how-to/identify-api-managing-volumes.mdx @@ -26,7 +26,7 @@ This page shows you how to identify the API that manages your volumes and snapsh -## How to identify your volume type** +## How to identify your volume type 1. Click **Block Storage** in the **Storage** section of the side menu. A list of your volumes displays. From 59d7b5fd33cff2c047ef2cfa7690309fbdeafe9b Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Mon, 24 Mar 2025 13:52:25 +0100 Subject: [PATCH 3/4] docs(bls): update --- pages/block-storage/how-to/identify-api-managing-volumes.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/block-storage/how-to/identify-api-managing-volumes.mdx b/pages/block-storage/how-to/identify-api-managing-volumes.mdx index b968c16f3b..22ceb17a29 100644 --- a/pages/block-storage/how-to/identify-api-managing-volumes.mdx +++ b/pages/block-storage/how-to/identify-api-managing-volumes.mdx @@ -7,8 +7,8 @@ content: 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 - posted: 2025-01-03 + validation: 2025-03-24 + posted: 2025-03-24 categories: - block-storage --- From 93cd8862695cfbca8b102cdb347aac74e88ab39d Mon Sep 17 00:00:00 2001 From: SamyOubouaziz Date: Mon, 24 Mar 2025 13:59:12 +0100 Subject: [PATCH 4/4] docs(bls): update --- menu/navigation.json | 1 - 1 file changed, 1 deletion(-) diff --git a/menu/navigation.json b/menu/navigation.json index 3f70f9c84f..eb89e8cb1e 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -3549,7 +3549,6 @@ "items": [ { "label": "Domains and DNS API Reference", - "slug": "https://www.scaleway.com/en/developers/api/domains-and-dns/" } ],