Member since
12-20-2016
3
Posts
1
Kudos Received
0
Solutions
12-21-2016
05:36 AM
Thanks for clarifying, I'm able to see the attribute value now. Do you know if you're able to search by attribute value, either through the rest api or dsl? And if so can you provide an example.
... View more
12-21-2016
01:33 AM
Thanks for the quick response! Lets say I added the User ID tag to A and provide the ID number attribute value ID123456. When I pull using either command provided I still don't see ID123456 anywhere. I have not been able to find any documentation about pulling attribute values, perhaps this has not been implemented yet? {"typeName":"User ID","definition":{"enumTypes":[],"structTypes":[],"traitTypes":[{"superTypes":["Business2"],"hierarchicalMetaTypeName":"org.apache.atlas.typesystem.types.TraitType","typeName":"User ID","typeDescription":"","attributeDefinitions":[{"name":"ID Number","dataTypeName":"string","multiplicity":"optional","isComposite":false,"isUnique":false,"isIndexable":true,"reverseAttributeName":null}]}] ,"classTypes":[]},"requestId":" - \/api\/atlas\/types\/User%20ID\/ - 7e841c42-ea66-4f05-b7e9-719ef3c1c943"}
... View more
12-20-2016
11:17 PM
1 Kudo
If I have a 'User ID' tag with attribute 'ID Number' and add this to entity A, how can I pull the attribute ID Number VALUE using the REST api? Farthest I'm able to get is pulling the tags for entity A but not the attribute values: sandbox:2100/api/atlas/entities/{guid}/traits
... View more
Labels:
- Labels:
-
Apache Atlas