mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-07 22:24:32 +08:00
16 lines
397 B
YAML
16 lines
397 B
YAML
post:
|
|
summary: 创建并绑定弹性IP给实例
|
|
parameters:
|
|
- $ref: '../parameters/instance.yaml#/instanceId'
|
|
- in: body
|
|
name: server
|
|
required: true
|
|
schema:
|
|
$ref: '../schemas/instance.yaml#/InstanceCreateEip'
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: '../schemas/instance.yaml#/InstanceResponse'
|
|
tags:
|
|
- instance |