mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-02 14:02:39 +08:00
16 lines
380 B
YAML
16 lines
380 B
YAML
post:
|
|
summary: 实例关联弹性IP
|
|
parameters:
|
|
- $ref: '/parameters/instance.yaml#instanceId'
|
|
- in: body
|
|
name: server
|
|
required: true
|
|
schema:
|
|
$ref: '/schemas/instance.yaml#InstanceAssociateEip'
|
|
responses:
|
|
200:
|
|
description: 实例信息
|
|
schema:
|
|
$ref: '/schemas/instance.yaml#InstanceResponse'
|
|
tags:
|
|
- instance |