3.6.1. Get configration
GET /config
Description
Gets the NiFi Registry configurations.
Responses
HTTP Code | Description | Schema |
---|---|---|
200 |
successful operation |
RegistryConfiguration |
401 |
Client could not be authenticated. |
No Content |
Consumes
-
/
Produces
-
application/json
Security
Type | Name |
---|---|
apiKey |
Authorization |
Example HTTP request
Request path
/config
Example HTTP response
Response 200
{
"supportsManagedAuthorizer" : true,
"supportsConfigurableAuthorizer" : true,
"supportsConfigurableUsersAndGroups" : true
}