PowerCenter REST API 版本 1.7
1.1 REST API 接口说明
提供完整的 PowerCenter RESTful Web Services 接口参考。通过使用左侧导航链接,可以快速查找所需的 API。
RESTful API请求URL格式为:http://ip:port/rest/资源字段
请求头说明
Accept: application/json
Content-Type: application/json;charset=utf-8
token:用户token
返回信息说明
对REST API接口的请求,都有返回码和返回消息msg,使用时需要对返回码进行校验。