POST api_v2/ServiceExtensionDatabase/InstallServiceExtensionForDatabaseZone
Установить расширение сервиса для области информационной базы
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
installServiceExtensionModel | Модель данных для установки расширения сервиса для области инф. базы |
Define this parameter in the request body. |
Request body formats
application/xml, text/xml
Sample:
<Request> <ServiceId>fdc3a583-049e-4a8c-a7a6-24c60adf0168</ServiceId> <DatabaseZone>2</DatabaseZone> </Request>
application/json, text/json
Sample:
{ "ServiceId": "fdc3a583-049e-4a8c-a7a6-24c60adf0168", "DatabaseZone": 2 }
Response Information
Статус код
Response body formats
application/xml, text/xml
Sample:
<Result />
application/json, text/json
Sample:
{}