Skip to main content

We've Moved!

Product Documentation has moved to docs.hitachivantara.com
Hitachi Vantara Knowledge

Large numbers

Some object models contain unsigned 64 bit numbers, which can cause problems with some clients being able to interpret them.

It is possible to configure the REST API server to return large, unsigned 64 bit numbers within quotes - the default is to not quote large numbers.

NoteChanging this setting applies to all API versions and will affect all clients that access the API - some clients can handle both cases, but some won't be able to, so making this change may stop some clients being able to work with some API calls.

To enable large number quoting, use the following HNAS CLI command:

G800-443037-1:$ set rest-api-quote-large-numbers true

To restore the default setting, use the following command:

G800-443037-1:$ unset rest-api-quote-large-numbers

 

  • Was this article helpful?