get-bucket-list
    • PDF

    get-bucket-list

    • PDF

    Article summary

    It views the bucket list to be used for importing/exporting Data Box Frame.

    • In order to use the API, you must subscribe to Object Storage and then create a bucket.
    • It may require Object Storage permission when using a Sub Account.
    GET https://{endpoint}/bucket/get-bucket-list
    

    Responses

    HTTP status codeDescription
    200Success
    400Request information error
    401Authentication failed
    403No permission to request information
    404Resource not found
    500Server error

    Examples

    Request examples

    https://databoxframe.apigw.ntruss.com/api/v1/bucket/get-bucket-list
    

    Response examples

    {
      "totalCount": 4,
      "content": [
        {
          "disabled": false,
          "bucketName": "bucket1"
        },
        {
          "disabled": false,
          "bucketName": "bucket2"
        },
        {
          "disabled": false,
          "bucketName": "bucket3"
        },
        {
          "disabled": false,
          "bucketName": "bucket4"
        }
      ]
    }
    

    Properties

    ItemsRequirement statusTypeRestrictionsDescription
    totalCountYesIntegerTotal number of buckets
    disabledYesBooleanAvailability (available: false, unavailable: true)
    bucketNameYesStringBucket name

    Errors

    HTTP Status CodeReturn codeDescription
    200-Successful normal request
    40010001,
    130***
    Request information and parameter error
    40310002No permission to request information
    40410009Resource not found
    500130000Service internal error
    500139999Integration service API call error

    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.