mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 20:50:45 +08:00
13 lines
315 B
YAML
13 lines
315 B
YAML
post:
|
|
summary: 解绑弹性EIP
|
|
parameters:
|
|
- $ref: "../parameters/elasticip.yaml#/elasticipId"
|
|
- $ref: "../parameters/elasticip.yaml#/auto_delete"
|
|
responses:
|
|
200:
|
|
description: 弹性IP信息
|
|
schema:
|
|
$ref: "../schemas/elasticip.yaml#ElasticIpResponse"
|
|
|
|
tags:
|
|
- elasticips |