Skip to content

Commit

Permalink
odpi#464 update entity search in postman collection
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <[email protected]>
  • Loading branch information
planetf1 committed Mar 3, 2023
1 parent 5ed4706 commit e668dd2
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions test/postman/atlas.postman_collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,16 +221,27 @@
"response": []
},
{
"name": "List supported types Copy",
"name": "Get entities matching {{searchQNRegex}}",
"request": {
"method": "POST",
"header": [],
"header": [
{
"key": "Content-Type",
"value": "application/json",
"type": "text"
}
],
"body": {
"mode": "raw",
"raw": ""
"raw": "{\n \"class\": \"EntityPropertyFindRequest\",\n \"offset\": 0,\n \"pageSize\": 10,\n \"matchProperties\": {\n \"class\": \"InstanceProperties\",\n \"instanceProperties\": {\n \"qualifiedName\": {\n \"class\": \"PrimitivePropertyValue\",\n \"instancePropertyCategory\": \"PRIMITIVE\",\n \"typeName\": \"string\",\n \"primitiveDefCategory\": \"OM_PRIMITIVE_TYPE_STRING\",\n \"primitiveValue\": \"{{searchQNRegex}}\"\n }\n },\n \"propertyCount\": 1,\n \"propertyNames\": [\n \"qualifiedName\"\n ]\n },\n \"matchCriteria\": \"ALL\"\n}",
"options": {
"raw": {
"language": "json"
}
}
},
"url": {
"raw": "{{baseURL}}/servers/{{atlasEgeriaServer}}/open-metadata/repository-services/users/{{adminUser}}/instances/entities",
"raw": "{{baseURL}}/servers/{{atlasEgeriaServer}}/open-metadata/repository-services/users/{{adminUser}}/instances/entities/by-property",
"host": [
"{{baseURL}}"
],
Expand All @@ -242,7 +253,8 @@
"users",
"{{adminUser}}",
"instances",
"entities"
"entities",
"by-property"
]
}
},
Expand Down

0 comments on commit e668dd2

Please sign in to comment.