3.7.12. Get global extension repo version checksum
GET /extension-repository/{groupId}/{artifactId}/{version}/sha256
Description
Gets the hex representation of the SHA-256 digest for the binary content with the given bucket, group, artifact, and version. Since the same group-artifact-version can exist in multiple buckets, this will return the checksum of the first one returned. This will be consistent since the checksum must be the same when existing in multiple buckets.
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
artifactId required |
The artifact identifier |
string |
Path |
groupId required |
The group identifier |
string |
Path |
version required |
The version |
string |
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
string |
400 |
NiFi Registry was unable to complete the request because it was invalid. The request should not be retried without modification. |
No Content |
401 |
Client could not be authenticated. |
No Content |
403 |
Client is not authorized to make this request. |
No Content |
404 |
The specified resource could not be found. |
No Content |
409 |
NiFi Registry was unable to complete the request because it assumes a server state that is not valid. |
No Content |
Consumes
-
/
Produces
-
text/plain
Security
Type | Name |
---|---|
apiKey |
Authorization |
Example HTTP request
Request path
/extension-repository/string/string/string/sha256
Example HTTP response
Response 200
"string"