{ "opencollection": "1.0.0", "info": { "name": "OCI Control Center Demand Signal Occ Demand Signal API", "version": "20240430" }, "items": [ { "info": { "name": "occDemandSignal", "type": "folder" }, "items": [ { "info": { "name": "Gets a list of OccDemandSignals.", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20240430/occDemandSignals", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the compartment in which to list resources." }, { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state. The\nstate value is case-insensitive.\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly." }, { "name": "id", "value": "", "type": "query", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal." }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return in a\npaginated \"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\n\"List\" call. 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`)." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide only one sort order. Default order for `timeCreated`\nis descending. Default order for `displayName` is ascending.\n" } ] }, "docs": "Gets a list of OccDemandSignals.\n" }, { "info": { "name": "Creates a OccDemandSignal.", "type": "http" }, "http": { "method": "POST", "url": "https://127.0.0.1/20240430/occDemandSignals", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a OccDemandSignal.\n" }, { "info": { "name": "Get OccDemandSignal", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20240430/occDemandSignals/:occDemandSignalId", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "occDemandSignalId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal." } ] }, "docs": "Gets information about a OccDemandSignal." }, { "info": { "name": "Updates a OccDemandSignal.", "type": "http" }, "http": { "method": "PUT", "url": "https://127.0.0.1/20240430/occDemandSignals/:occDemandSignalId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "occDemandSignalId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a OccDemandSignal." }, { "info": { "name": "Patch a OccDemandSignal", "type": "http" }, "http": { "method": "PATCH", "url": "https://127.0.0.1/20240430/occDemandSignals/:occDemandSignalId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "occDemandSignalId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the data of an OccDemandSignal." }, { "info": { "name": "Deletes a OccDemandSignal.", "type": "http" }, "http": { "method": "DELETE", "url": "https://127.0.0.1/20240430/occDemandSignals/:occDemandSignalId", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "occDemandSignalId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal." } ] }, "docs": "Deletes a OccDemandSignal." }, { "info": { "name": "Moves a OccDemandSignal into a different compartment.", "type": "http" }, "http": { "method": "POST", "url": "https://127.0.0.1/20240430/occDemandSignals/:occDemandSignalId/actions/changeCompartment", "headers": [ { "name": "if-match", "value": "" }, { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "occDemandSignalId", "value": "", "type": "path", "description": "The [OCID](/iaas/Content/General/Concepts/identifiers.htm) of the OccDemandSignal." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Moves a OccDemandSignal into a different compartment within the same tenancy. For information about moving resources between\ncompartments, see [Moving Resources to a Different Compartment](/iaas/Content/Identity/Tasks/managingcompartments.htm#moveRes).\n" } ] } ], "bundled": true }