{ "opencollection": "1.0.0", "info": { "name": "Connector Hub Connector Plugins API", "version": "20200909" }, "items": [ { "info": { "name": "connectorPlugins", "type": "folder" }, "items": [ { "info": { "name": "Lists all connector plugins that can be used.", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20200909/connectorPlugins", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "lifecycleState", "value": "", "type": "query", "description": "A filter to return only resources that match the given lifecycle state.\n\nExample: `ACTIVE`\n" }, { "name": "displayName", "value": "", "type": "query", "description": "A filter to return only resources that match the given display name exactly.\n\nExample: `example_service_connector`\n" }, { "name": "name", "value": "", "type": "query", "description": "A filter to return only resources that match the given connector plugin name ignoring case.\n\nExample: `QueueSource`\n" }, { "name": "limit", "value": "", "type": "query", "description": "For list pagination. The maximum number of results per page, or items to return\nin a paginated \"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 'asc' or 'desc'.\n" }, { "name": "sortBy", "value": "", "type": "query", "description": "The field to sort by. Only one sort order may be provided. Default order for `timeCreated` is descending.\nDefault order for `displayName` is ascending. If no value is specified `timeCreated` is default.\n" } ] }, "docs": "Lists connector plugins according to the specified filter.\n" }, { "info": { "name": "Gets the specified connector plugin configuration information.", "type": "http" }, "http": { "method": "GET", "url": "https://127.0.0.1/20200909/connectorPlugins/:connectorPluginName", "headers": [ { "name": "opc-request-id", "value": "" } ], "params": [ { "name": "connectorPluginName", "value": "", "type": "path", "description": "The name of the connector plugin. This name indicates the service to be called by the connector plugin. For example, `QueueSource` indicates the Queue service.\n" } ] }, "docs": "Gets the specified connector plugin configuration information.\n" } ] } ], "bundled": true }