3.7.1. Get extension repo buckets
GET /extension-repository
Description
Gets the names of the buckets the current user is authorized for in order to browse the repo by bucket.
Responses
| HTTP Code | Description | Schema |
|---|---|---|
|
200 |
successful operation |
< ExtensionRepoBucket > array |
|
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
-
application/json
Security
| Type | Name |
|---|---|
|
apiKey |
Authorization |
Example HTTP request
Request path
/extension-repository
Example HTTP response
Response 200
[ {
"link" : {
"href" : "string",
"params" : {
"string" : "string"
}
},
"bucketName" : "string"
} ]
