/api/post-v1-self-hosted-instances-8fc9898e56
Войти
Все методы Self Hosted LicenseSelfHostedLicenseController
manifest 0.0.0.118 • 19 июн. 2026 г., 10:15
POST/v1/self-hosted/instancesAuthenticated

POST instances

Маршрут POST /v1/self-hosted/instances из SelfHostedLicenseController. Детализация собрана из API manifest gateway.

Operation ID
SelfHostedLicenseController.createInstance.POST.v1_self-hosted_instances
Handler
cdp.gateway.cdp_gateway.selfhosted.controller.SelfHostedLicenseController#createInstance
Consumes
Producesapplication/json
Параметры0
Request bodyCreateSelfHostedInstanceRequestDTO
Response bodyResponseWrapper<CreateSelfHostedInstanceResponseDTO>
Request map

Маршрут и контракт запроса

POST/v1/self-hosted/instances
Path segments
v1self-hostedinstances
Security
isAuthenticated()
Parameters

Параметры

У метода нет параметров.
Request / Response

Тела запроса и ответа

Request bodyCreateSelfHostedInstanceRequestDTO
Nullable: Нет
CreateSelfHostedInstanceRequestDTO
object • CreateSelfHostedInstanceRequestDTO
installationUuid
String
required • not-null
NotBlank
Response bodyResponseWrapper<CreateSelfHostedInstanceResponseDTO>
Nullable: Нет
ResponseWrapper<CreateSelfHostedInstanceResponseDTO>
object • ResponseWrapper<CreateSelfHostedInstanceResponseDTO>
success
boolean
required • not-null
data
T
optional • nullable
error
CdpErrorResponse
optional • nullable • schema=CdpErrorResponse
CdpErrorResponse
object • CdpErrorResponse
errorId
String
required • not-null
code
String
required • not-null
message
String
required • not-null
details
Map<String, Object>
optional • not-null
fieldErrors
List<CdpFieldError>
optional • not-null
timestamp
long
optional • not-null
meta
Map<String, Object>
optional • not-null