OCI
List Artifacts
List multiple OCIArtifacts
An OCIArtifact is a single OCI Artifact (manifest) that describes an OCI Image or other OCI Artifact.
OCIArtifacts have a MediaType that informs you what the OCIArtifact contains. For OCIArtifacts with a MediaType of application/vnd.oci.image.manifest.v1+json or application/vnd.docker.container.image.v1+json, the Architecture field will show the compute architecture that the OCI Image was built for (e.g. “amd64”)
OCIArtifacts can be associated with zero or more ProjectReleases and PackageReleases.
GET
Query Parameters
Continuation token value (used when retrieving the next page of results).
Number of records to show per page of results.
Required range:
0 <= x <= 100
Record filter.
Response
200
application/json
OK
The response is of type object
.
Previous
Create ArtifactCreate a new OCIArtifact
An <em>OCIArtifact</em> is a single OCI Artifact (manifest) that describes an OCI
Image or other OCI Artifact.
OCIArtifacts have a <b>MediaType</b> that informs you what the OCIArtifact
contains. For OCIArtifacts with a MediaType of
<b>application/vnd.oci.image.manifest.v1+json</b> or
<b>application/vnd.docker.container.image.v1+json</b>, the <b>Architecture</b>
field will show the compute architecture that the OCI Image was built for (e.g.
"amd64")
OCIArtifacts can be associated with zero or more ProjectReleases and
PackageReleases.
Next