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