GET api_v2/AccountDatabases/GetLaunchDatabaseInstructions?accountDatabaseId={accountDatabaseId}&accountUserId={accountUserId}
Получить инструкции по запуску информационной базы.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
accountDatabaseId | Номер запускаемой базы. |
Define this parameter in the request URI. |
accountUserId | Номер пользователя который запускает базу. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/xml, text/xml
Sample:
<Result> <LaunchAllowed>true</LaunchAllowed> <ValidationErrorMessage>sample string 2</ValidationErrorMessage> <Path1CClient>sample string 3</Path1CClient> <Path1CClientX64>sample string 4</Path1CClientX64> <PlatformVersion>sample string 5</PlatformVersion> </Result>
application/json, text/json
Sample:
{ "LaunchAllowed": true, "ValidationErrorMessage": "sample string 2", "Path1CClient": "sample string 3", "Path1CClientX64": "sample string 4", "PlatformVersion": "sample string 5" }