Description
Gets all the extension tags known to this NiFi Registry instance, along with the number of extensions that have the given tag.
GET /extensions/tags
Gets all the extension tags known to this NiFi Registry instance, along with the number of extensions that have the given tag.
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
< TagCount > 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 |
/
application/json
Type | Name |
---|---|
apiKey |
Authorization |
Request path
/extensions/tags
Response 200
[ {
"tag" : "string",
"count" : 0
} ]