Gets a list of supported database types
get/admin/dataStores/supportedDatabaseTypes
Retrieves a list of supported database types. This endpoint requires the "svi.administration.core_metadata" capability.
1[2 {3 "type": "string",4 "requiredFields": [5 "string"6 ],7 "defaultAdditionalFields": {8 "property1": {9 "fieldKey": "string",10 "fieldValue": "string"11 },12 "property2": {13 "fieldKey": "string",14 "fieldValue": "string"15 }16 }17 }18]
| Name | Type | Required | Description |
|---|---|---|---|
includeAll | boolean | false | By default, this operation returns only manageable types. These are the types that you can add/modify/delete in the SAS Visual Investigator Administration user interface. To force all the types to be returned, set this property to Default: false |
| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The request succeeded. A list of supported database types is returned. | Schema |