Skip to content

Commit

Permalink
Merge branch '8.0-dev' of github.com:gomorpheus/morpheus-openapi into…
Browse files Browse the repository at this point in the history
… 8.0-dev
  • Loading branch information
Dan DeVilbiss committed Dec 20, 2024
2 parents 9a7d475 + 52459a0 commit 61e1670
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion components/schemas/instanceCreateVolume.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,10 @@ properties:
format: int64
nullable: true
description: The ID of the specific datastore. Auto selection can be specified as auto or autoCluster (for clusters).

controllerMountPoint:
type: string
description: |
The controller mount point specification for this volume in the format: `"id:busNumber:typeId:unitNumber"`
For new storage controllers the id is passed as -1, so an example value would be: `"-1:1:6:0"` which translates to id: -1 (new), busNumber: 1, storage controller type id: 6 (SCSI VMware Paravirtual), unit number: 0.
The current list of storage controllers is returned for instances and servers for determining existing id values.
Use `/api/provision-types?code=vmware` to see the available `controllerTypes` for vmware.
2 changes: 1 addition & 1 deletion paths/api@[email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
post:
delete:
summary: Remove From Control
description: Will delete a brownfield instance (or instances) asynchronously (Only deletes records local to Morpheus, actual VMs remain unchanged).
operationId: removeInstancesFromControl
Expand Down

0 comments on commit 61e1670

Please sign in to comment.