Skip to main content

ArtifactExportRequest

Request a short-lived capability for one exact staged artifact.

installed_identityInstalled Identity (string)required

Installed generation to export.

manifest_sha256Manifest Sha256 (string)required

Exact manifest digest the store intends to import.

Possible values: Value must match regular expression ^[0-9a-f]{64}$

target_node_idTarget Node Id (string)required

Store node allowed to redeem the token.

ArtifactExportRequest
{
"installed_identity": "string",
"manifest_sha256": "string",
"target_node_id": "string"
}