The URL is built similarly to the Target Path format as follows:
Deploying a package using Matrix Parameters
PUT "http://SERVER_HOSTNAME:8081/artifactory/{debianRepoKey}/pool/{debianPackageName};deb.distribution={distribution};deb.component={component};deb.architecture={architecture}"
For example, to upload package libatk1.0_i386.deb
, and specify that its layout is from the wheezy distribution, in the main component and the i386 architecture, you would enter:
Example
PUT "http://localhost:8081/artifactory/debian-local/pool/libatk1.0_i386.deb;deb.distribution=wheezy;deb.component=main;deb.architecture=i386"