Peek source connector's resource objects
POST {{baseUrl}}/sources/:sourceId/connector/peek-resource-objects
Retrieves a sample of data returned from account and group aggregation requests. A token with ORG_ADMIN authority is required to call this API.
Request Body
{"objectType"=>"resource", "maxCount"=>50}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"id":"2c91808568c529c60168cca6f90c1313","name":"ODS-AD-Test [source-999999]","objectCount":25,"elapsedMillis":1055,"resourceObjects":[{"instance":"sint culpa do","identity":"CN=Aaron Carr,OU=test1,DC=test2,DC=test","uuid":"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}","previousIdentity":"consequat esse veniam","name":"Aaron Carr","objectType":"account","incomplete":false,"incremental":false,"delete":false,"remove":false,"missing":["missFieldOne","missFieldTwo"],"attributes":{"telephoneNumber":"12-(345)678-9012","mail":"example@test.com","displayName":"Aaron Carr"},"finalUpdate":false},{"instance":"voluptate Ut labore commo","identity":"CN=Aaron Carr,OU=test1,DC=test2,DC=test","uuid":"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}","previousIdentity":"Ut ea dolor","name":"Aaron Carr","objectType":"account","incomplete":false,"incremental":false,"delete":false,"remove":false,"missing":["missFieldOne","missFieldTwo"],"attributes":{"telephoneNumber":"12-(345)678-9012","mail":"example@test.com","displayName":"Aaron Carr"},"finalUpdate":false}]}