Difference between revisions of "Artifactory API"
Jump to navigation
Jump to search
↑ https://stackoverflow.com/questions/40009201/artifactory-upload-with-api-key-not-password
Line 11: | Line 11: | ||
Create and [[Artifactory API|API]] key and use it to upload or download files <ref>https://stackoverflow.com/questions/40009201/artifactory-upload-with-api-key-not-password</ref>: | Create and [[Artifactory API|API]] key and use it to upload or download files <ref>https://stackoverflow.com/questions/40009201/artifactory-upload-with-api-key-not-password</ref>: | ||
:<code>[[curl]] -u admin:1234567890 </code> or <code>curl --header 'X-JFrog-Art-Api: 1234567890' </code> | :<code>[[curl]] -u admin:1234567890 </code> or <code>curl --header 'X-JFrog-Art-Api: 1234567890' </code> | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | * [[Artifactory plugins]] | ||
== See also == | == See also == |
Revision as of 08:29, 5 October 2020
Delete Builds
Empty Trash can:
- https://www.jfrog.com/confluence/display/JFROG/Artifactory+REST+API#ArtifactoryRESTAPI-EmptyTrashCan
Create and API key and use it to upload or download files [1]:
curl -u admin:1234567890
orcurl --header 'X-JFrog-Art-Api: 1234567890'
Related terms
See also
- JFrog Artifactory, Artifactory Query Language (AQL), Artifactory logs, JFrog Artifactory versions, Artifactory API, Artifactory plugins
Advertising: