{ "opencollection": "1.0.0", "info": { "name": "Fusion Applications Environment Management Fusion Environment Family API", "version": "20211201" }, "items": [ { "info": { "name": "fusionEnvironmentFamily", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of all FusionEnvironmentFamilies in a compartment", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentFamilyId", "value": "", "type": "query", "description": "The ID of the fusion environment family in which to list resources." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The ID of the compartment in which to list resources." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the entire display name given." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter that returns all resources that match the specified lifecycle state." }, { "name": "limit", "value": "", "type": "query", "description": "The maximum number of items to return." }, { "name": "page", "value": "", "type": "query", "description": "The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either 'asc' or 'desc'." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for displayName is ascending. If no value is specified timeCreated is default.\n" } ] }, "docs": "Returns a list of FusionEnvironmentFamilies.\n" }, { "info": { "name": "Creates a new FusionEnvironmentFamily", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies", "headers": [ { "name": "opc-provision-option", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new FusionEnvironmentFamily.\n" }, { "info": { "name": "Get FusionEnvironmentFamily", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies/:fusionEnvironmentFamilyId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentFamilyId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the FusionEnvironmentFamily." } ] }, "docs": "Retrieves a fusion environment family identified by its OCID." }, { "info": { "name": "Update the FusionEnvironmentFamily identified by the id", "type": "http" }, "http": { "method": "PUT", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies/:fusionEnvironmentFamilyId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentFamilyId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the FusionEnvironmentFamily." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the FusionEnvironmentFamily" }, { "info": { "name": "Delete a provisioned FusionEnvironmentFamily", "type": "http" }, "http": { "method": "DELETE", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies/:fusionEnvironmentFamilyId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentFamilyId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the FusionEnvironmentFamily." } ] }, "docs": "Deletes a FusionEnvironmentFamily resource by identifier" }, { "info": { "name": "Moves a FusionEnvironmentFamily into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies/:fusionEnvironmentFamilyId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "opc-retry-token", "value": "" } ], "params": [ { "name": "fusionEnvironmentFamilyId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the FusionEnvironmentFamily." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a FusionEnvironmentFamily into a different compartment. When provided, If-Match is checked against ETag\nvalues of the resource.\n" }, { "info": { "name": "Get FusionEnvironmentFamily Limits and Usage", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies/:fusionEnvironmentFamilyId/limitsAndUsage", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentFamilyId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the FusionEnvironmentFamily." } ] }, "docs": "Gets the number of environments (usage) of each type in the fusion environment family, as well as the limit that's allowed to be created based on the group's associated subscriptions." }, { "info": { "name": "Get FusionEnvironmentFamily Subscription Detail", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20211201/fusionEnvironmentFamilies/:fusionEnvironmentFamilyId/subscriptionDetails", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "fusionEnvironmentFamilyId", "value": "", "type": "path", "description": "The unique identifier (OCID) of the FusionEnvironmentFamily." } ] }, "docs": "Gets the subscription details of an fusion environment family." } ] } ], "bundled": true }