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.

Request Samples

1

Response Samples

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]

Query Parameters

NameTypeRequiredDescription
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 true.

Default:
false

Responses

StatusMeaningDescription
200OK

The request succeeded. A list of supported database types is returned.

Schema