NetAppDocs / NetAppDocs/ontap-restapi
Clarify volume UUID semantics for /storage/volumes/{uuid}
@netapp-aoife is already working on this.
Since Jul 16, 2026.
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Page URL
https://docs.netapp.com/us-en/ontap-restapi/get-storage-volumes-.html
Page title
Retrieve a volume
Summary
Problem
A customer reported confusion around the volume REST docs because the page path uses {uuid}, but the value that works for /api/storage/volumes/{uuid} is the volume instance-uuid from CLI/ONTAPI, not the CLI uuid field. This led to 404s when the wrong identifier was used.
Affected webpage(s)
These are the published pages that need the clarification:
- https://docs.netapp.com/us-en/ontap-restapi/get-storage-volumes-.html
- https://docs.netapp.com/us-en/ontap-restapi/get-storage-volumes.html
- https://docs.netapp.com/us-en/ontap-restapi/storage_volumes_endpoint_overview.html
Source files to update
These pages are generated from the following source .adoc files in the repo, so the wording change should be made there:
get-storage-volumes-.adocget-storage-volumes.adocstorage_volumes_endpoint_overview.adoc
Requested documentation changes
- In
get-storage-volumes-.adoc, clarify the{uuid}path parameter means the volumeinstance-uuidfrom CLI/ONTAPI. - In
get-storage-volumes-.adoc, clarify the returneduuidfield is the identifier used in/storage/volumes/{uuid}and corresponds to CLI/ONTAPIinstance-uuid. - In
get-storage-volumes.adoc, change the query filter description fromFilter by uuidtoFilter by volume instance-uuid (CLI/ONTAPI). - In
storage_volumes_endpoint_overview.adoc, add a short note that the{uuid}in the endpoint refers to the volumeinstance-uuid.
Requested documentation wording changes
-
get-storage-volumes-.adoc- Path parameter
uuid:Unique identifier of the volume.- change to:
Unique identifier of the volume. This is the volume instance-uuid exposed in the CLI and ONTAPI.
- Path parameter
-
get-storage-volumes.adoc- Query filter
uuid:Filter by uuid- change to:
Filter by volume instance-uuid (CLI/ONTAPI)
- Query filter
-
get-storage-volumes.adoc- Volume field
uuid:Unique identifier for the volume. This corresponds to the instance-uuid that is exposed in the CLI and ONTAPI. It does not change due to a volume move.- change to:
Unique identifier for the volume. This corresponds to the instance-uuid that is exposed in the CLI and ONTAPI. It does not change due to a volume move. Use this value for /storage/volumes/{uuid} lookups.
- Volume field
-
storage_volumes_endpoint_overview.adoc- Add a note near the Volume APIs list:
For /api/storage/volumes/{uuid}, uuid means the volume instance-uuid exposed in the CLI and ONTAPI.
- Add a note near the Volume APIs list:
Why this matters
The current wording is easy to misread because the docs use {uuid} in the path while CLI output also shows a separate uuid field. The mismatch makes it easy to call the endpoint with the wrong identifier and get a 404.
Public issues must not contain sensitive information
- This issue contains no sensitive information.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.