您可以发出连续的 API 请求来配置适配器实例。早期请求的响应会生成后续请求所需的信息。

表 1. 请求摘要
操作 请求 请求正文 响应
获取在产品中注册的所有解决方案并确定适配器类型 GET <API-URL>/suite-api/api/solutions adapterkindkeys
获取特定适配器类型的所有对象类型。 GET <API-URL>/suite-api/api/adapterkinds/{key}/resourcekinds resourceIdentifierTypes
创建适配器实例对象 POST <API-URL>/suite-api/api/adapters resourceIdentifierscredential 的值 adapterid
修补适配器实例以确认所提供的证书 PATCH <API-URL>/suite-api/api/adapters POST <API-URL>/suite-api/api/adapters 的 API 响应 在没有 adapter-cerfiticates 的情况下,POST <API-URL>/suite-api/api/adapters 的 API 响应
开始适配器监控 PUT <API-URL>/suite-api/api/adapters/{adapterid}/monitoringstate/start 200 正常