Package Registry
Description of the JSON object structure describing a package
| Field | Type | Description | 
|---|---|---|
| id | String | Unique package ID | 
| name | String | Package name | 
| version | String | Package version | 
| groupId | String | Group identifier | 
| artifactId | String | Artifact identifier | 
| type | String | Package type. Possible values: generic,maven,npm,pypi,nuget,composer,container,opm | 
| ownerUuid | String | Unique owner ID | 
| ownerType | String | Owner type. Possible values: PROJECT,COMPANY,GLOBAL | 
Description of the JSON object structure describing a package version
| Field | Type | Description | 
|---|---|---|
| id | String | Unique package version ID | 
| baseVersion | String | Base package version | 
| version | String | Package version | 
| lowerVersion | String | Package version in lowercase | 
| downloadCount | Integer | Number of downloads for this package version | 
| languageVersion | String | Programming language version | 
| packageUploadType | String | Package upload method. Possible values: TRANSPORT,MANUALLY,API | 
| packageFiles | Object | Object containing information about the attached file. See details here | 
| internal | Deprecated | Deprecated parameter. Returns nullby default | 
Description of the JSON object structure describing a file
| Field | Type | Description | 
|---|---|---|
| id | String | Unique attached file ID | 
| name | String | File name | 
| size | Integer | File size in bytes | 
| hashMd5 | String | Md5 hash | 
| hashSHA1 | String | Sha1 hash | 
| hashSHA256 | String | Sha256 hash | 
| packageUploadType | String | File upload method. Possible values: TRANSPORT,MANUALLY,API | 
| createdAt | ZonedDateTime | Date and time the file was added | 
On the following pages you can find methods for packages of different levels:
Automated translation!
This page was translated using automatic translation tools. The text may contain inaccuracies.