POST DistDataSources

Vytvoření nového datového zdroje. Pouze pro výdejce nebo admina.

Request Information

URI Parameters

None.

Body Parameters

Definice nového datového zdroje

DistDataSourceCreateDTO
NameDescriptionTypeAdditional information
HostNameOrUrl

string

None.

UserName

string

None.

UserPassword

string

None.

SdeRoleType

SdeRoleType

None.

SdeDatabasePlatform

DatabasePlatform

None.

Database

string

None.

Title

string

None.

Filter

string

None.

MapServerType

MapServerType

None.

AtomType

AtomType

None.

Request Formats

application/json, text/json

Sample:
{
  "hostNameOrUrl": "sample string 1",
  "userName": "sample string 2",
  "userPassword": "sample string 3",
  "sdeRoleType": "general",
  "sdeDatabasePlatform": "mssql",
  "database": "sample string 4",
  "title": "sample string 5",
  "filter": "sample string 6",
  "mapServerType": "ags",
  "atomType": "file"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DistDataSourcePlainDTO
NameDescriptionTypeAdditional information
HostNameOrUrl

string

None.

UserName

string

None.

UserPassword

string

None.

LastSync

date

None.

IsDeleted

boolean

None.

CreatorId

integer

None.

EditorId

integer

None.

Created

date

None.

Edited

date

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:

Sample not available.