client.storage_hosts.list

A method of the Storage Hosts endpoint.

list() ListResponse

List the storage hosts

API URL: GET /storage_hosts

import civis
client = civis.APIClient()
response = client.storage_hosts.list(...)
Returns:
civis.ListResponse
  • idint

    The ID of the storage host.

  • ownercivis.Response
    • idint

      The ID of this user.

    • namestr

      This user’s name.

    • usernamestr

      This user’s username.

    • initialsstr

      This user’s initials.

    • onlinebool

      Whether this user is online.

  • namestr

    The human readable name for the storage host.

  • providerstr

    The storage provider.One of: s3.

  • bucketstr

    The bucket for this storage host.

  • s3_optionscivis.Response
    • regionstr

      The region for this storage host (ex. “us-east-1”)