Skip to main content

JFrog Platform API (Unofficial)

Project description

jfrog-client

Unofficial combined REST API spec for the JFrog Platform. This is not an official JFrog specification and may be incomplete or inaccurate.

This Python package is automatically generated by the OpenAPI Generator project:

Requirements.

Python 3.9+

Installation & Usage

pip install

If the python package is hosted on a repository, you can install directly using:

pip install git+https://github.com/ruizink/py-jfrog-client.git

(you may need to run pip with root permission: sudo pip install git+https://github.com/ruizink/py-jfrog-client.git)

Then import the package:

import jfrog_client

Setuptools

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 jfrog_client

Tests

Execute pytest to run the tests.

Getting Started

Please follow the installation procedure and then run the following:

import jfrog_client
from jfrog_client.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://myserver.jfrog.io
# See configuration.py for a list of all supported configuration parameters.
configuration = jfrog_client.Configuration(
    host = "https://myserver.jfrog.io"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure Bearer authorization: BearerAuth
configuration = jfrog_client.Configuration(
    access_token = os.environ["BEARER_TOKEN"]
)


# Enter a context with an instance of the API client
with jfrog_client.ApiClient(configuration) as api_client:
    # Create an instance of the API class
    api_instance = jfrog_client.APIKeysApi(api_client)

    try:
        # Create API Key
        api_response = api_instance.create_api_key()
        print("The response of APIKeysApi->create_api_key:\n")
        pprint(api_response)
    except ApiException as e:
        print("Exception when calling APIKeysApi->create_api_key: %s\n" % e)

Documentation for API Endpoints

All URIs are relative to https://myserver.jfrog.io

Class Method HTTP request Description
APIKeysApi create_api_key POST /artifactory/api/security/apiKey Create API Key
APIKeysApi get_api_key GET /artifactory/api/security/apiKey Get API Key
APIKeysApi regenerate_api_key PUT /artifactory/api/security/apiKey Regenerate API Key
APIKeysApi revoke_api_key DELETE /artifactory/api/security/apiKey Revoke API Key
APIKeysApi revoke_user_api_key DELETE /artifactory/api/security/apiKey/{username} Revoke User API Key
AccessFederationApi delete_access_federation DELETE /access/api/v1/system/federation/{serverName} Delete Access Federation
AccessFederationApi full_broadcast_access_federation PUT /access/api/v1/system/federation/{serverName}/full_broadcast Full Broadcast Access Federation
AccessFederationApi get_access_federation GET /access/api/v1/system/federation/{serverName} Get Access Federation
AccessFederationApi get_all_access_federations GET /access/api/v1/system/federation Get All Access Federations
AccessFederationApi register_access_federation POST /access/api/v1/system/federation Register Access Federation
AccessFederationApi update_access_federation PATCH /access/api/v1/system/federation/{serverName} Update Access Federation
AccessFederationApi validate_federation_target POST /access/api/v1/system/federation/validate_server Validate Target for Circle of Trust
AccessTokensApi create_pairing_token POST /access/api/v1/service_trust/pairing/{useCase} Create Pairing Token
AccessTokensApi create_token POST /access/api/v1/tokens Create Token / Refresh Token
AccessTokensApi get_token_by_id GET /access/api/v1/tokens/{tokenId} Get Token by ID
AccessTokensApi get_token_default_expiry GET /access/api/v1/config/token/default_expiry Get Token Default Expiry Value
AccessTokensApi get_tokens GET /access/api/v1/tokens Get Tokens
AccessTokensApi revoke_token_by_id DELETE /access/api/v1/tokens/{tokenId} Revoke Token by ID
AccessTokensApi revoke_token_by_value DELETE /access/api/v1/tokens/revoke Revoke Token by Value
AccessTokensApi set_token_default_expiry PUT /access/api/v1/config/token/default_expiry Put Token Default Expiry Value
ArtifactManagementApi copy_item POST /artifactory/api/copy/{srcRepoKey}/{srcFilePath} Copy Item
ArtifactManagementApi delete_item DELETE /artifactory/api/{repoKey}/{filePath} Delete Item
ArtifactManagementApi move_item POST /artifactory/api/move/{srcRepoKey}/{srcFilePath} Move Item
ArtifactRetrievalApi archive_entry_download GET /artifactory/api/{repoKey}/{archivePath}!/{entryPath} Archive Entry Download
ArtifactRetrievalApi artifact_sync_download GET /artifactory/api/download/{repoKey}/{filePath} Artifact Sync Download
ArtifactRetrievalApi get_ruby_gem_version_list GET /artifactory/api/gems/{repoName}/api/v1/versions/{gemName} Get RubyGem Version List
ArtifactRetrievalApi retrieve_artifact GET /artifactory/api/{repoKey}/{filePath} Retrieve Artifact
ArtifactRetrievalApi retrieve_build_artifacts_archive POST /artifactory/api/archive/buildArtifacts Retrieve Build Artifacts Archive
ArtifactRetrievalApi retrieve_folder_or_repository_archive GET /artifactory/api/archive/download/{repoKey}/{path} Retrieve Folder or Repository Archive
ArtifactorySystemApi artifactory_ping GET /artifactory/api/system/ping Artifactory Ping
ArtifactorySystemApi delete_ha_license DELETE /artifactory/api/system/licenses Delete HA Cluster License
ArtifactorySystemApi get_artifactory_version GET /artifactory/api/system/version Get Artifactory Version
ArtifactorySystemApi get_ha_license_info GET /artifactory/api/system/licenses Get HA License Information
ArtifactorySystemApi get_license_info GET /artifactory/api/system/license Get License Information
ArtifactorySystemApi get_liveness_probe GET /artifactory/api/v1/system/liveness Liveness Probe
ArtifactorySystemApi get_readiness_probe GET /artifactory/api/v1/system/readiness Readiness Probe
ArtifactorySystemApi get_reverse_proxy_configuration GET /artifactory/api/system/configuration/webServer Get Reverse Proxy Configuration
ArtifactorySystemApi get_reverse_proxy_snippet GET /artifactory/api/system/configuration/reverseProxy/nginx Get Reverse Proxy Snippet
ArtifactorySystemApi get_system_configuration GET /artifactory/api/system/configuration Get System Configuration
ArtifactorySystemApi get_system_info GET /artifactory/api/system Get System Info
ArtifactorySystemApi install_ha_licenses POST /artifactory/api/system/licenses Install HA Cluster Licenses
ArtifactorySystemApi install_license POST /artifactory/api/system/license Install License
ArtifactorySystemApi patch_system_configuration PATCH /artifactory/api/system/configuration Apply Artifactory YAML Configuration Changes
ArtifactorySystemApi reindex_metadata_server POST /artifactory/api/metadata_server/reindex Re-index Paths on Metadata Server
ArtifactorySystemApi save_system_configuration POST /artifactory/api/system/configuration Save General Configuration
ArtifactorySystemApi start_sha256_migration POST /artifactory/api/system/migration/sha2/start Start SHA256 Migration Task
ArtifactorySystemApi stop_sha256_migration POST /artifactory/api/system/migration/sha2/stop Stop SHA256 Migration Task
ArtifactorySystemApi update_custom_url_base PUT /artifactory/api/system/configuration/baseUrl Update Custom URL Base
ArtifactorySystemApi update_reverse_proxy_configuration POST /artifactory/api/system/configuration/webServer Update Reverse Proxy Configuration
ArtifactorySystemApi verify_connection POST /artifactory/api/system/verifyconnection Verify Connection
ArtifactsV1Api artifact_summary POST /xray/api/v1/summary/artifact Artifact Summary
ArtifactsV1Api build_vulnerability_diff POST /xray/api/v1/diff/build Build Vulnerability Diff
ArtifactsV1Api compare_artifacts POST /xray/api/v1/dependencyGraph/artifactDelta Compare Artifacts
ArtifactsV1Api compare_builds POST /xray/api/v1/dependencyGraph/buildDelta Compare Builds
ArtifactsV1Api get_artifact_dependency_graph POST /xray/api/v1/dependencyGraph/artifact Get Artifact Dependency Graph
ArtifactsV1Api get_build_dependency_graph POST /xray/api/v1/dependencyGraph/build Get Build Dependency Graph
ArtifactsV1Api get_repositories_configurations GET /xray/api/v1/repos_config/{repo_name} Get Repository Configuration
ArtifactsV1Api release_bundle_details GET /xray/api/v1/details/release_bundle/{name}/{version} Release Bundle Details
ArtifactsV1Api release_bundle_v2_details GET /xray/api/v1/details/release_bundle_v2/{name}/{version} Release Bundle V2 Details
ArtifactsV1Api update_repositories_configurations PUT /xray/api/v1/repos_config Update Repositories Configurations
ArtifactsV2Api artifact_summary_artifacts_v2_openapi POST /xray/api/v2/summary/artifact Artifact Summary
ArtifactsV2Api build_summary_artifacts_v2_openapi GET /xray/api/v2/summary/build Build Summary
BinaryTasksApi delete_failed_binary_tasks DELETE /artifactory/api/federation/binaries/failures/delete Delete Failed Binary Tasks
BinaryTasksApi get_list_of_failed_binary_tasks GET /artifactory/api/federation/binaries/failures/list Get List of Failed Binary Tasks
BinaryTasksApi replay_failed_binary_tasks PUT /artifactory/api/federation/binaries/failures/replay Replay Failed Binary Tasks
CertificatesApi add_certificate POST /artifactory/api/system/security/certificates/{certificateAlias} Add Certificate
CertificatesApi delete_certificate DELETE /artifactory/api/system/security/certificates/{certificateAlias} Delete Certificate
CertificatesApi get_ca_certificate GET /access/api/v1/cert/ca Get CA Public Certificate
CertificatesApi get_certificates GET /artifactory/api/system/security/certificates Get Certificates
CertificatesApi get_root_certificate GET /access/api/v1/cert/root Get Root Certificate
ChecksumReplicationApi configure_checksum_replication PUT /artifactory/api/config/storage/checksumReplication Configure Checksum Replication
ChecksumReplicationApi get_checksum_replication GET /artifactory/api/config/storage/checksumReplication Get Checksum Replication
ComponentsV1Api get_component_by_name GET /xray/api/v1/component/{name} Find Component by Name
ComponentsV2Api export_component_details_v1_deprecated_components_v2_openapi POST /xray/api/v2/component/exportDetails Export Component Details V2
ComponentsV2Api get_all_the_packages_by_watch_name GET /xray/api/v2/component/data/{name} Get Component List Per Watch
ContextualAnalysisV1Api cancel_contextual_analysis_scan POST /xray/api/v1/artifact/contextualAnalysis/cancelScan Cancel Artifact Contextual Analysis Scan
ContextualAnalysisV1Api get_contextual_analysis_per_vulnerability_v1 GET /xray/api/v1/cve_applicability Get Contextual Analysis per Vulnerability V1
ContextualAnalysisV1Api get_contextual_analysis_scan_status POST /xray/api/v1/artifact/contextualAnalysis/scanStatus Get Artifact Contextual Analysis Scan Status
ContextualAnalysisV1Api scan_artifact_for_contextual_analysis POST /xray/api/v1/artifact/contextualAnalysis/scan Scan Artifact for Contextual Analysis
ContextualAnalysisV2Api get_contextual_analysis_per_vulnerability_v2_contextual_analysis_v2_openapi GET /xray/api/v2/cve_applicability Get Contextual Analysis per Vulnerability V2
CustomIssuesV1Api create_issue_event POST /xray/api/v1/events Create Issue Event
CustomIssuesV1Api delete_issue_event DELETE /xray/api/v1/events/{id} Delete Issue Event
CustomIssuesV1Api update_issue_event PUT /xray/api/v1/events/{id} Update Issue Event
CustomIssuesV2Api get_issue_events_v2_custom_issues_v2_openapi GET /xray/api/v2/events/{id} Get Issue Events V2
DeployArtifactAPIsApi deploy_artifact PUT /artifactory/api/{repoKey}/{filePath} Deploy Artifact or Create Directory
DeployArtifactAPIsApi deploy_artifact_by_checksum PUT /artifactory/api/{repoKey}/{filePath}/checksum Deploy Artifact by Checksum
DeployArtifactAPIsApi deploy_artifacts_from_archive PUT /artifactory/api/{repoKey}/{archivePath} Deploy Artifacts from Archive
DistributionApi distribute_artifact POST /artifactory/api/distribute Distribute Artifact
EncryptionApi activate_artifactory_key_encryption POST /artifactory/api/system/encrypt Activate Artifactory Key Encryption
EncryptionApi deactivate_artifactory_key_encryption POST /artifactory/api/system/decrypt Deactivate Artifactory Key Encryption
EntitlementsApi post_offline_request_token POST /api/v1/offline_register Post Offline Request Token to JFrog Entitlements Service
ExportApi export_repository_with_metadata POST /artifactory/api/artifactexport/repository Export Repository with Metadata
ExportApi export_system POST /artifactory/api/export/system Export System
ExportApi get_export_system_settings_example GET /artifactory/api/export/system Export System Settings Example
FederationManagementApi convert_federated_repository_to_local POST /artifactory/api/federation/convertToLocal Convert Federated Repository to a Local Repository
FederationManagementApi convert_local_repository_to_federated POST /artifactory/api/federation/migrate/{repoKey} Convert Local Repository to a Federated Repository
FederationManagementApi federated_repository_force_full_sync POST /artifactory/api/federation/forceFullSync/{repoKey} Federated Repository Force Full Sync
FederationManagementApi federated_repository_full_sync POST /artifactory/api/federation/fullSync/{repoKey} Federated Repository Full Sync
FederationManagementApi federation_recovery POST /artifactory/api/federation/recovery Federation Recovery
FederationManagementApi get_list_of_inconsistent_federated_repositories GET /artifactory/api/federation/inconsistentRepos Get List of Inconsistent Federated Repositories
FederationManagementApi propagate_creation_time_metadata_during_full_sync PUT /artifactory/api/federation/propagateCreatedTime Propagate Creation Time Metadata during Full Sync
FederationManagementApi reconnect_to_federation_client POST /artifactory/api/federation/reconnect Reconnect to Federation Client
FederationManagementApi remove_federation_member POST /artifactory/api/federation/removeMember Remove Federation Member
FederationManagementApi synchronize_federated_member_configuration POST /artifactory/api/federation/configSync/{repoKey} Synchronize Federated Member Configuration
FederationMonitoringApi get_federation_connection_details GET /artifactory/api/federation/status/connectionStates/{repoKey} Get Federation Connection Details
FederationMonitoringApi get_federation_state_details GET /artifactory/api/federation/status/stateList Get Federation State Details
FederationMonitoringApi get_federation_state_summaries GET /artifactory/api/federation/status/stateSummary Get Federation State Summaries
FederationMonitoringApi prioritize_federated_repository PUT /artifactory/api/federation/prioritization/{repoKey} Prioritize Federated Repository
GPGKeyPairsApi create_key_pair POST /artifactory/api/security/keypair Create Key Pair
GPGKeyPairsApi delete_key_pair DELETE /artifactory/api/security/keypair/{keyPairName} Delete Key Pair
GPGKeyPairsApi delete_primary_key DELETE /artifactory/api/v2/repositories/{repoName}/keyPairs/primary Delete Primary Key
GPGKeyPairsApi delete_repository_key DELETE /artifactory/api/v2/repositories/{repoName}/keyPairs/{keyName} Delete Key from Repository
GPGKeyPairsApi delete_secondary_key DELETE /artifactory/api/v2/repositories/{repoName}/keyPairs/secondary Delete Secondary Key
GPGKeyPairsApi download_primary_key GET /artifactory/api/v2/repositories/{repoName}/keyPairs/primary/public Download Primary Key
GPGKeyPairsApi download_secondary_public_key GET /artifactory/api/v2/repositories/{repoName}/keyPairs/secondary/public Download Secondary Public Key
GPGKeyPairsApi get_all_key_pairs GET /artifactory/api/security/keypair Get All Key Pairs
GPGKeyPairsApi get_key_pair GET /artifactory/api/security/keypair/{keyPairName} Get Key Pair
GPGKeyPairsApi get_key_pair_public_key_per_repository GET /artifactory/api/security/keypair/public/repositories/{repoKey} Get Key Pair Public Key Per Repository
GPGKeyPairsApi promote_secondary_key POST /artifactory/api/v2/repositories/{repoName}/keyPairs/promote Promote Secondary to Primary Key
GPGKeyPairsApi set_primary_key POST /artifactory/api/v2/repositories/{repoName}/keyPairs/primary Set Primary Key
GPGKeyPairsApi set_repository_key POST /artifactory/api/v2/repositories/{repoName}/keyPairs Set Key for Repository
GPGKeyPairsApi set_secondary_key POST /artifactory/api/v2/repositories/{repoName}/keyPairs/secondary Set Secondary Key
GPGKeyPairsApi update_key_pair PUT /artifactory/api/security/keypair Update Key Pair
GPGKeyPairsApi verify_key_pair POST /artifactory/api/security/keypair/verify Verify Key Pair
GPGKeysApi get_gpg_public_key GET /artifactory/api/gpg/key/public Get GPG Public Key
GPGKeysApi set_gpg_pass_phrase PUT /artifactory/api/gpg/passphrase Set GPG Pass Phrase
GPGKeysApi set_gpg_private_key PUT /artifactory/api/gpg/key/private Set GPG Private Key
GPGKeysApi set_gpg_public_key PUT /artifactory/api/gpg/key/public Set GPG Public Key
GPGTrustedKeysApi set_distribution_public_gpg_key POST /artifactory/api/gpg/keys/trusted Set Distribution Public GPG Key
GarbageCollectionApi run_garbage_collection POST /artifactory/api/system/storage/gc Run Garbage Collection
GlobalRolesApi create_global_role POST /access/api/v1/roles Create a Custom Global Role
GlobalRolesApi delete_global_role DELETE /access/api/v1/roles/{role} Delete a Custom Global Role
GlobalRolesApi get_all_global_roles GET /access/api/v1/roles Get All Global Roles
GlobalRolesApi get_global_role GET /access/api/v1/roles/{role} Get a Global Role
GlobalRolesApi update_global_role PUT /access/api/v1/roles/{role} Edit a Global Role
GroupsApi create_group POST /access/api/v2/groups Create a Group
GroupsApi create_or_replace_group PUT /artifactory/api/security/groups/{groupName} Create or Replace Group (Deprecated)
GroupsApi delete_group DELETE /access/api/v2/groups/{name} Delete a Group
GroupsApi get_group_details GET /access/api/v2/groups/{name} Get Group Details
GroupsApi get_group_list GET /access/api/v2/groups Get a List of Groups
GroupsApi update_group PATCH /access/api/v2/groups/{name} Group Update
GroupsApi update_group_members PATCH /access/api/v2/groups/{name}/members Add or Remove a Group Member
IgnoreRulesV1Api create_ignore_rule POST /xray/api/v1/ignore_rules Create Ignore Rule
IgnoreRulesV1Api delete_ignore_rule DELETE /xray/api/v1/ignore_rules/{id} Delete Ignore Rule
IgnoreRulesV1Api get_ignore_rule GET /xray/api/v1/ignore_rules/{id} Get Ignore Rule
IgnoreRulesV1Api get_ignore_rules GET /xray/api/v1/ignore_rules Get Ignore Rules
ImportApi full_system_import POST /artifactory/api/import/system Full System Import
ImportApi get_import_system_settings_example GET /artifactory/api/import/system Import System Settings Example
ImportApi import_repository_content POST /artifactory/api/import/repositories Import Repository Content
IndexingV1Api force_reindex POST /xray/api/v1/forceReindex Force Reindex
IndexingV2Api scan_now_indexing_v2_openapi POST /xray/api/v2/index Scan Now
ItemManagementAPIsApi delete_item_properties DELETE /artifactory/api/storage/{repoKey}/{itemPath} Delete Item Properties
ItemManagementAPIsApi get_storage_item GET /artifactory/api/storage/{repoKey}/{itemPath} Get Storage Item Information
ItemManagementAPIsApi set_item_properties PUT /artifactory/api/storage/{repoKey}/{itemPath} Set Item Properties
ItemManagementAPIsApi set_item_sha256_checksum POST /artifactory/api/checksum/sha256 Set Item SHA256 Checksum
ItemManagementAPIsApi update_item_properties PATCH /artifactory/api/metadata/{repoKey}/{itemPath} Update Item Properties
JiraIntegrationV1Api create_jira_integration POST /xray/api/v1/ticketing/jira-integrations Create Jira Integration
JiraIntegrationV1Api delete_jira_integration DELETE /xray/api/v1/ticketing/jira-integrations/{integrationName} Delete Jira Integration
JiraIntegrationV1Api get_integration_detail GET /xray/api/v1/ticketing/jira-integrations/{integrationName}/details Get Jira Integration Details
JiraIntegrationV1Api get_latest_status_of_integration GET /xray/api/v1/ticketing/integrations/status/check Get Jira Integration Status
JiraIntegrationV1Api update_jira_integration PUT /xray/api/v1/ticketing/jira-integrations/{integrationName} Update Jira Integration
LegacyFederationMonitoringApi get_federated_repository_status GET /artifactory/api/federation/status/repo/{repoKey} Get Federated Repository Status
LegacyFederationMonitoringApi get_federated_repository_status_v2 GET /artifactory/api/v2/federation/status/repo/{repoKey} Get Federated Repository Status (v2)
LegacyFederationMonitoringApi get_federation_mirror_lag_time GET /artifactory/api/federation/status/mirrorsLag Get Federation Mirror Lag Time
LegacyFederationMonitoringApi get_federation_sync_state GET /artifactory/api/federation/state Get Federation Sync State
LegacyFederationMonitoringApi get_unavailable_mirrors GET /artifactory/api/federation/status/unavailableMirrors Get Unavailable Mirrors
LegalV1Api add_custom_license POST /xray/api/v1/licenses/assign Add Custom License
LegalV1Api create_custom_license POST /xray/api/v1/licensesNames/customLicense Create Custom License
LegalV1Api get_licenses GET /xray/api/v1/licensesNames Get Licenses
LegalV1Api set_license_priority POST /xray/api/v1/licensesNames/priorities Set License Priority
LegalV2Api license_attribution_report POST /xray/api/v2/component/attribution License Attribution Report
LiveLogsApi get_live_logs_config GET /artifactory/api/system/logs/config Get Live Logs Config
LiveLogsApi get_live_logs_data GET /artifactory/api/system/logs/data Get Live Logs Data
LoggersApi delete_logger_debug_levels DELETE /artifactory/api/system/debug/loggers Delete Logger Debug Levels
LoggersApi get_logger_debug_level GET /artifactory/api/system/debug/loggers/{className} Get Logger Debug Level
LoggersApi set_logger_debug_levels POST /artifactory/api/system/debug/loggers Set Logger Debug Levels
MembersApi add_or_update_project_user PUT /access/api/v1/projects/{projectKey}/users/{user} Add or Update User in Project
MembersApi delete_project_group DELETE /access/api/v1/projects/{projectKey}/groups/{group} Delete Existing Project's Group
MembersApi delete_project_user DELETE /access/api/v1/projects/{projectKey}/users/{user} Delete Existing Project's User
MembersApi get_project_group GET /access/api/v1/projects/{projectKey}/groups/{group} Get Projects Group
MembersApi get_project_groups GET /access/api/v1/projects/{projectKey}/groups Get Projects Groups
MembersApi get_project_user GET /access/api/v1/projects/{projectKey}/users/{user} Get Project User
MembersApi get_project_users GET /access/api/v1/projects/{projectKey}/users Get Project Users
MembersApi update_project_group PUT /access/api/v1/projects/{projectKey}/groups/{group} Update Group in Project
MetadataCalculationApi calculate_alpine_repository_metadata POST /artifactory/api/alpine/{repoKey}/reindex Calculate Alpine Repository Metadata
MetadataCalculationApi calculate_bower_index POST /artifactory/api/bower/{repoKey}/reindex Calculate Bower Index
MetadataCalculationApi calculate_cached_remote_debian_repository_coordinates POST /artifactory/api/deb/indexCached/{repoKey} Calculate Cached Remote Debian Repository Coordinates
MetadataCalculationApi calculate_cargo_repository_metadata POST /artifactory/api/cargo/{repoKey}/reindex Calculate Cargo Repository Metadata
MetadataCalculationApi calculate_cocoa_pods_index POST /artifactory/api/cocoapods/{repoKey}/reindex Calculate CocoaPods Index
MetadataCalculationApi calculate_conan_repository_metadata POST /artifactory/api/conan/{repoKey}/reindex Calculate Conan Repository Metadata
MetadataCalculationApi calculate_conda_repository_metadata POST /artifactory/api/conda/{repoKey}/reindex Calculate Conda Repository Metadata
MetadataCalculationApi calculate_cran_repository_metadata POST /artifactory/api/cran/reindex/{repoKey} Calculate CRAN Repository Metadata
MetadataCalculationApi calculate_debian_repository_metadata POST /artifactory/api/deb/reindex/{repoKey} Calculate Debian Repository Metadata
MetadataCalculationApi calculate_helm_chart_index POST /artifactory/api/helm/{repoKey}/reindex Calculate Helm Chart Index
MetadataCalculationApi calculate_maven_index POST /artifactory/api/maven Calculate Maven Index
MetadataCalculationApi calculate_maven_metadata POST /artifactory/api/maven/calculateMetadata/{repoKey}/{folderPath} Calculate Maven Metadata
MetadataCalculationApi calculate_npm_repository_metadata POST /artifactory/api/npm/{repoKey}/reindex Calculate Npm Repository Metadata
MetadataCalculationApi calculate_nu_get_repository_metadata POST /artifactory/api/nuget/{repoKey}/reindex Calculate NuGet Repository Metadata
MetadataCalculationApi calculate_opkg_repository_metadata POST /artifactory/api/opkg/reindex/{repoKey} Calculate Opkg Repository Metadata
MetadataCalculationApi calculate_pub_repository_metadata POST /artifactory/api/pub/{repoKey}/reindex Calculate Pub Repository Metadata
MetadataCalculationApi calculate_pypi_repository_metadata POST /artifactory/api/pypi/{repoKey}/reindex Calculate PyPI Repository Metadata
MetadataCalculationApi calculate_ruby_gems_index POST /artifactory/api/gems/{repoKey}/reindex Calculate RubyGems Index
MetadataCalculationApi calculate_swift_index POST /artifactory/api/swift/{repoKey}/reindex Calculate Swift Index
MetadataCalculationApi calculate_terraform_index POST /artifactory/api/terraform/{repoKey}/reindex Calculate Terraform Index
MetadataCalculationApi calculate_yum_repository_metadata POST /artifactory/api/yum/{repoKey} Calculate YUM Repository Metadata
MetadataCalculationApi create_debian_snapshot POST /artifactory/api/deb/{repoKey}/snapshot Create Debian Snapshot
MetadataCalculationApi generate_maven_pom_file POST /artifactory/api/maven/generatePom/{repoKey}/{jarFilePath} Generate Maven POM File
MetadataCalculationApi get_pypi_latest_package_version_metadata_in_json GET /artifactory/api/pypi/{repository}/pypi/{package}/json Get PyPI Latest Package Version Metadata in JSON
MetadataCalculationApi get_pypi_package_version_metadata_in_json GET /artifactory/api/pypi/{repository}/pypi/{package}/{version}/json Get PyPI Package Version Metadata in JSON
MetadataCalculationApi helm_charts_partial_re_indexing POST /artifactory/api/helm/{repoKey}/{pathForPartialReindex}/reindex Helm Charts Partial Re-Indexing
MetadataCalculationApi move_cran_archives GET /artifactory/api/cran/{repoKey}/move-archives Move CRAN Archives
MetricsApi get_artifactory_application_metrics GET /artifactory/api/v1/metrics/application Get Artifactory Application Metrics
MetricsApi get_open_metrics_for_artifactory GET /artifactory/api/v1/metrics Get the Open Metrics for Artifactory
MissionControlApi acquire_license POST /mc/api/v1/buckets/{name}/acquire Acquire License
MissionControlApi add_jpd POST /mc/api/v1/jpds Add JPD
MissionControlApi attach_license POST /mc/api/v1/buckets/{name}/deploy Attach License
MissionControlApi configure_mc_federation PUT /mc/api/v1/federation/{jpdId} Configure Access Federation on a JPD
MissionControlApi delete_jpd DELETE /mc/api/v1/jpds/{id} Delete JPD
MissionControlApi delete_license_bucket DELETE /mc/api/v1/buckets/{name} Delete Bucket
MissionControlApi export_mc_configuration PUT /mc/api/v1/system/backup/export Export Mission Control Configuration
MissionControlApi get_all_mc_federation_configs GET /mc/api/v1/federation Get Access Federation Configuration for All JPDs
MissionControlApi get_jpd_by_id GET /mc/api/v1/jpds/{id} Get JPD by id
MissionControlApi get_jpd_list GET /mc/api/v1/jpds Get JPD List
MissionControlApi get_license_bucket_status GET /mc/api/v1/buckets/{name}/report Get Bucket Status
MissionControlApi get_license_buckets GET /mc/api/v1/buckets Get Buckets
MissionControlApi get_mc_federation_candidates GET /mc/api/v1/federation/candidates Get Access Federation Candidates
MissionControlApi get_mc_federation_config GET /mc/api/v1/federation/{jpdId} Get Access Federation Configuration for a Single JPD
MissionControlApi import_mc_data PUT /mc/api/v1/system/backup/import Import Mission Control Data
MissionControlApi mc_system_ping GET /mc/api/v1/system/ping System Health Check
MissionControlApi release_license POST /mc/api/v1/buckets/{name}/release Release License
MissionControlApi update_jpd PUT /mc/api/v1/jpds/{id} Update JPD
MissionControlApi upload_license_bucket POST /mc/api/v1/buckets Upload Bucket
PasswordManagementApi expire_password_for_multiple_users POST /artifactory/api/security/users/authorization/expirePassword Expire Password for Multiple Users
PasswordManagementApi get_password_expiration_policy GET /artifactory/api/security/configuration/passwordExpirationPolicy Get Password Expiration Policy
PasswordManagementApi get_user_encrypted_password GET /artifactory/api/security/encryptedPassword Get User Encrypted Password
PasswordManagementApi set_password_expiration_policy PUT /artifactory/api/security/configuration/passwordExpirationPolicy Set Password Expiration Policy
PasswordManagementApi unexpire_password_for_single_user POST /artifactory/api/security/users/authorization/unexpirePassword/{userName} Unexpire Password for a Single User
PasswordPolicyApi create_password_policy PUT /access/api/v1/config/security/password_policy Create Password Policy
PasswordPolicyApi update_password_policy PATCH /access/api/v1/config/security/password_policy Update Password Policy
PermissionsApi create_or_replace_permission_target PUT /artifactory/api/security/permissions/{permissionTargetName} Create or Replace Permission Target
PermissionsApi create_permission POST /access/api/v2/permissions Create Permission
PermissionsApi delete_permission DELETE /access/api/v2/permissions/{permissionName} Delete Permission
PermissionsApi delete_permission_resource DELETE /access/api/v2/permissions/{permissionName}/{resourceType} Delete Permission Resource Based on Permission Name and Resource Type
PermissionsApi delete_permission_target DELETE /artifactory/api/security/permissions/{permissionTargetName} Delete Permission Target
PermissionsApi get_permission_details GET /access/api/v2/permissions/{permissionName} Get Permission Details by Permission Name
PermissionsApi get_permission_resource GET /access/api/v2/permissions/{permissionName}/{resourceType} Get Permission Resource Based on Permission Name and Resource Type
PermissionsApi get_permission_target_details GET /artifactory/api/security/permissions/{permissionTargetName} Get Permission Target Details
PermissionsApi get_permission_targets GET /artifactory/api/security/permissions Get Permission Targets
PermissionsApi get_permissions GET /access/api/v2/permissions Get Permissions
PermissionsApi replace_permission_resource PUT /access/api/v2/permissions/{permissionName}/{resourceType} Replace Permission Resource Based on Permission Name and Resource Type
PermissionsApi update_permission_resource PATCH /access/api/v2/permissions/{permissionName}/{resourceType} Update Permission Resource Based on Permission Name and Resource Type
PluginsApi execute_build_promotion POST /artifactory/api/plugins/build/promote/{promotionName}/{buildName}/{buildNumber} Execute Build Promotion
PluginsApi execute_plugin_code POST /artifactory/api/plugins/execute/{executionName} Execute Plugin Code
PluginsApi reload_plugins POST /artifactory/api/plugins/reload Reload Plugins
PluginsApi retrieve_build_staging_strategy GET /artifactory/api/plugins/build/staging/{strategyName} Retrieve Build Staging Strategy
PluginsApi retrieve_plugin_code GET /artifactory/api/plugins/download/{pluginName} Retrieve Plugin Code
PluginsApi retrieve_plugin_info GET /artifactory/api/plugins Retrieve Plugin Info
PluginsApi retrieve_plugin_info_of_certain_type GET /artifactory/api/plugins/{pluginType} Retrieve Plugin Info of a Certain Type
PoliciesV1Api assign_policy_to_watches POST /xray/api/v1/policies/{name}/assign Assign Policy to Watches
PoliciesV1Api create_policy POST /xray/api/v1/policies Create Policy
PoliciesV1Api delete_policy DELETE /xray/api/v1/policies/{name} Delete Policy
PoliciesV1Api get_policies GET /xray/api/v1/policies Get Policies
PoliciesV1Api get_policy_by_name GET /xray/api/v1/policies/{name} Get Policy
PoliciesV1Api update_policy PUT /xray/api/v1/policies/{name} Update Policy
PoliciesV2Api create_policy_policies_v2_openapi POST /xray/api/v2/policies Create Policy
PoliciesV2Api delete_policy_policies_v2_openapi DELETE /xray/api/v2/policies/{name} Delete Policy
PoliciesV2Api get_policies_policies_v2_openapi GET /xray/api/v2/policies Get Policies
PoliciesV2Api get_policy_by_name_policies_v2_openapi GET /xray/api/v2/policies/{name} Get Policy
PoliciesV2Api update_policy_policies_v2_openapi PUT /xray/api/v2/policies/{name} Update Policy
ProjectsApi create_project POST /access/api/v1/projects Create Project
ProjectsApi delete_project DELETE /access/api/v1/projects/{projectKey} Delete Existing Project
ProjectsApi get_project GET /access/api/v1/projects/{projectKey} Get Project
ProjectsApi get_projects_for_role GET /access/api/v2/projects Get Projects List for a Global Role
ProjectsApi get_projects_list GET /access/api/v1/projects Get Projects List
ProjectsApi update_project PUT /access/api/v1/projects/{projectKey} Update Existing Project Properties
PruningUnreferencedDataApi get_pud_process_status GET /artifactory/api/system/storage/prune/status Get Status of the PUD Process
PruningUnreferencedDataApi start_pud_process POST /artifactory/api/system/storage/prune/start Start PUD Process
PruningUnreferencedDataApi stop_pud_process POST /artifactory/api/system/storage/prune/stop Stop PUD Process
PuppetApi get_puppet_module_info GET /artifactory/api/puppet/{repoKey}/v3/modules/{userModule} Get Puppet Module Info
PuppetApi get_puppet_modules GET /artifactory/api/puppet/{repoKey}/v3/modules Get Puppet Modules
PuppetApi get_puppet_release_info GET /artifactory/api/puppet/{repoKey}/v3/releases/{userModuleVersion} Get Puppet Release Info
PuppetApi get_puppet_releases GET /artifactory/api/puppet/{repoKey}/v3/releases Get Puppet Releases
ReportsV1Api abort POST /xray/api/v1/reports/abort/{id} Abort Report Generation
ReportsV1Api delete DELETE /xray/api/v1/reports/{id} Delete Report
ReportsV1Api export GET /xray/api/v1/reports/export/{id} Export Report
ReportsV1Api generate_cve_search_report POST /xray/api/v1/reports/cveSearch Generate CVE Search Report
ReportsV1Api generate_due_diligence_report POST /xray/api/v1/reports/licenses Generate Due Diligence Report
ReportsV1Api generate_exposures_report POST /xray/api/v1/reports/exposures Generate Exposures Report
ReportsV1Api generate_exposures_report_by_id POST /xray/api/v1/reports/exposures/{id} Get Exposures Report Content
ReportsV1Api generate_operational_risk_report POST /xray/api/v1/reports/operationalRisks Generate Operational Risk Report
ReportsV1Api generate_violations_report POST /xray/api/v1/reports/violations Generate Violations Report
ReportsV1Api generate_vulnerabilities_report POST /xray/api/v1/reports/vulnerabilities Generate Vulnerabilities Report
ReportsV1Api get_cve_search_report_details_by_id POST /xray/api/v1/reports/cveSearch/{id} Get CVE Search Report Details by ID
ReportsV1Api get_cve_search_reports_list POST /xray/api/v1/reports/cveSearchList Get CVE Search Reports List
ReportsV1Api get_due_diligence_report_content POST /xray/api/v1/reports/licenses/{id} Get Due Diligence Report Content
ReportsV1Api get_operational_risk_report_content POST /xray/api/v1/reports/operationalRisks/{id} Get Operational Risk Report Content
ReportsV1Api get_report_details_by_id GET /xray/api/v1/reports/{id} Get Report Details By ID
ReportsV1Api get_reports_list POST /xray/api/v1/reports Get Reports List
ReportsV1Api get_violations_report_content POST /xray/api/v1/reports/violations/{id} Get Violations Report Content
ReportsV1Api get_vulnerabilities_report_content POST /xray/api/v1/reports/vulnerabilities/{id} Get Vulnerabilities Report Content
ReportsV2Api get_vulnerabilities_report_content_reports_v2_openapi POST /xray/api/v2/reports/vulnerabilities/{id} Get Vulnerabilities Report Content (V2)
RepositoriesApi attach_repository_to_project PUT /access/api/v1/projects/_/attach/repositories/{repoName}/{targetProjectKey} Move Repository in a Project
RepositoriesApi check_if_repository_exists GET /artifactory/api/repositories/existence Check If Repository Exists
RepositoriesApi create_multiple_repositories PUT /artifactory/api/v2/repositories/batch Create Multiple Repositories
RepositoriesApi create_repository PUT /artifactory/api/repositories/{repoKey} Create Repository
RepositoriesApi delete_repository DELETE /artifactory/api/repositories/{repoKey} Delete Repository
RepositoriesApi get_all_repository_configurations GET /artifactory/api/repositories/configurations Get All Repository Configurations
RepositoriesApi get_batch_of_repositories_by_name GET /artifactory/api/v2/repositories/batch Get Batch of Repositories by Name
RepositoriesApi get_project_repository_status GET /access/api/v1/projects/_/repositories/{repoName} Get Status of Project Repository
RepositoriesApi get_remote_repository_configuration GET /artifactory/api/repositories/{remoteRepoName}/configuration Remote Repository Configuration (Deprecated)
RepositoriesApi get_repositories_by_type_and_project GET /artifactory/api/repositories Get Repositories by Type and Project
RepositoriesApi get_repository_configuration GET /artifactory/api/repositories/{repoKey} Get Repository Configuration
RepositoriesApi get_repository_configuration_v2 GET /artifactory/api/v2/repositories/{repoKey} Get Repository Configuration (v2)
RepositoriesApi share_repository_with_all_projects PUT /access/api/v1/projects/_/share/repositories/{repoName} Share Repository with All Projects
RepositoriesApi share_repository_with_target_project PUT /access/api/v1/projects/_/share/repositories/{repoName}/{targetProjectKey} Share Repository with Target Project
RepositoriesApi unassign_project_from_repository DELETE /access/api/v1/projects/_/attach/repositories/{repoName} Unassign a Project from a Repository
RepositoriesApi unshare_repository_with_all_projects DELETE /access/api/v1/projects/_/share/repositories/{repoName} Unshare Repository with All Projects
RepositoriesApi unshare_repository_with_target_project DELETE /access/api/v1/projects/_/share/repositories/{repoName}/{targetProjectKey} Unshare Repository with Target Project
RepositoriesApi update_multiple_repositories POST /artifactory/api/v2/repositories/batch Update Multiple Repositories
RepositoriesApi update_repository_configuration POST /artifactory/api/repositories/{repoKey} Update Repository Configuration
RepositoryReplicationApi close_event_based_pull_replication_channels POST /artifactory/api/replications/channels/release Close all event based pull replication subscribed channels
RepositoryReplicationApi create_or_replace_multi_push_replication PUT /artifactory/api/replications/multiple/{repoKey} Create or Replace Local Multi-push Replication
RepositoryReplicationApi delete_repository_replication_configuration DELETE /artifactory/api/replications/{repoKey} Delete Repository Replication Configuration
RepositoryReplicationApi execute_pull_push_replication POST /artifactory/api/replication/execute/{repoPath} Pull/Push Replication
RepositoryReplicationApi get_remote_repositories_registered_for_replication GET /artifactory/api/replications/channels/{repoKey} Get Remote Repositories Registered for Replication
RepositoryReplicationApi get_replication_status GET /artifactory/api/replication/{repoPath} Get Replication Status
RepositoryReplicationApi get_repository_replication_configuration GET /artifactory/api/replications/{repoKey} Get Repository Replication Configuration
RepositoryReplicationApi set_repository_replication_configuration PUT /artifactory/api/replications/{repoKey} Set Repository Replication Configuration
RepositoryReplicationApi update_multi_push_replication POST /artifactory/api/replications/multiple/{repoKey} Update Local Multi-push Replication
RepositoryReplicationApi update_repository_replication_configuration POST /artifactory/api/replications/{repoKey} Update Repository Replication Configuration
RetentionApi delete_release_bundles POST /artifactory/api/v1/bundle/retention/delete Delete Release Bundles
RetentionApi get_configured_retention_policies_list POST /artifactory/api/v1/bundle/retention/report Get the Configured Retention Policies List
RetentionApi get_retention_operations_history GET /artifactory/api/v1/bundle/retention/audit Get the Retention Operations History
RetentionApi get_retention_policy_configuration GET /artifactory/api/v1/bundle/retention/config Get Retention Policy Configuration
RetentionApi mark_release_bundles_to_keep_or_dont_keep POST /artifactory/api/v1/bundle/retention/keep Mark Release Bundles to Keep (or Don't Keep)
RetentionApi query_status_of_retention_service GET /artifactory/api/v1/bundle/retention/config/enable Query the Status of the Retention Service
RetentionApi set_retention_policies_to_enabled POST /artifactory/api/v1/bundle/retention/config/enable Set Retention Policies to Enabled
RetentionApi set_retention_policy_configuration POST /artifactory/api/v1/bundle/retention/config Set the Retention Policy Configuration
RolesApi create_project_role POST /access/api/v1/projects/{projectKey}/roles Create Role
RolesApi delete_project_role DELETE /access/api/v1/projects/{projectKey}/roles/{role} Delete an Existing Role
RolesApi get_project_role GET /access/api/v1/projects/{projectKey}/roles/{role} Get Project Role
RolesApi get_project_roles GET /access/api/v1/projects/{projectKey}/roles Get Roles List
RolesApi update_project_role PUT /access/api/v1/projects/{projectKey}/roles/{role} Update an Existing Project Role
ScanningV1Api abort_a_running_repository_scan POST /xray/api/v1/repository/advancedScan/{id}/cancelScan Cancel Repository Advanced Scan
ScanningV1Api apply_watch_on_existing_content POST /xray/api/v1/applyWatch Apply Watch on Existing Content
ScanningV1Api artifact_scan_status POST /xray/api/v1/artifact/status Artifact Scan Status
ScanningV1Api build_scan_status POST /xray/api/v1/build/status Build Scan Status
ScanningV1Api cancel_a_running_scan POST /xray/api/v1/artifact/exposures/cancelScan Cancel Artifact Exposures Scan
ScanningV1Api delete_on_demand_scan_results POST /xray/api/v1/on_demand/delete Delete On-Demand Scan Results
ScanningV1Api get_exposure_result_details GET /xray/api/v1/{groupCategoryPathPart}/results/details Exposures Scanning - Get Results Details
ScanningV1Api get_exposure_result_list GET /xray/api/v1/{groupCategoryPathPart}/results Exposures Scanning - Get Results List
ScanningV1Api get_more_exposure_result_evidence_rows GET /xray/api/v1/{groupCategoryPathPart}/results/details/findings/evidences/rows Exposures Scanning - Get Rows
ScanningV1Api get_more_exposure_result_evidences GET /xray/api/v1/{groupCategoryPathPart}/results/details/findings/evidences Exposures Scanning - Get Evidence
ScanningV1Api get_more_exposure_result_findings GET /xray/api/v1/{groupCategoryPathPart}/results/details/findings Exposures Scanning - Get Findings
ScanningV1Api get_the_status_of_a_running_repository_scan GET /xray/api/v1/repository/advancedScan/{id}/scanStatus Get Repository Advanced Scan Status
ScanningV1Api release_bundle_scan_status POST /xray/api/v1/releaseBundle/status Release Bundle Scan Status
ScanningV1Api release_bundle_v2_scan_status POST /xray/api/v1/release_bundle_v2/status Release Bundle V2 Scan Status
ScanningV1Api repository_advanced_scans POST /xray/api/v1/repository/advancedScan/scan Repository Advanced Scans
ScanningV1Api scan_artifact POST /xray/api/v1/scanArtifact Scan Artifact
ScanningV1Api scan_artifact_for_exposures POST /xray/api/v1/artifact/exposures/scan Scan Artifact for Exposures
ScanningV1Api scan_build_v1 POST /xray/api/v1/scanBuild Scan Build V1
ScanningV1Api scan_status_of_an_artifact POST /xray/api/v1/artifact/exposures/scanStatus Get Artifact Exposures Scan Status
ScanningV2Api get_builds_scan_results GET /xray/api/v2/ci/build/{build_name}/{build_number} Get Build Scan Results
ScanningV2Api scan_build_v2 POST /xray/api/v2/ci/build Scan Build V2
SearchV1Api find_component_by_cve POST /xray/api/v1/component/searchByCves Find Component by CVE
SearchV1Api find_cves_by_component POST /xray/api/v1/component/searchCvesByComponents Find CVEs by Component
SearchV2Api search_resources_by_vulnerability_and_package GET /xray/api/v2/search/impactedResources Search Resources by Vulnerability and Package
SearchesApi find_parent_manifest_lists POST /artifactory/api/docker/{repo-key}/v2/{imageName}/parentManifests Find Parent Manifest Lists
SearchesApi list_docker_repositories GET /artifactory/api/docker/{repo-key}/v2/_catalog List Docker Repositories
SearchesApi list_docker_tags GET /artifactory/api/docker/{repo-key}/v2/{imageName}/tags/list List Docker Tags
SearchesApi search_aql POST /artifactory/api/search/aql Artifactory Query Language (AQL)
SearchesApi search_archive GET /artifactory/api/search/archive Archive Entries Search (Class Search)
SearchesApi search_artifact GET /artifactory/api/search/artifact Artifact Search (Quick Search)
SearchesApi search_bad_checksum GET /artifactory/api/search/badChecksum Bad Checksum Search
SearchesApi search_build_artifacts POST /artifactory/api/search/buildArtifacts Build Artifacts Search
SearchesApi search_checksum GET /artifactory/api/search/checksum Checksum Search
SearchesApi search_creation GET /artifactory/api/search/creation Artifacts Created in Date Range
SearchesApi search_dates GET /artifactory/api/search/dates Artifacts With Date in Date Range
SearchesApi search_dependency GET /artifactory/api/search/dependency Builds for Dependency
SearchesApi search_gavc GET /artifactory/api/search/gavc GAVC Search
SearchesApi search_latest_version GET /artifactory/api/search/latestVersion Artifact Latest Version Search Based on Layout
SearchesApi search_latest_version_by_properties GET /artifactory/api/versions/{repo}/{path} Artifact Latest Version Search Based on Properties
SearchesApi search_license GET /artifactory/api/search/license License Search
SearchesApi search_pattern GET /artifactory/api/search/pattern Pattern Search
SearchesApi search_property GET /artifactory/api/search/prop Property Search
SearchesApi search_usage GET /artifactory/api/search/usage Artifacts Not Downloaded Since
SearchesApi search_versions GET /artifactory/api/search/versions Artifact Version Search
ServiceTrustApi exchange_pairing_token PUT /artifactory/api/v1/service_trust/pairing/{usecase} Exchange Pairing Token
ServiceTrustApi generate_pairing_token POST /artifactory/api/v1/service_trust/pairing/{usecase} Generate Pairing Token
ServiceTrustApi unregister_pairing_token DELETE /artifactory/api/v1/service_trust/pairing/{usecase} Unregister Pairing Token
SignedURLsApi create_signed_url POST /artifactory/api/signed/url Create Signed URL
SignedURLsApi replace_signed_url_key POST /artifactory/api/signed/url/key Replace Signed URL Key
SourceCodeV1Api get_git_commit_scan_results GET /xray/api/v1/git/repositories/{repository_id}/commits/{commit_hash}/scan-results Get Scan Results for a Commit
SourceCodeV1Api get_git_repositories GET /xray/api/v1/git/repositories Get Git Repositories
SourceCodeV1Api get_git_repository_branches GET /xray/api/v1/git/repositories/{repository_id}/branches Get Branches for a Repository
SourceCodeV1Api get_git_repository_commits GET /xray/api/v1/git/repositories/{repository_id}/commits Get Commits for a Branch
StorageInfoApi get_storage_summary_info GET /artifactory/api/storageinfo Get Storage Summary Info
StorageInfoApi refresh_storage_summary_info POST /artifactory/api/storageinfo/calculate Refresh Storage Summary Info
SupportBundleApi create_support_bundle POST /artifactory/api/system/support/bundle Create Support Bundle
SupportBundleApi delete_support_bundle DELETE /artifactory/api/system/support/bundle/{bundleId} Delete Support Bundle
SupportBundleApi get_support_bundle GET /artifactory/api/system/support/bundle/{bundleId}/archive Get Support Bundle
SupportBundleApi get_support_bundle_metadata GET /artifactory/api/system/support/bundle/{bundleId} Get Support Bundle Metadata
SupportBundleApi list_support_bundles GET /artifactory/api/system/support/bundles List Support Bundles
SystemApi enable_cloud_log_collection POST /access/api/v1/logshipping/config Enable Cloud Log Collection
SystemApi export_access_configuration POST /access/api/v1/system/backup/export Export Access Configuration
SystemApi get_basic_authentication_status GET /access/api/v1/config/security/authentication/basic_authentication_enabled Get Status of Disable Basic Authentication
SystemApi get_service_id GET /artifactory/api/system/service_id Get Service ID
SystemApi import_access_configuration POST /access/api/v1/system/backup/import Import Access Configuration
SystemApi ping_system GET /access/api/v1/system/ping Ping Request
SystemApi router_health_check GET /router/api/v1/system/health Health Check
SystemApi set_basic_authentication_status PUT /access/api/v1/config/security/authentication/basic_authentication_enabled Enable or Disable Basic Authentication
SystemOperationsApi get_background_tasks GET /artifactory/api/tasks Get Background Tasks
SystemOperationsApi optimize_system_storage POST /artifactory/api/system/storage/optimize Optimize System Storage
SystemOperationsApi zap_cache POST /artifactory/api/zap/{repoPath} Zap Cache
SystemReplicationApi block_system_replication POST /artifactory/api/system/replications/block Block System Replication
SystemReplicationApi get_global_system_replication_configuration GET /artifactory/api/system/replications Get Global System Replication Configuration
SystemReplicationApi unblock_system_replication POST /artifactory/api/system/replications/unblock Unblock System Replication
SystemV1Api configuring_the_workers_count PUT /xray/api/v1/configuration/workersCount Update Workers Count
SystemV1Api get_the_workers_count GET /xray/api/v1/configuration/workersCount Get the Workers Count
SystemV1Api get_version GET /xray/api/v1/system/version Get Version
SystemV1Api ping_request GET /xray/api/v1/system/ping Ping
SystemV1Api system_liveness GET /xray/api/v1/system/liveness System Liveness
SystemV1Api system_readiness GET /xray/api/v1/system/readiness System Readiness
TrashCanApi delete_item_from_trash_can DELETE /artifactory/api/trash/clean/{repoPath} Delete Item From Trash Can
TrashCanApi delete_redundant_records_to_trash_can_directories POST /artifactory/api/deleteDirectoryTrashProperty/start Delete Redundant Records to Trash Can Directories
TrashCanApi empty_trash_can POST /artifactory/api/trash/empty Empty Trash Can
TrashCanApi restore_item_from_trash_can POST /artifactory/api/trash/restore/{fromPath} Restore Item from Trash Can
UserLockPolicyApi configure_user_lock_policy PUT /artifactory/api/security/userLockPolicy Configure User Lock Policy
UserLockPolicyApi get_locked_out_users GET /artifactory/api/security/lockedUsers Get Locked Out Users
UserLockPolicyApi get_user_lock_policy GET /artifactory/api/security/userLockPolicy Retrieve User Lock Policy
UserLockPolicyApi unlock_all_locked_out_users POST /artifactory/api/security/unlockAllUsers Unlock All Locked Out Users
UserLockPolicyApi unlock_locked_out_users POST /artifactory/api/security/unlockUsers Unlock Locked-Out Users
UsersApi change_user_password PUT /access/api/v2/users/{username}/password Change a User Password
UsersApi create_user POST /access/api/v2/users Create User
UsersApi delete_user DELETE /access/api/v2/users/{username} Delete User
UsersApi expire_password_for_all_users POST /access/api/v2/users/expire_password_for_all_users Expire Password for All Users
UsersApi expire_user_password POST /access/api/v2/users/{username}/password/expire Set User Password as Expired
UsersApi get_user_details GET /artifactory/api/security/users/{userName} Get User Details
UsersApi get_user_details1 GET /access/api/v2/users/{username} Get User Details
UsersApi get_user_list GET /access/api/v2/users Get User List
UsersApi unexpire_password_for_all_users POST /access/api/v2/users/unexpire_password_for_all_users Un-Expire Password for All Users
UsersApi unlock_user POST /access/api/v2/users/{username}/unlock Unlock User
UsersApi update_user PATCH /access/api/v2/users/{username} Update a User (Partial Update)
UsersApi update_user_groups PATCH /access/api/v2/users/{username}/groups Add or Remove User from Groups
VCSApi download_file_in_vcs_branch_in_subgroup_repository GET /artifactory/api/vcs/downloadBranchFile/{repoKey}/{userOrg}/{repo}/archive/refs/{branchName} Download a File in a VCS Branch in a Subgroup Repository
VCSApi download_file_in_vcs_tag_in_subgroup_repository GET /artifactory/api/vcs/downloadTagFile/{repoKey}/{userOrg}/{repo}/archive/refs/{tagName} Download a File in a VCS Tag in a Subgroup Repository
VCSApi download_file_within_vcs_branch GET /artifactory/api/vcs/downloadBranchFile/{repoKey}/{userOrg}/{repo}/{branchName} Download File within a VCS Branch
VCSApi download_file_within_vcs_branch_alternative GET /artifactory/api/vcs/downloadBranchFile/{repoKey}/{userOrg}/{branchName} Download File within a VCS Branch (Alternative Format)
VCSApi download_file_within_vcs_tag GET /artifactory/api/vcs/downloadTagFile/{repoKey}/{userOrg}/{repo}/{tagName} Download File within a VCS Tag
VCSApi download_file_within_vcs_tag_alternative GET /artifactory/api/vcs/downloadTagFile/{repoKey}/{userOrg}/{tagName} Download File within a VCS Tag (Alternative Format)
VCSApi download_vcs_branch GET /artifactory/api/vcs/downloadBranch/{repoKey}/{userOrg}/{repo}/{branchName} Download a VCS Branch
VCSApi download_vcs_branch_alternative GET /artifactory/api/vcs/downloadBranch/{repoKey}/{userOrg}/{branchName} Download a VCS Branch (Alternative Format)
VCSApi download_vcs_branch_from_subgroup_repository GET /artifactory/api/vcs/downloadBranch/{repoKey}/{userOrg}/{repo}/archive/refs/{branchName} Download a VCS Branch from a Subgroup Repository
VCSApi download_vcs_commit GET /artifactory/api/vcs/downloadCommit/{repoKey}/{userOrg}/{repo}/{commitId} Download a VCS Commit
VCSApi download_vcs_release GET /artifactory/api/vcs/downloadRelease/{repoKey}/{userOrg}/{repo}/{releaseName} Download a VCS Release
VCSApi download_vcs_tag GET /artifactory/api/vcs/downloadTag/{repoKey}/{userOrg}/{repo}/{tagName} Download a VCS Tag
VCSApi download_vcs_tag_alternative GET /artifactory/api/vcs/downloadTag/{repoKey}/{userOrg}/{tagName} Download a VCS Tag (Alternative Format)
VCSApi download_vcs_tag_from_subgroup_repository GET /artifactory/api/vcs/downloadTag/{repoKey}/{userOrg}/{repo}/archive/refs/{tagName} Download a VCS Tag from a Subgroup Repository
VCSApi get_vcs_branches GET /artifactory/api/vcs/branches/{repoKey}/{userOrg}/{repo} Get VCS Branches
VCSApi get_vcs_refs GET /artifactory/api/vcs/refs/{repoKey}/{userOrg}/{repo} Get VCS Refs
VCSApi get_vcs_tags GET /artifactory/api/vcs/tags/{repoKey}/{userOrg}/{repo} Get VCS Tags
VaultApi delete_vault_configuration DELETE /access/api/v1/vault/configs/{vault_key} Delete the Secret Manager Configuration
VaultApi get_vault_configurations GET /access/api/v1/vault/configs Get the Secret Manager Configurations
VaultApi set_vault_configuration PUT /access/api/v1/vault/configs/{vault_key} Set the Vault Configuration
VaultApi test_vault_configuration POST /access/api/v1/vault/configs/test Test the Vault Configuration
ViolationsV1Api get_ignored_violations GET /xray/api/v1/violations/ignored/{watch_name} Get Ignored Violations
ViolationsV1Api get_violations POST /xray/api/v1/violations Get Violations
ViolationsV1Api list_ignored_violations POST /xray/api/v1/violations/ignored List Ignored Violations
ViolationsV1Api restore_ignored_violations POST /xray/api/v1/violations/restore Restore Ignored Violations
WatchesV2Api create_watch_watches_v2_openapi POST /xray/api/v2/watches Create Watch
WatchesV2Api delete_watch_watches_v2_openapi DELETE /xray/api/v2/watches/{name} Delete Watch
WatchesV2Api get_watch_watches_v2_openapi GET /xray/api/v2/watches/{name} Get Watch
WatchesV2Api get_watches_watches_v2_openapi GET /xray/api/v2/watches Get Watches
WatchesV2Api update_watch_watches_v2_openapi PUT /xray/api/v2/watches/{name} Update Watch

Documentation For Models

Documentation For Authorization

Authentication schemes defined for the API:

BasicAuth

  • Type: HTTP basic authentication

BearerAuth

  • Type: Bearer authentication

Author

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_jfrog_client-1.0.1.tar.gz (830.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_jfrog_client-1.0.1-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

File details

Details for the file py_jfrog_client-1.0.1.tar.gz.

File metadata

  • Download URL: py_jfrog_client-1.0.1.tar.gz
  • Upload date:
  • Size: 830.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for py_jfrog_client-1.0.1.tar.gz
Algorithm Hash digest
SHA256 282f9c8c79c97fd4f8252d78efdf16ce32628d319e5bfda2d0c097567b51fbe3
MD5 6299cc5880566a76018f1a7f8807e425
BLAKE2b-256 e7fce71ea270b0e511bf5bdecf5a4d8a2828f3157c8283df0af406dad4ac3c17

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_jfrog_client-1.0.1.tar.gz:

Publisher: publish.yml on ruizink/py-jfrog-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_jfrog_client-1.0.1-py3-none-any.whl.

File metadata

File hashes

Hashes for py_jfrog_client-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 01538d18aa39f6f4cdd8fe1263da838572f3d1ae5196214906f918684fed18cb
MD5 6239e3353b601053a11c02f45abb0c3b
BLAKE2b-256 a67f555943586dc3f97f028b6023f7ee813fbec7837741026809477d48714e81

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_jfrog_client-1.0.1-py3-none-any.whl:

Publisher: publish.yml on ruizink/py-jfrog-client

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page