Skip to content

Commit

Permalink
remove create vm template batch api
Browse files Browse the repository at this point in the history
  • Loading branch information
netweng committed Oct 28, 2024
1 parent 98e9731 commit c879d18
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 215 deletions.
112 changes: 0 additions & 112 deletions cloudtower-api-doc/static/specs/3.4.4-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -98157,118 +98157,6 @@
}
}
},
"/create-vm-from-content-library-template-batch": {
"post": {
"operationId": "CreateVmFromContentLibraryTemplateBatch",
"responses": {
"200": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/WithTask_Vm-Array_"
}
}
},
"headers": {
"x-tower-request-id": {
"schema": {
"type": "string"
},
"required": true
}
}
},
"400": {
"description": "Bad request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorBody"
}
}
},
"headers": {
"x-tower-request-id": {
"schema": {
"type": "string"
},
"required": true
}
}
},
"404": {
"description": "Not found",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorBody"
}
}
},
"headers": {
"x-tower-request-id": {
"schema": {
"type": "string"
},
"required": true
}
}
},
"500": {
"description": "Server error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorBody"
}
}
},
"headers": {
"x-tower-request-id": {
"schema": {
"type": "string"
},
"required": true
}
}
}
},
"tags": [
"Vm"
],
"security": [
{
"Authorization": []
}
],
"parameters": [
{
"in": "header",
"name": "content-language",
"required": false,
"schema": {
"default": "en-US",
"type": "string",
"enum": [
"zh-CN",
"en-US"
]
}
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/VmCreateVmFromContentLibraryTemplateBatchParams"
}
}
}
}
}
},
"/convert-vm-template-to-vm": {
"post": {
"operationId": "ConvertVmTemplateToVm",
Expand Down
103 changes: 0 additions & 103 deletions cloudtower-api-doc/static/specs/4.4.0-swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -121146,109 +121146,6 @@
}
}
},
"/create-vm-from-content-library-template-batch": {
"post": {
"operationId": "CreateVmFromContentLibraryTemplateBatch",
"responses": {
"200": {
"description": "",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/WithTask_Vm-Array_"
}
}
},
"headers": {
"CommonHeader": {
"schema": {
"$ref": "#/components/schemas/CommonHeader"
}
}
}
},
"400": {
"description": "Bad request",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorBody"
}
}
},
"headers": {
"CommonHeader": {
"schema": {
"$ref": "#/components/schemas/CommonHeader"
}
}
}
},
"404": {
"description": "Not found",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorBody"
}
}
},
"headers": {
"CommonHeader": {
"schema": {
"$ref": "#/components/schemas/CommonHeader"
}
}
}
},
"500": {
"description": "Server error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ErrorBody"
}
}
},
"headers": {
"CommonHeader": {
"schema": {
"$ref": "#/components/schemas/CommonHeader"
}
}
}
}
},
"tags": [
"Vm"
],
"security": [
{
"Authorization": []
}
],
"parameters": [
{
"in": "header",
"name": "content-language",
"required": false,
"schema": {
"$ref": "#/components/schemas/ContentLanguage"
}
}
],
"requestBody": {
"required": true,
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/VmCreateVmFromContentLibraryTemplateBatchParams"
}
}
}
}
}
},
"/convert-vm-template-to-vm": {
"post": {
"operationId": "ConvertVmTemplateToVm",
Expand Down

1 comment on commit c879d18

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cloudtower-api-doc ready!

✅ Preview
https://cloudtower-api-h99p07i8m-xiaojunwengs-projects.vercel.app

Built with commit c879d18.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.