diff --git a/doc/source/api/karbor_api.v1.yaml b/doc/source/api/karbor_api.v1.yaml index a3cef9dc..acb95e8d 100644 --- a/doc/source/api/karbor_api.v1.yaml +++ b/doc/source/api/karbor_api.v1.yaml @@ -1101,8 +1101,10 @@ paths: "checkpoint_id": "dcb20606-ad71-40a3-80e4-ef0fafdad0c3", "restore_target": "http://192.168.1.2:35357/v2.0/", "parameters": { - "username": "admin", - "password": "***" + "OS::Cinder::Volume": { + }, + "OS::Nova::Server#3f8af6c6-ecea-42bd-b44c-724785bbe5ea": { + } }, "status": "success" } @@ -1146,8 +1148,10 @@ paths: "checkpoint_id": "dcb20606-ad71-40a3-80e4-ef0fafdad0c3", "restore_target": "http://192.168.1.2:35357/v2.0/", "parameters": { - "username": "admin", - "password": "***" + "OS::Cinder::Volume": { + }, + "OS::Nova::Server#3f8af6c6-ecea-42bd-b44c-724785bbe5ea": { + } }, "status": "success" } @@ -1181,8 +1185,10 @@ paths: "checkpoint_id": "dcb20606-ad71-40a3-80e4-ef0fafdad0c3", "restore_target": "http://192.168.1.2:35357/v2.0/", "parameters": { - "username": "admin", - "password": "***" + "OS::Cinder::Volume": { + }, + "OS::Nova::Server#3f8af6c6-ecea-42bd-b44c-724785bbe5ea": { + } }, "status": "success" } @@ -1609,6 +1615,9 @@ definitions: restore_target: type: string format: UUID + restore_auth: + type: object + format: dict parameters: type: object format: dict @@ -1820,6 +1829,9 @@ definitions: restore_target: type: string format: url + restore_auth: + type: object + format: dict parameters: type: object format: dict