{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud VMware Solution Datastore Cluster API", "version": "20230701" }, "items": [ { "info": { "name": "datastoreCluster", "type": "folder" }, "items": [ { "info": { "name": "List the Datastore Clusters in specified compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20230701/datastoreClusters", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment as optional parameter." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly." }, { "name": "datastoreClusterId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" }, { "name": "clusterId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.\n" }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a paginated\n\"List\" call. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "page", "value": "", "type": "query", "description": "For list pagination. The value of the `opc-next-page` response header from the previous \"List\"\ncall. For important details about how pagination works, see\n[List Pagination](/iaas/Content/API/Concepts/usingapi.htm#nine).\n" }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`). The DISPLAYNAME sort order\nis case sensitive.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide one sort order (`sortOrder`). Default order for\nTIMECREATED is descending. Default order for DISPLAYNAME is ascending. The DISPLAYNAME\nsort order is case sensitive.\n\n**Note:** In general, some \"List\" operations (for example, `ListInstances`) let you\noptionally filter by availability domain if the scope of the resource type is within a\nsingle availability domain. If you call one of these \"List\" operations without specifying\nan availability domain, the resources are grouped by availability domain, then sorted.\n" }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The lifecycle state of the resource." } ] }, "docs": "List the Datastore Clusters in the specified compartment. The list can be filtered\nby compartment, Datastore Cluster, Display name and Lifecycle state. Either\ncompartmentId or datastoreClusterId must be provided.\n" }, { "info": { "name": "Creates a Datastore Cluster", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Oracle Cloud VMware Solution Datastore Cluster.\n" }, { "info": { "name": "Get Datastore Cluster", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ] }, "docs": "Get the specified Datastore Cluster information." }, { "info": { "name": "Updates the specified Datastore Cluster", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Datastore Cluster.\n\n**Important:** Updating a Datastore Cluster affects only certain attributes in the `Datastore Cluster`\nobject and does not affect the VMware environment currently running.\n" }, { "info": { "name": "Deletes the specified Datastore Cluster", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ] }, "docs": "Deletes the specified Datastore Cluster.\n" }, { "info": { "name": "Add Datastore to the provided Datastore Cluster", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId/actions/addDatastore", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add the specified Datastore to the provided Datastore Cluster.\n" }, { "info": { "name": "Attach Datastore Cluster to the provided Vmware Cluster", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId/actions/attachToCluster", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attach the specified Datastore Cluster to the provided Vmware Cluster.\n\nUse the [WorkRequest](#/en/vmware/20200501/WorkRequest/) operations to track the\nattachment of the Datastore.\n" }, { "info": { "name": "Attach Datastore Cluster to the provided ESXi Hosts", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId/actions/attachToEsxiHost", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Attach the specified Datastore Cluster to the provided ESXi Hosts.\n\nUse the [WorkRequest](#/en/vmware/20200501/WorkRequest/) operations to track the\nattachment of the Datastore.\n" }, { "info": { "name": "Moves an Datastore Cluster into a different compartment within the same tenancy", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves an Datastore Cluster into a different compartment within the same tenancy. For information\nabout moving resources between compartments, see\n[Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n" }, { "info": { "name": "Detach Datastore Cluster from the provided Vmware Cluster.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId/actions/detachFromCluster", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ] }, "docs": "Detach the specified Datastore Cluster from the provided Vmware Cluster.\n\nUse the [WorkRequest](#/en/vmware/20200501/WorkRequest/) operations to track the\ndetachment of the Datastore.\n" }, { "info": { "name": "Detach Datastore Cluster from the provided ESXi Hosts", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId/actions/detachFromEsxiHost", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Detach the specified Datastore Cluster from the provided ESXi Hosts.\n\nUse the [WorkRequest](#/en/vmware/20200501/WorkRequest/) operations to track the\ndetachment of the Datastore.\n" }, { "info": { "name": "Remove Datastore from the provided Datastore Cluster", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastoreClusters/:datastoreClusterId/actions/removeDatastore", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreClusterId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore Cluster.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Remove the specified Datastore from the provided Datastore Cluster.\n" } ] } ], "bundled": true }