{ "opencollection": "1.0.0", "info": { "name": "Oracle Cloud Agent Plugin API", "version": "20180530" }, "items": [ { "info": { "name": "plugin", "type": "folder" }, "items": [ { "info": { "name": "ListInstanceAgentPlugins", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20180530/instanceagents/:instanceagentId/plugins", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment." }, { "name": "instanceagentId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the instance." }, { "name": "status", "value": "", "type": "query", "description": "The plugin status." }, { "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": "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": "sortBy", "value": "", "type": "query", "description": "The field to sort by. You can provide one sort order (`sortOrder`). Default order for\n`TIMECREATED` is descending.\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": "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": "name", "value": "", "type": "query", "description": "The plugin name." } ] }, "docs": "Gets information about the Oracle Cloud Agent plugins that are available on a specific\ncompute instance.\n" }, { "info": { "name": "GetInstanceAgentPlugin", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20180530/instanceagents/:instanceagentId/plugins/:pluginName", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "instanceagentId", "value": "", "type": "path", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the instance." }, { "name": "compartmentId", "value": "", "type": "query", "description": "The [OCID](/Content/General/Concepts/identifiers.htm) of the compartment." }, { "name": "pluginName", "value": "", "type": "path", "description": "The name of the plugin." } ] }, "docs": "Gets information about a specific Oracle Cloud Agent plugin on a compute instance." } ] } ], "bundled": true }