client.storage_hosts.get
A method of the Storage Hosts endpoint.
- get(id: int) Response
Get a storage host
API URL:
GET /storage_hosts/{id}import civis client = civis.APIClient() response = client.storage_hosts.get(...)
- Parameters:
- idint
The ID of the storage host.
- Returns:
civis.Response- idint
The ID of the storage host.
- owner
civis.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.
- owner
- namestr
The human readable name for the storage host.
- providerstr
The storage provider.One of: s3.
- bucketstr
The bucket for this storage host.
- s3_options
civis.Response - regionstr
The region for this storage host (ex. “us-east-1”)
- s3_options