Administrator
- Administrator
- All Products
/public/core/v3/lookup
Field
| Type
| Required
| Description
|
|---|---|---|---|
id
| String
| Required if object path and type not included.
| Global unique identifier for the object.
|
path
| String
| Required with type if object ID not included.
| Full path of the object including project, folder, and object name.
|
type
| String
| Required with path if object ID not included.
| Type of object.
Use one of the following values:
Or use one of the following asset types: For Data Integration , the object can be one of the following
types:
For Application Integration , the object can be one of the following
types:
For Data Quality , the object can be one of the following types:
For B2B Gateway, the object can
be one of the following types:
Object types are not case sensitive. |
Field
| Type
| Description
|
|---|---|---|
objects
| Collection
| Collection of objects for which lookup is requested.
|
id
| String
| Global unique identifier for the object. Use the value of this field as the value for taskFederatedId when you submit a job request.
|
path
| String
| Full path of the object including project, folder, and object name.
|
type
| String
| Type of object.
|
description
| String
| Description of the object.
|
updatedBy
| String
| User who updated the object.
|
updateTime
| String
| Last time the object was modified.
|
POST <baseApiUrl>/public/core/v3/lookup Content-Type: application/json Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3 { "objects": [{ "id" : "2iXOKghGpySlgv6ifQImyl" }, { "path" : "Default/Synchronization Task1", "type" : "DSS" }, { "id" : "hTrrjm1kawScIm1BGEj6UV" }, { "path" : "My Project", "type" : "Project" }, { "path" : "My Project/DSS Tasks Folder", "type" : "Folder" }, { "path": "USW1R90FPZXD", "type": "Agent" }, { "path": "USW1R90FPZXD", "type": "AgentGroup" }, { "path": "FF_Conn_1", "type": "Connection" }] }
{ "objects": [ { "id": "2iXOKghGpySlgv6ifQImyl", "path": "Default/Mapping1", "type": "DTEMPLATE", "description": "My Mapping 1", "updateTime": "2018-04-13T20:44:37Z" }, { "id": "1fOqrwpFvLkimAkFFvIiwl", "path": "Default/Synchronization Task1", "type": "DSS", "description": "Sync Data Task", "updateTime": "2018-04-13T20:45:44Z" }, { "id": "hTrrjm1kawScIm1BGEj6UV", "path": "My Project/Linear Taskflow1", "type": "WORKFLOW", "description": null, "updateTime": "2018-04-13T20:50:31Z" }, { "id": "0EzsUXQ1RnkbKD6VyOukCb", "path": "My Project", "type": "Project", "description": "", "updateTime": "2018-04-13T20:40:07Z" }, { "id": "dRNcMcUVou5lh5kihmEAWl", "path": "My Project/DSS Tasks Folder", "type": "Folder", "description": "DSS Tasks", "updateTime": "2018-04-13T20:49:17Z" }, { "id": "1a8moeCNtm4fh5vGcUhxOj", "path": "USW1R90FPZXD", "type": "AGENT", "description": null, "updateTime": "2018-04-12T19:01:16Z" }, { "id": "9iJP8TdBOMujA7eH2CTm8l", "path": "USW1R90FPZXD", "type": "AgentGroup", "description": null, "updateTime": "2018-04-12T19:01:17Z" }, { "id": "5VkwOw6Jd8RglXEkxDu0ya", "path": "FF_Conn_1", "type": "Connection", "description": null, "updateTime": "2018-04-12T21:34:11Z" } ] }
Missing the "PROFILE" type. Please ensure the types list is current and complete.
Hi Robert,
Thanks for pointing this out! We'll verify the fields in the POST request and response with our development and QA departments and will update the documentation in an upcoming release.