client for fluid
This Python package is automatically generated by the Swagger Codegen project:
- API version: v0.1
- Package version: 0.1
- Build package: io.swagger.codegen.languages.PythonClientCodegen
Python 2.7 and 3.4+
If the python package is hosted on Github, you can install directly from Github
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import Fluid
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import Fluid
Please follow the installation procedure and then run the following:
from __future__ import print_function
import time
import Fluid
from Fluid.rest import ApiException
from pprint import pprint
All URIs are relative to https://localhost
Class | Method | HTTP request | Description |
---|
- APIGatewayStatus
- AlluxioCompTemplateSpec
- AlluxioFuseSpec
- AlluxioRuntime
- AlluxioRuntimeList
- AlluxioRuntimeSpec
- BackupLocation
- CacheableNodeAffinity
- Condition
- Data
- DataBackup
- DataBackupList
- DataBackupSpec
- DataBackupStatus
- DataLoad
- DataLoadList
- DataLoadSpec
- DataLoadStatus
- DataRestoreLocation
- Dataset
- DatasetCondition
- DatasetList
- DatasetSpec
- DatasetStatus
- EncryptOption
- EncryptOptionSource
- HCFSStatus
- InitUsersSpec
- JindoCompTemplateSpec
- JindoFuseSpec
- JindoRuntime
- JindoRuntimeList
- JindoRuntimeSpec
- Level
- Mount
- Runtime
- RuntimeCondition
- RuntimeStatus
- SecretKeySelector
- TargetDataset
- TargetPath
- Tieredstore
- User
- VersionSpec
All endpoints do not require authorization.