Skip to main content

Attached Volumes

GET/api/v1/nodes/{node_id}/attached-volumes/

Path parameters

  • node_idPathstringrequired

    Path parameter node_id.

Query parameters

  • project_idQuerystringoptional

    Identifier of the project to scope the request to. Optional; if omitted, the account's default project is used.

    • optional
    • if omitted, the request is applied to the default project
    example{{project_id}}
  • apikeyQuerystringoptional

    API key used for authenticating the request

    • required
    • non-empty string
    example{{api_key}}
  • locationQuerystringoptional

    Specifies the location filter for attached volumes.

    • Must be a non-empty string
    • Should be a valid location identifier (e.g., region or datacenter code)
    example{{location}}

Responses

200Successful response
object
codeinteger

HTTP status code of the attached volumes response

example200
  • integer representing a valid HTTP status code (100-599)
  • 200 indicates a successful operation
dataarray
errorsobject
messagestring

Status message indicating the result of the request

exampleSuccess
  • Must be a non-empty string
  • Maximum length 255 characters