Config APIs
Get Access Category List (GET)
Reads connector configuration access categories for selected technology connector resource technology
Route
|
URI |
/api/v1/config/AccessCategoryList |
|
Method |
GET |
|
Result |
JSON – AccessCategoryInformation[] |
Parameters
None
Response Structure Returns AccessCategoryInformation[] object containing:
-
Rights: FileSystemRights value
-
GenericRightClassification: GenericFileSystemRight value
-
InheritanceFlags: InheritanceFlags value
-
PropagationFlags: PropagationFlags value
-
Position: Position of the the current access category from left to right
Example
GET http://localhost/api/v1/config/AccessCategoryList
Example Response
{ "Rights": {}, "GenericRightClassification": {}, "InheritanceFlags": {}, "PropagationFlags": {}, "Position": {} }
Get Group Wizard (GET)
Delivers the group wizard configuration
Route
|
URI |
/api/v1/config/groupwizard |
|
Method |
GET |
|
Result |
JSON – GroupWizardConfigurationEntry[] |
Parameters
|
Name |
Type |
Mandatory |
Description |
|---|---|---|---|
|
key |
string |
No |
A key like path:///fs/%5c%5cmy.server.local |
Response Structure Returns GroupWizardConfigurationEntry[] object containing:
-
UriKey: string value
-
IsEnabled: bool value
-
GroupStrategy: string value
-
Categories: List<Category> value
-
GroupConfiguration: GroupConfiguration value
-
PathConfiguration: PathConfiguration value
-
Format: string value
-
DefaultOU: string value
Example
GET http://localhost/api/v1/config/groupwizard
Example Response
{
"UriKey": "sample",
"IsEnabled": true,
"GroupStrategy": "sample",
"Categories": {},
"GroupConfiguration": {},
"PathConfiguration": {},
"Format": "sample",
"DefaultOU": "sample"
}
Get List Group Strategy (GET)
Delivers the list-group-strategy configured in 8MAN of the given key.
Route
|
URI |
/api/v1/config/listgroupstrategy |
|
Method |
GET |
|
Result |
JSON – IActionResult |
Parameters
|
Name |
Type |
Mandatory |
Description |
|---|---|---|---|
|
key |
string |
No |
A key like path:///fs/%5c%5cmy.server.local |
Example
GET http://localhost/api/v1/config/listgroupstrategy