ApiResponse<Void> |
AuthApi.addGroupMembershipWithHttpInfo(String groupId,
String userId) |
add group membership
|
ApiResponse<Void> |
AuthApi.attachPolicyToGroupWithHttpInfo(String groupId,
String policyId) |
attach policy to group
|
ApiResponse<Void> |
AuthApi.attachPolicyToUserWithHttpInfo(String userId,
String policyId) |
attach policy to user
|
ApiResponse<Commit> |
BranchesApi.cherryPickWithHttpInfo(String repository,
String branch,
CherryPickCreation cherryPickCreation) |
Replay the changes from the given commit on the branch
|
ApiResponse<Commit> |
CommitsApi.commitWithHttpInfo(String repository,
String branch,
CommitCreation commitCreation,
String sourceMetarange) |
create commit
|
ApiResponse<ObjectStats> |
ObjectsApi.copyObjectWithHttpInfo(String repository,
String branch,
String destPath,
ObjectCopyCreation objectCopyCreation) |
create a copy of an object
|
ApiResponse<Void> |
RepositoriesApi.createBranchProtectionRulePreflightWithHttpInfo(String repository) |
|
ApiResponse<Void> |
RepositoriesApi.createBranchProtectionRuleWithHttpInfo(String repository,
BranchProtectionRule branchProtectionRule) |
|
ApiResponse<String> |
BranchesApi.createBranchWithHttpInfo(String repository,
BranchCreation branchCreation) |
create branch
|
ApiResponse<CredentialsWithSecret> |
AuthApi.createCredentialsWithHttpInfo(String userId) |
create credentials
|
ApiResponse<Group> |
AuthApi.createGroupWithHttpInfo(GroupCreation groupCreation) |
create group
|
ApiResponse<MetaRangeCreationResponse> |
ImportApi.createMetaRangeWithHttpInfo(String repository,
MetaRangeCreation metaRangeCreation) |
create a lakeFS metarange file from the given ranges
|
ApiResponse<Policy> |
AuthApi.createPolicyWithHttpInfo(Policy policy) |
create policy
|
ApiResponse<Repository> |
RepositoriesApi.createRepositoryWithHttpInfo(RepositoryCreation repositoryCreation,
Boolean bare) |
create repository
|
ApiResponse<StorageURI> |
MetadataApi.createSymlinkFileWithHttpInfo(String repository,
String branch,
String location) |
creates symlink files corresponding to the given directory
|
ApiResponse<Ref> |
TagsApi.createTagWithHttpInfo(String repository,
TagCreation tagCreation) |
create tag
|
ApiResponse<User> |
AuthApi.createUserWithHttpInfo(UserCreation userCreation) |
create user
|
ApiResponse<Void> |
RepositoriesApi.deleteBranchProtectionRuleWithHttpInfo(String repository,
InlineObject1 inlineObject1) |
|
ApiResponse<Void> |
BranchesApi.deleteBranchWithHttpInfo(String repository,
String branch) |
delete branch
|
ApiResponse<Void> |
AuthApi.deleteCredentialsWithHttpInfo(String userId,
String accessKeyId) |
delete credentials
|
ApiResponse<Void> |
RetentionApi.deleteGarbageCollectionRulesWithHttpInfo(String repository) |
|
ApiResponse<Void> |
AuthApi.deleteGroupMembershipWithHttpInfo(String groupId,
String userId) |
delete group membership
|
ApiResponse<Void> |
AuthApi.deleteGroupWithHttpInfo(String groupId) |
delete group
|
ApiResponse<ObjectErrorList> |
ObjectsApi.deleteObjectsWithHttpInfo(String repository,
String branch,
PathList pathList) |
delete objects.
|
ApiResponse<Void> |
ObjectsApi.deleteObjectWithHttpInfo(String repository,
String branch,
String path) |
delete object.
|
ApiResponse<Void> |
AuthApi.deletePolicyWithHttpInfo(String policyId) |
delete policy
|
ApiResponse<Void> |
RepositoriesApi.deleteRepositoryWithHttpInfo(String repository) |
delete repository
|
ApiResponse<Void> |
TagsApi.deleteTagWithHttpInfo(String repository,
String tag) |
delete tag
|
ApiResponse<Void> |
AuthApi.deleteUserWithHttpInfo(String userId) |
delete user
|
ApiResponse<Void> |
AuthApi.detachPolicyFromGroupWithHttpInfo(String groupId,
String policyId) |
detach policy from group
|
ApiResponse<Void> |
AuthApi.detachPolicyFromUserWithHttpInfo(String userId,
String policyId) |
detach policy from user
|
ApiResponse<DiffList> |
BranchesApi.diffBranchWithHttpInfo(String repository,
String branch,
String after,
Integer amount,
String prefix,
String delimiter) |
diff branch
|
ApiResponse<DiffList> |
RefsApi.diffRefsWithHttpInfo(String repository,
String leftRef,
String rightRef,
String after,
Integer amount,
String prefix,
String delimiter,
String type) |
diff references
|
ApiResponse<RefsDump> |
RefsApi.dumpRefsWithHttpInfo(String repository) |
Dump repository refs (tags, commits, branches) to object store
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call) |
|
<T> ApiResponse<T> |
ApiClient.execute(okhttp3.Call call,
Type returnType) |
Execute HTTP call and deserialize the HTTP response body into the given return type.
|
ApiResponse<Object> |
TemplatesApi.expandTemplateWithHttpInfo(String templateLocation,
Map<String,String> params) |
fetch and expand template
|
ApiResponse<FindMergeBaseResult> |
RefsApi.findMergeBaseWithHttpInfo(String repository,
String sourceRef,
String destinationBranch) |
find the merge base for 2 references
|
ApiResponse<Void> |
AuthApi.forgotPasswordWithHttpInfo(ForgotPasswordRequest forgotPasswordRequest) |
forgot password request initiates the password reset process
|
ApiResponse<AuthCapabilities> |
AuthApi.getAuthCapabilitiesWithHttpInfo() |
list authentication capabilities supported
|
ApiResponse<List<BranchProtectionRule>> |
RepositoriesApi.getBranchProtectionRulesWithHttpInfo(String repository) |
get branch protection rules
|
ApiResponse<Ref> |
BranchesApi.getBranchWithHttpInfo(String repository,
String branch) |
get branch
|
ApiResponse<Commit> |
CommitsApi.getCommitWithHttpInfo(String repository,
String commitId) |
get commit
|
ApiResponse<Credentials> |
AuthApi.getCredentialsWithHttpInfo(String userId,
String accessKeyId) |
get credentials
|
ApiResponse<CurrentUser> |
AuthApi.getCurrentUserWithHttpInfo() |
get current user
|
ApiResponse<GarbageCollectionConfig> |
ConfigApi.getGarbageCollectionConfigWithHttpInfo() |
get information of gc settings
|
ApiResponse<GarbageCollectionRules> |
RetentionApi.getGarbageCollectionRulesWithHttpInfo(String repository) |
|
ApiResponse<ACL> |
AuthApi.getGroupACLWithHttpInfo(String groupId) |
get ACL of group
|
ApiResponse<Group> |
AuthApi.getGroupWithHttpInfo(String groupId) |
get group
|
ApiResponse<VersionConfig> |
ConfigApi.getLakeFSVersionWithHttpInfo() |
get version of lakeFS server
|
ApiResponse<StorageURI> |
MetadataApi.getMetaRangeWithHttpInfo(String repository,
String metaRange) |
return URI to a meta-range file
|
ApiResponse<File> |
ObjectsApi.getObjectWithHttpInfo(String repository,
String ref,
String path,
String range,
Boolean presign) |
get object content
|
ApiResponse<OTFDiffs> |
ExperimentalApi.getOtfDiffsWithHttpInfo() |
get the available Open Table Format diffs
|
ApiResponse<OTFDiffs> |
OtfDiffApi.getOtfDiffsWithHttpInfo() |
get the available Open Table Format diffs
|
ApiResponse<StagingLocation> |
StagingApi.getPhysicalAddressWithHttpInfo(String repository,
String branch,
String path,
Boolean presign) |
get a physical address and a return token to write object to underlying storage
|
ApiResponse<Policy> |
AuthApi.getPolicyWithHttpInfo(String policyId) |
get policy
|
ApiResponse<StorageURI> |
MetadataApi.getRangeWithHttpInfo(String repository,
String range) |
return URI to a range file
|
ApiResponse<Map<String,String>> |
RepositoriesApi.getRepositoryMetadataWithHttpInfo(String repository) |
get repository metadata
|
ApiResponse<Repository> |
RepositoriesApi.getRepositoryWithHttpInfo(String repository) |
get repository
|
ApiResponse<File> |
ActionsApi.getRunHookOutputWithHttpInfo(String repository,
String runId,
String hookRunId) |
get run hook output
|
ApiResponse<ActionRun> |
ActionsApi.getRunWithHttpInfo(String repository,
String runId) |
get a run
|
ApiResponse<SetupState> |
ConfigApi.getSetupStateWithHttpInfo() |
check if the lakeFS installation is already set up
|
ApiResponse<StorageConfig> |
ConfigApi.getStorageConfigWithHttpInfo() |
retrieve lakeFS storage configuration
|
ApiResponse<Ref> |
TagsApi.getTagWithHttpInfo(String repository,
String tag) |
get tag
|
ApiResponse<UnderlyingObjectProperties> |
ObjectsApi.getUnderlyingPropertiesWithHttpInfo(String repository,
String ref,
String path) |
get object properties on underlying storage
|
ApiResponse<User> |
AuthApi.getUserWithHttpInfo(String userId) |
get user
|
ApiResponse<Void> |
ObjectsApi.headObjectWithHttpInfo(String repository,
String ref,
String path,
String range) |
check if object exists
|
ApiResponse<Void> |
HealthCheckApi.healthCheckWithHttpInfo() |
check that the API server is up and running
|
ApiResponse<Void> |
ImportApi.importCancelWithHttpInfo(String repository,
String branch,
String id) |
cancel ongoing import
|
ApiResponse<ImportCreationResponse> |
ImportApi.importStartWithHttpInfo(String repository,
String branch,
ImportCreation importCreation) |
import data from object store
|
ApiResponse<ImportStatusResp> |
ImportApi.importStatusWithHttpInfo(String repository,
String branch,
String id) |
get import status
|
ApiResponse<IngestRangeCreationResponse> |
ImportApi.ingestRangeWithHttpInfo(String repository,
StageRangeCreation stageRangeCreation) |
create a lakeFS range file from the source uri
|
ApiResponse<ObjectStats> |
StagingApi.linkPhysicalAddressWithHttpInfo(String repository,
String branch,
String path,
StagingMetadata stagingMetadata) |
associate staging on this physical address with a path
If the supplied token matches the current staging token, associate the object as the physical address with the supplied path.
|
ApiResponse<RefList> |
BranchesApi.listBranchesWithHttpInfo(String repository,
String prefix,
String after,
Integer amount) |
list branches
|
ApiResponse<UserList> |
AuthApi.listGroupMembersWithHttpInfo(String groupId,
String prefix,
String after,
Integer amount) |
list group members
|
ApiResponse<PolicyList> |
AuthApi.listGroupPoliciesWithHttpInfo(String groupId,
String prefix,
String after,
Integer amount) |
list group policies
|
ApiResponse<GroupList> |
AuthApi.listGroupsWithHttpInfo(String prefix,
String after,
Integer amount) |
list groups
|
ApiResponse<ObjectStatsList> |
ObjectsApi.listObjectsWithHttpInfo(String repository,
String ref,
Boolean userMetadata,
Boolean presign,
String after,
Integer amount,
String delimiter,
String prefix) |
list objects under a given prefix
|
ApiResponse<PolicyList> |
AuthApi.listPoliciesWithHttpInfo(String prefix,
String after,
Integer amount) |
list policies
|
ApiResponse<RepositoryList> |
RepositoriesApi.listRepositoriesWithHttpInfo(String prefix,
String after,
Integer amount) |
list repositories
|
ApiResponse<ActionRunList> |
ActionsApi.listRepositoryRunsWithHttpInfo(String repository,
String after,
Integer amount,
String branch,
String commit) |
list runs
|
ApiResponse<HookRunList> |
ActionsApi.listRunHooksWithHttpInfo(String repository,
String runId,
String after,
Integer amount) |
list run hooks
|
ApiResponse<RefList> |
TagsApi.listTagsWithHttpInfo(String repository,
String prefix,
String after,
Integer amount) |
list tags
|
ApiResponse<CredentialsList> |
AuthApi.listUserCredentialsWithHttpInfo(String userId,
String prefix,
String after,
Integer amount) |
list user credentials
|
ApiResponse<GroupList> |
AuthApi.listUserGroupsWithHttpInfo(String userId,
String prefix,
String after,
Integer amount) |
list user groups
|
ApiResponse<PolicyList> |
AuthApi.listUserPoliciesWithHttpInfo(String userId,
String prefix,
String after,
Integer amount,
Boolean effective) |
list user policies
|
ApiResponse<UserList> |
AuthApi.listUsersWithHttpInfo(String prefix,
String after,
Integer amount) |
list users
|
ApiResponse<CommitList> |
CommitsApi.logBranchCommitsWithHttpInfo(String repository,
String branch,
String after,
Integer amount) |
Deprecated.
|
ApiResponse<CommitList> |
RefsApi.logCommitsWithHttpInfo(String repository,
String ref,
String after,
Integer amount,
List<String> objects,
List<String> prefixes,
Boolean limit,
Boolean firstParent) |
get commit log from ref.
|
ApiResponse<AuthenticationToken> |
AuthApi.loginWithHttpInfo(LoginInformation loginInformation) |
perform a login
|
ApiResponse<MergeResult> |
RefsApi.mergeIntoBranchWithHttpInfo(String repository,
String sourceRef,
String destinationBranch,
Merge merge) |
merge references
|
ApiResponse<OtfDiffList> |
ExperimentalApi.otfDiffWithHttpInfo(String repository,
String leftRef,
String rightRef,
String tablePath,
String type) |
perform otf diff
|
ApiResponse<OtfDiffList> |
OtfDiffApi.otfDiffWithHttpInfo(String repository,
String leftRef,
String rightRef,
String tablePath,
String type) |
perform otf diff
|
ApiResponse<Void> |
StatisticsApi.postStatsEventsWithHttpInfo(StatsEventsList statsEventsList) |
post stats events, this endpoint is meant for internal use only
|
ApiResponse<GarbageCollectionPrepareResponse> |
RetentionApi.prepareGarbageCollectionCommitsWithHttpInfo(String repository,
GarbageCollectionPrepareRequest garbageCollectionPrepareRequest) |
save lists of active and expired commits for garbage collection
|
ApiResponse<PrepareGCUncommittedResponse> |
RetentionApi.prepareGarbageCollectionUncommittedWithHttpInfo(String repository,
PrepareGCUncommittedRequest prepareGCUncommittedRequest) |
save repository uncommitted metadata for garbage collection
|
ApiResponse<Void> |
BranchesApi.resetBranchWithHttpInfo(String repository,
String branch,
ResetCreation resetCreation) |
reset branch
|
ApiResponse<Void> |
RefsApi.restoreRefsWithHttpInfo(String repository,
RefsDump refsDump) |
Restore repository refs (tags, commits, branches) from object store
|
ApiResponse<Void> |
BranchesApi.revertBranchWithHttpInfo(String repository,
String branch,
RevertCreation revertCreation) |
revert
|
ApiResponse<Void> |
RetentionApi.setGarbageCollectionRulesPreflightWithHttpInfo(String repository) |
|
ApiResponse<Void> |
RetentionApi.setGarbageCollectionRulesWithHttpInfo(String repository,
GarbageCollectionRules garbageCollectionRules) |
|
ApiResponse<Void> |
AuthApi.setGroupACLWithHttpInfo(String groupId,
ACL ACL) |
set ACL of group
|
ApiResponse<Void> |
ConfigApi.setupCommPrefsWithHttpInfo(CommPrefsInput commPrefsInput) |
setup communications preferences
|
ApiResponse<CredentialsWithSecret> |
ConfigApi.setupWithHttpInfo(Setup setup) |
setup lakeFS and create a first user
|
ApiResponse<ObjectStats> |
ObjectsApi.stageObjectWithHttpInfo(String repository,
String branch,
String path,
ObjectStageCreation objectStageCreation) |
stage an object's metadata for the given branch
|
ApiResponse<ObjectStats> |
ObjectsApi.statObjectWithHttpInfo(String repository,
String ref,
String path,
Boolean userMetadata,
Boolean presign) |
get object metadata
|
ApiResponse<Void> |
StagingApi.updateBranchTokenWithHttpInfo(String repository,
String branch,
UpdateToken updateToken) |
modify branch staging token
|
ApiResponse<Void> |
AuthApi.updatePasswordWithHttpInfo(UpdatePasswordByToken updatePasswordByToken) |
Update user password by reset_password token
|
ApiResponse<Policy> |
AuthApi.updatePolicyWithHttpInfo(String policyId,
Policy policy) |
update policy
|
ApiResponse<Void> |
ObjectsApi.uploadObjectPreflightWithHttpInfo(String repository,
String branch,
String path) |
|
ApiResponse<ObjectStats> |
ObjectsApi.uploadObjectWithHttpInfo(String repository,
String branch,
String path,
String storageClass,
String ifNoneMatch,
File content) |
|