{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud VMware Solution Datastore API", "version": "20230701" }, "items": [ { "info": { "name": "datastore", "type": "folder" }, "items": [ { "info": { "name": "List the Datastores in specified compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20230701/datastores", "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": "clusterId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the SDDC Cluster.\n" }, { "name": "datastoreId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore.\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 Datastores in the specified compartment. The list can be filtered\nby compartment, datastore id, display name and lifecycle state. Either\ncompartmentId or datastoreId must be provided.\n" }, { "info": { "name": "Creates a Datastore", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastores", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a Oracle Cloud VMware Solution Datastore.\n\nUse the [WorkRequest](#/en/vmware/20200501/WorkRequest/) operations to track the\ncreation of the Datastore.\n" }, { "info": { "name": "Get Datastore", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20230701/datastores/:datastoreId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore.\n" } ] }, "docs": "Get the specified Datastore's information." }, { "info": { "name": "Updates the specified Datastore", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20230701/datastores/:datastoreId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified Datastore.\n\n**Important:** Updating a Datastore affects only certain attributes in the `Datastore`\nobject and does not affect the VMware environment currently running.\n" }, { "info": { "name": "Deletes the specified Datastore", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20230701/datastores/:datastoreId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore.\n" } ] }, "docs": "Deletes the specified Datastore.\n\nUse the [WorkRequest](#/en/vmware/20200501/WorkRequest/) operations to track the\ndeletion of the Datastore.\n" }, { "info": { "name": "Add Block Volume to the provided Datastore", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastores/:datastoreId/actions/addBlockVolume", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "datastoreId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add the specified Block Volume to the provided Datastore.\n\nUse the [WorkRequest](#/en/vmware/20200501/WorkRequest/) operations to track the\naddition of the block volume to the Datastore.\n" }, { "info": { "name": "Moves an Datastore into a different compartment within the same tenancy", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/datastores/:datastoreId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "datastoreId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the Datastore.\n" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves an Datastore 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" } ] } ], "bundled": true }