Update All Datastore Regex

Update All Datastore Regex
Request
URI
PUT
https://{api_host}/dt-rest/v100/system/element/{elementId}/updatealldatastoreregex
COPY
Path Parameters
string
elementId
Required

elementId


Request Body
DtDataStoreRegexImpl of type(s) application/json
Optional
{
    "id": "string",
    "primaryDatastoreRegex": "string",
    "auxiliaryDatastoreRegex": "string",
    "appStackRegex": "string",
    "writableRegex": "string",
    "location": "string",
    "DtLink": [
        {
            "href": "string",
            "rel": "string",
            "deprecated": false,
            "name": "string",
            "method": "string"
        }
    ]
}
string
id
Optional

id

string
primaryDatastoreRegex
Optional

primaryDatastoreRegex

string
auxiliaryDatastoreRegex
Optional

auxiliaryDatastoreRegex

string
appStackRegex
Optional

appStackRegex

string
writableRegex
Optional

writableRegex

string
location
Optional

location

array of DtLink
DtLink
Optional

DtLink

Responses
200
Operation doesn't return any data structure