Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/DM/REST-API/REST_API_KBs/CLI_and_REST_API_outpus_show_different_integers
      Default for "all" integers, including hex unsigned integers is to put the value as "decimal" integer in the returned REST API response. If a given table record's property value is in hex, in case here...Default for "all" integers, including hex unsigned integers is to put the value as "decimal" integer in the returned REST API response. If a given table record's property value is in hex, in case here with initiator fcid, then by default the REST API response for the fcid will be in "decimal" However, the "normal" REST API "does" convert the hexuint to the "string" hence what the endpoint returns in response "is" hex encoded integer for the fcid.