{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud VMware Solution Management Appliance API", "version": "20230701" }, "items": [ { "info": { "name": "managementAppliance", "type": "folder" }, "items": [ { "info": { "name": "List management appliances in specified compartment.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20230701/managementAppliances", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "managementApplianceId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the management appliance." }, { "name": "sddcId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the SDDC.\n" }, { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "The lifecycle state of the management appliance." }, { "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" } ] }, "docs": "Lists management appliances in compartment specified. List can be filtered by management appliance, compartment, name and lifecycle state." }, { "info": { "name": "Creates management appliance.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20230701/managementAppliances", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a management appliance." }, { "info": { "name": "Get management appliance.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20230701/managementAppliances/:managementApplianceId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "managementApplianceId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the management appliance." } ] }, "docs": "Get the specified management appliance information." }, { "info": { "name": "Updates the management appliance specified.", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20230701/managementAppliances/:managementApplianceId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "managementApplianceId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the management appliance." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates management appliance specified." }, { "info": { "name": "Deletes management appliance specified.", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20230701/managementAppliances/:managementApplianceId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "managementApplianceId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the management appliance." } ] }, "docs": "Deletes management appliance specified." } ] } ], "bundled": true }