{ "opencollection": "1.0.0", "info": { "name": "SELF Service Partner Integeration API", "version": "20260129" }, "items": [ { "info": { "name": "PartnerIntegeration", "type": "folder" }, "items": [ { "info": { "name": "Lists partner info", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20260129/partners", "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": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given name." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "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" } ] }, "docs": "Lists marketplace publisher partner info for a compartment.\n" }, { "info": { "name": "Submits a CSV batch of usage records for marketplace offers.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20260129/partners/actions/batchUsageRecords", "headers": [ { "name": "compartment-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Asynchronously submits a UTF-8 CSV usage file for marketplace offers. The file\nmust not exceed 50 MB or 30,000 rows and must include required usage columns.\n" }, { "info": { "name": "Submits one or more usage records for marketplace offers.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20260129/partners/actions/submitUsageRecords", "headers": [ { "name": "compartment-id", "value": "" }, { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Synchronously submits usage records for marketplace offers. Each record must include\n`id`, `marketplaceOfferId`, `amount`, `currencyCode`, `timeUsageStarted`,\n`timeUsageEnded`, and `usageDimensionName`.\n" }, { "info": { "name": "Gets the summary of subscriptions for a particular Listing.", "type": "http" }, "http": { "method": "GET", "url": "http://127.0.0.1/20260129/partners/subscriptions", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "listingId", "value": "", "type": "query", "description": "The unique identifier for the listing." }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given name." }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided." }, { "name": "sortOrder", "value": "", "type": "query", "description": "The sort order to use, either ascending (`ASC`) or descending (`DESC`)." }, { "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" } ] }, "docs": "Gets information about a Subscription." }, { "info": { "name": "Resolve a Subscription.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20260129/partners/subscriptions/actions/resolve", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This API returns the subscription details by resolving JWT token to corresponding subscription and move its state to Pending Activation state.\n" }, { "info": { "name": "Activates a Subscription.", "type": "http" }, "http": { "method": "POST", "url": "http://127.0.0.1/20260129/partners/subscriptions/:subscriptionId/actions/activate", "headers": [ { "name": "opc-retry-token", "value": "" }, { "name": "opc-request-id", "value": "" }, { "name": "if-match", "value": "" } ], "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The unique identifier for the subscription." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Activates a subscription identified by the provided subscription ID and updates its status.\n" } ] } ], "bundled": true }