get-nas-list
    • PDF

    get-nas-list

    • PDF

    Article summary

    The imported files to Cloud Data Box views the saved NAS list.

    GET https://{endpoint}/storage/get-nas-list
    

    Requests

    Request parameters

    Parameter nameRequirement statusTypeRestrictionsDescription
    dataBoxNoYesIntegerData Box number

    Responses

    HTTP status codeDescription
    200Succeeded
    400Request information error
    401Authentication failed
    403No permission for request information
    404Resource does not exist
    500Server error

    Examples

    Request examples

    GET https://databox.apigw.ntruss.com/api/v1/import/get-source-nas-list?dataBoxNo=1
    

    Response examples

    {
      "totalCount": 1,
      "content": [
        {
          "nasInstanceNo": "3217297",
          "nasName": "nasw1"
        }
      ]
    }
    

    Property

    ItemRequirement statusTypeRestrictionsDescription
    totalCountYesIntegerTotal number of NAS
    nasInstanceNoYesIntegerNAS instance number
    nasNameYesStringNAS name

    Was this article helpful?

    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.