http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/apidocs/application.wadl ---------------------------------------------------------------------- diff --git a/1.1.0/api/v2/apidocs/application.wadl b/1.1.0/api/v2/apidocs/application.wadl deleted file mode 100644 index 5478ea3..0000000 --- a/1.1.0/api/v2/apidocs/application.wadl +++ /dev/null @@ -1,1671 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> -<?enunciate-assumed-base-uri ./?> -<wadl:application xmlns:wadl="http://wadl.dev.java.net/2009/02" xmlns:xs="http://www.w3.org/2001/XMLSchema"> - - <wadl:doc xmlns:enunciate="http://enunciate.webcohesion.com/" enunciate:generatedBy="Enunciate-2.0"/> - - <wadl:grammars> - <wadl:include href="ns0.xsd"/> - </wadl:grammars> - - <wadl:resources base="./"> - - <wadl:resource path="v2/entity"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Create new entity or update existing entity in Atlas. -Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/glossary"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Retrieve all glossaries registered with Atlas]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[Sort order, ASC (default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of glossary entities fitting the above criteria]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/glossary"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Create a glossary]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Glossary definition, terms & categories can be anchored to a glossary -using the anchor attribute when creating the Term/Category]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[If Glossary definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="409"> - <wadl:doc><![CDATA[If Glossary definition already exists (duplicate qualifiedName)]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/relationship"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Create a new relationship between entities.]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/relationship"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Update an existing relationship between entities.]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/entity/bulk"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Bulk API to retrieve list of entities identified by its GUIDs.]]></wadl:doc> - <wadl:request> - <wadl:param name="guid" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - <wadl:param name="minExtInfo" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/entity/bulk"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Bulk API to create new entities or update existing entities in Atlas. -Existing entity is matched using its unique guid if supplied or by its unique attributes eg: qualifiedName]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/entity/bulk"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Bulk API to delete list of entities identified by its GUIDs]]></wadl:doc> - <wadl:request> - <wadl:param name="guid" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/glossary/categories"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Create glossary category in bulk]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[glossary category definitions]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[If ANY Glossary category definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/glossary/category"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Create glossary category]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[glossary category definition, a category must be anchored to a Glossary when creating -Optionally, terms belonging to the category and the hierarchy can also be defined during creation]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[If Glossary category definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="409"> - <wadl:doc><![CDATA[If Glossary category already exists (duplicate qualifiedName)]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/glossary/term"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Create a glossary term]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Glossary term definition, a term must be anchored to a Glossary at the time of creation -optionally it can be categorized as well]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[If Glossary term definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="409"> - <wadl:doc><![CDATA[If Glossary term already exists (duplicate qualifiedName)]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/glossary/terms"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Create glossary terms in bulk]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[glossary term definitions]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[If any glossary term definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get a specific Glossary]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary GUID is invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Glossary]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique glossary identifier]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Update the given glossary]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Updated glossary definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="400"> - <wadl:doc><![CDATA[If Glossary definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Glossary]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Delete a glossary]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/lineage/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Returns lineage info about entity.]]></wadl:doc> - <wadl:request> - <wadl:param name="depth" style="query"> - <wadl:doc><![CDATA[- number of hops for lineage]]></wadl:doc> - </wadl:param> - <wadl:param name="direction" style="query"> - <wadl:doc><![CDATA[- input, output or both]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[Bad query parameters]]></wadl:doc> - </wadl:response> - <wadl:response status="404"> - <wadl:doc><![CDATA[If no lineage is found for the given entity]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[AtlasLineageInfo]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[- unique entity id]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/search/attribute"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Retrieve data for the specified attribute search query]]></wadl:doc> - <wadl:request> - <wadl:param name="attrName" style="query"> - <wadl:doc><![CDATA[Attribute name]]></wadl:doc> - </wadl:param> - <wadl:param name="attrValuePrefix" style="query"> - <wadl:doc><![CDATA[Attibute value to search on]]></wadl:doc> - </wadl:param> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc> - </wadl:param> - <wadl:param name="typeName" style="query"> - <wadl:doc><![CDATA[limit the result to only entities of specified type or its sub-types]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[Invalid wildcard or query parameters]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Search results]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/basic"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Retrieve data for the specified fulltext query]]></wadl:doc> - <wadl:request> - <wadl:param name="classification" style="query"> - <wadl:doc><![CDATA[limit the result to only entities tagged with the given classification or or its sub-types]]></wadl:doc> - </wadl:param> - <wadl:param name="excludeDeletedEntities" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc> - </wadl:param> - <wadl:param name="query" style="query"> - <wadl:doc><![CDATA[Fulltext query]]></wadl:doc> - </wadl:param> - <wadl:param name="typeName" style="query"> - <wadl:doc><![CDATA[limit the result to only entities of specified type or its sub-types]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[Invalid fulltext or query parameters]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Search results]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/basic"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Search parameters]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[Tag/Entity doesn't exist or Tag/entity filter is present without tag/type name]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Atlas search result]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/dsl"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Retrieve data for the specified DSL]]></wadl:doc> - <wadl:request> - <wadl:param name="classification" style="query"> - <wadl:doc><![CDATA[limit the result to only entities tagged with the given classification or or its sub-types]]></wadl:doc> - </wadl:param> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc> - </wadl:param> - <wadl:param name="query" style="query"> - <wadl:doc><![CDATA[DSL query]]></wadl:doc> - </wadl:param> - <wadl:param name="typeName" style="query"> - <wadl:doc><![CDATA[limit the result to only entities of specified type or its sub-types]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[Invalid DSL or query parameters]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Search results]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/fulltext"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Retrieve data for the specified fulltext query]]></wadl:doc> - <wadl:request> - <wadl:param name="excludeDeletedEntities" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc> - </wadl:param> - <wadl:param name="query" style="query"> - <wadl:doc><![CDATA[Fulltext query]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[Invalid fulltext or query parameters]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Search results]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/relationship"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Relationship search to search for related entities satisfying the search parameters]]></wadl:doc> - <wadl:request> - <wadl:param name="excludeDeletedEntities" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - <wadl:param name="guid" style="query"> - <wadl:doc><![CDATA[Attribute name]]></wadl:doc> - </wadl:param> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[limit the result set to only include the specified number of entries]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[start offset of the result set (useful for pagination)]]></wadl:doc> - </wadl:param> - <wadl:param name="relation" style="query"> - <wadl:doc><![CDATA[relationName]]></wadl:doc> - </wadl:param> - <wadl:param name="sortBy" style="query"> - <wadl:doc><![CDATA[sort the result using this attribute name, default value is 'name']]></wadl:doc> - </wadl:param> - <wadl:param name="sortOrder" style="query"> - <wadl:doc><![CDATA[sorting order]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[guid is not a valid entity type or attributeName is not a valid relationship attribute]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Atlas search result]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/saved"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[the saved search-object]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/saved"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[the updated search-object]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/search/saved"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:request> - <wadl:param name="user" style="query"> - <wadl:doc><![CDATA[User for whom the search is retrieved]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[list of all saved searches for given user]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/types/typedefs"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Bulk retrieval API for retrieving all type definitions in Atlas]]></wadl:doc> - <wadl:response status="200"> - <wadl:doc><![CDATA[A composite wrapper object with lists of all type definitions]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/types/typedefs"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Bulk create APIs for all atlas type definitions, only new definitions will be created. -Any changes to the existing definitions will be discarded]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[A composite wrapper object with corresponding lists of the type definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[A composite wrapper object with lists of type definitions that were successfully -created]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/types/typedefs"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Bulk update API for all types, changes detected in the type definitions would be persisted]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[A composite object that captures all type definition changes]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[A composite object with lists of type definitions that were updated]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/types/typedefs"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Bulk delete API for all types]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[A composite object that captures all types to be deleted]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[On validation failure for any type definitions]]></wadl:doc> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/entity/bulk/classification"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Bulk API to associate a tag to multiple entities]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json"> - </wadl:representation> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Fetch complete definition of an entity given its GUID.]]></wadl:doc> - <wadl:request> - <wadl:param name="minExtInfo" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[AtlasEntity]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[GUID for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Entity Partial Update - Add/Update entity attribute identified by its GUID. -Supports only uprimitive attribute type and entity references. -does not support updation of complex types like arrays, maps -Null updates are not possible]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - <wadl:param name="name" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Delete an entity identified by its GUID.]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[GUID for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/{guid}/audit"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:request> - <wadl:param name="count" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - <wadl:param name="startKey" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/category/{categoryGuid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get specific glossary category]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary category GUID is invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Glossary category]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="categoryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/category/{categoryGuid}"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Update the given glossary category]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[updated glossary category]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="400"> - <wadl:doc><![CDATA[If Glossary category definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[glossary category]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="categoryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/category/{categoryGuid}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Delete a glossary category]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc> - </wadl:response> - </wadl:method> - <wadl:param name="categoryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/term/{termGuid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get specific glossary term]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary term GUID is invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Glossary term]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/term/{termGuid}"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Update the given glossary term]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[updated glossary term]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="400"> - <wadl:doc><![CDATA[If Glossary temr definition has invalid or missing information]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Updated glossary term]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/term/{termGuid}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Delete a glossary term]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}/categories"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the categories belonging to a specific glossary]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of associated categories]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}/detailed"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get a specific Glossary]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary GUID is invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Glossary]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique glossary identifier]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}/partial"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Partially update the glossary]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="400"> - <wadl:doc><![CDATA[If partial update parameters are invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Updated glossary]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}/terms"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get terms belonging to a specific glossary]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[starting offset for loading terms]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC(default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of terms associated with the glossary]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/relationship/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get relationship information between entities using guid.]]></wadl:doc> - <wadl:request> - <wadl:param name="extendedInfo" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/relationship/guid/{guid}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Delete a relationship between entities using guid.]]></wadl:doc> - <wadl:request> - </wadl:request> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/search/saved/{guid}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:request> - </wadl:request> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[Name of the saved search]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/search/saved/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:request> - <wadl:param name="user" style="query"> - <wadl:doc><![CDATA[User for whom the search is retrieved]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[Name of the saved search]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/typedefs/headers"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Bulk retrieval API for all type definitions returned as a list of minimal information header]]></wadl:doc> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of AtlasTypeDefHeader AtlasTypeDefHeader]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}/classifications"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Gets the list of classifications for a given entity represented by a guid.]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[a list of classifications for the given entity guid]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}/classifications"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Adds classifications to an existing entity represented by a guid.]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json"> - </wadl:representation> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}/classifications"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Updates classifications to an existing entity represented by a guid.]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json"> - </wadl:representation> - <wadl:representation mediaType="application/xml" element="atlasClassification"> - </wadl:representation> - </wadl:request> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}/header"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get entity header given its GUID.]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[AtlasEntity]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[GUID for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Fetch complete definition of an entity given its type and unique attribute. - -In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format - -attr:<attrName>=<attrValue> - -NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName - -The REST request would look something like this - -GET /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl:doc> - <wadl:request> - <wadl:param name="minExtInfo" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[AtlasEntityWithExtInfo]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="typeName" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Entity Partial Update - Allows a subset of attributes to be updated on -an entity which is identified by its type and unique attribute eg: Referenceable.qualifiedName. -Null updates are not possible - -In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format - -attr:<attrName>=<attrValue> - -NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName - -The REST request would look something like this - -PUT /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="typeName" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Delete an entity identified by its type and unique attributes. - -In addition to the typeName path parameter, attribute key-value pair(s) can be provided in the following format - -attr:<attrName>=<attrValue> - -NOTE: The attrName and attrValue should be unique across entities, eg. qualifiedName - -The REST request would look something like this - -DELETE /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[EntityMutationResponse]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="typeName" style="template"> - <wadl:doc><![CDATA[- entity type to be deleted]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/category/{categoryGuid}/partial"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Partially update the glossary category]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="400"> - <wadl:doc><![CDATA[If category attributes are invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Updated glossary category]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="categoryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/category/{categoryGuid}/related"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get all related categories (parent and children)]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[List of related categories]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="categoryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/category/{categoryGuid}/terms"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get all terms associated with the specific category]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary category guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of associated terms]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="categoryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary category]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/term/{termGuid}/partial"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Partially update the glossary term]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Map containing keys as attribute names and values as corresponding attribute values]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="400"> - <wadl:doc><![CDATA[If partial attributes are invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Updated glossary term]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/terms/{termGuid}/assignedEntities"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get all entity headers assigned with the specified term]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[GUID of the term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/terms/{termGuid}/assignedEntities"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Assign the given term to the provided list of entity headers]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[Related Entity IDs to which the term has to be associated]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[If ANY of the entity header is invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[Glossary term GUID]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/terms/{termGuid}/assignedEntities"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Remove the term assignment for the given list of entity headers]]></wadl:doc> - <wadl:request> - <wadl:doc><![CDATA[List of related entity IDs from which the term has to be dissociated]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - <wadl:response status="400"> - <wadl:doc><![CDATA[If ANY of the entity header is invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[Glossary term GUID]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/terms/{termGuid}/related"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get all related terms for a specific term]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary term guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of all related terms]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="termGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}/categories/headers"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the categories belonging to a specific glossary]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[offset for pagination purpose]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC (default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of associated categories]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary term]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/glossary/{glossaryGuid}/terms/headers"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get term headers belonging to a specific glossary]]></wadl:doc> - <wadl:request> - <wadl:param name="limit" style="query"> - <wadl:doc><![CDATA[page size - by default there is no paging]]></wadl:doc> - </wadl:param> - <wadl:param name="offset" style="query"> - <wadl:doc><![CDATA[starting offset for loading terms]]></wadl:doc> - </wadl:param> - <wadl:param name="sort" style="query"> - <wadl:doc><![CDATA[ASC(default) or DESC]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[If glossary guid in invalid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[List of terms associated with the glossary]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="glossaryGuid" style="template"> - <wadl:doc><![CDATA[unique identifier for glossary]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/search/saved/execute/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc> - <wadl:request> - <wadl:param name="user" style="query"> - <wadl:doc><![CDATA[saved-search owner]]></wadl:doc> - </wadl:param> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[Atlas search result]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[name of saved-search]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/classificationdef/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the classification definition for the given guid]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[classification definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[classification guid]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/classificationdef/name/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the classification definition by it's name (unique)]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[classification definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[classification name]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/entitydef/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the Entity definition for the given guid]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Entity definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[entity guid]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/entitydef/name/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the entity definition by it's name (unique)]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Entity definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[entity name]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/enumdef/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the enum definition for the given guid]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[enum definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[enum guid]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/enumdef/name/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the enum definition by it's name (unique)]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[enum definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[enum name]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/relationshipdef/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the relationship definition for the given guid]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[relationship definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[relationship guid]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/relationshipdef/name/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the relationship definition by it's name (unique)]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[relationship definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[relationship name]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/structdef/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the struct definition for the given guid]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given guid]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[struct definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[struct guid]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/structdef/name/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get the struct definition by it's name (unique)]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[On Failed lookup for the given name]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[struct definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[struct name]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/typedef/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[Failed lookup]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Type definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[GUID of the type]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/types/typedef/name/{name}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Get type definition by it's name]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response status="404"> - <wadl:doc><![CDATA[Failed lookup by name]]></wadl:doc> - </wadl:response> - <wadl:response status="200"> - <wadl:doc><![CDATA[Type definition]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="name" style="template"> - <wadl:doc><![CDATA[Type name]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}/classification/{classificationName}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Gets the list of classifications for a given entity represented by a guid.]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[classification for the given entity guid]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="classificationName" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/guid/{guid}/classification/{classificationName}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Deletes a given classification from an existing entity represented by a guid.]]></wadl:doc> - <wadl:request> - <wadl:param name="associatedEntityGuid" style="query"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:request> - </wadl:method> - <wadl:param name="classificationName" style="template"> - <wadl:doc><![CDATA[name of the classifcation]]></wadl:doc> - </wadl:param> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[globally unique identifier for the entity]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/classifications"> - <wadl:method name="POST"> - <wadl:doc><![CDATA[Adds classification to the entity identified by its type and unique attributes.]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json"> - </wadl:representation> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - </wadl:method> - <wadl:param name="typeName" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/classifications"> - <wadl:method name="PUT"> - <wadl:doc><![CDATA[Updates classification on an entity identified by its type and unique attributes.]]></wadl:doc> - <wadl:request> - <wadl:representation mediaType="application/json"> - </wadl:representation> - <wadl:representation mediaType="application/json;charset=UTF-8"> - </wadl:representation> - </wadl:request> - </wadl:method> - <wadl:param name="typeName" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/search/saved/execute/guid/{guid}"> - <wadl:method name="GET"> - <wadl:doc><![CDATA[Attribute based search for entities satisfying the search parameters]]></wadl:doc> - <wadl:request> - </wadl:request> - <wadl:response> - <wadl:doc><![CDATA[Atlas search result]]></wadl:doc> - <wadl:representation mediaType="application/json;charset=UTF-8"/> - </wadl:response> - </wadl:method> - <wadl:param name="guid" style="template"> - <wadl:doc><![CDATA[Guid identifying saved search]]></wadl:doc> - </wadl:param> - </wadl:resource> - - <wadl:resource path="v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}"> - <wadl:method name="DELETE"> - <wadl:doc><![CDATA[Deletes a given classification from an entity identified by its type and unique attributes.]]></wadl:doc> - <wadl:request> - </wadl:request> - </wadl:method> - <wadl:param name="classificationName" style="template"> - <wadl:doc><![CDATA[name of the classification]]></wadl:doc> - </wadl:param> - <wadl:param name="typeName" style="template"> - <wadl:doc><![CDATA[]]></wadl:doc> - </wadl:param> - </wadl:resource> - </wadl:resources> -</wadl:application>
http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/apidocs/css/enunciate.css ---------------------------------------------------------------------- diff --git a/1.1.0/api/v2/apidocs/css/enunciate.css b/1.1.0/api/v2/apidocs/css/enunciate.css deleted file mode 100644 index 140d3b3..0000000 --- a/1.1.0/api/v2/apidocs/css/enunciate.css +++ /dev/null @@ -1,122 +0,0 @@ -/* - * Base structure - */ - -/* Move down content because we have a fixed navbar that is 50px tall */ -body { - position:relative; - padding-top: 50px; -} - -.footer { - width: 100%; - /* Set the fixed height of the footer here */ - height: 60px; - background-color: #f5f5f5; -} - -/* - * Global add-ons - */ -.sub-header { - padding-bottom: 10px; - border-bottom: 1px solid #eee; -} - -/* - * Sidebar - */ - -/* Hide for mobile, show later */ -.sidebar { - display: none; -} -@media (min-width: 768px) { - .sidebar { - position: fixed; - top: 51px; - bottom: 0; - left: 0; - z-index: 1000; - display: block; - padding: 20px; - overflow-x: hidden; - overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */ - background-color: #f5f5f5; - border-right: 1px solid #eee; - } -} - -/* Sidebar navigation */ -.nav-sidebar { - margin-right: -21px; /* 20px padding + 1px border */ - margin-bottom: 20px; - margin-left: -20px; -} -.nav-sidebar > li > a { - padding-right: 20px; - padding-left: 20px; -} -.sideoverflow { - display: block; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - max-width:100%; -} -.nav-sidebar > .active > a, -.nav-sidebar > .active > a:hover, -.nav-sidebar > .active > a:focus { - color: #fff; - background-color: #428bca; -} - -/* - * Main content - */ -.main { - padding: 20px; -} -@media (min-width: 768px) { - .main { - padding-right: 40px; - padding-left: 40px; - } -} -.main .page-header { - margin-top: 0; -} -.footer > .container { - padding-top: 20px; - text-align: center; -} - -/* - * Row Links - */ -.table.rowlink td:not(.rowlink-skip), -.table .rowlink td:not(.rowlink-skip) { - cursor: pointer; -} -.table.rowlink td:not(.rowlink-skip) a, -.table .rowlink td:not(.rowlink-skip) a { - font: inherit; - color: inherit; - text-decoration: inherit; -} -.multi-row-description { - border-left: 1px solid #DDD; -} - -pre { - max-height: 40em; -} - -/* shift the anchors to accommodate fixed navbar. See https://github.com/twbs/bootstrap/issues/1768#issuecomment-46519033 */ -*[id]:before { - display: block; - content: " "; - margin-top: -70px; - height: 70px; - visibility: hidden; -} http://git-wip-us.apache.org/repos/asf/atlas-website/blob/3fad5df3/1.1.0/api/v2/apidocs/data.html ---------------------------------------------------------------------- diff --git a/1.1.0/api/v2/apidocs/data.html b/1.1.0/api/v2/apidocs/data.html deleted file mode 100644 index b748e88..0000000 --- a/1.1.0/api/v2/apidocs/data.html +++ /dev/null @@ -1,216 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> -<head> - <meta charset="utf-8"> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> - - <title>Atlas REST API: Data Types</title> - - <!-- Mobile viewport optimized: j.mp/bplateviewport --> - <meta name="viewport" content="width=device-width, initial-scale=1.0"> - - <!-- Bootstrap core CSS --> - <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css"> - - <!--custom css for these pages--> - <link rel="stylesheet" href="css/enunciate.css"> - - <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> - <!--[if lt IE 9]> - <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> - <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> - <![endif]--> -</head> - -<body data-spy="scroll" data-target="#apinav"> - - <nav class="navbar navbar-inverse navbar-fixed-top"> - <div class="container-fluid"> - <div class="navbar-header"> - <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar"> - <span class="sr-only">Toggle navigation</span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - <span class="icon-bar"></span> - </button> - <a class="navbar-brand" href="index.html">Atlas REST API: Data Types</a> - </div> - <div id="navbar" class="navbar-collapse collapse"> - <ul class="nav navbar-nav navbar-right"> - <li><a href="resources.html">Resources</a></li> - <li><a href="data.html">Data Types</a></li> - </ul> - </div> - </div> - </nav> - - <div class="container-fluid"> - <div class="row"> - <div class="col-sm-3 col-md-2 sidebar" id="apinav"> - <ul class="nav nav-sidebar"> - <li><a href="#syntax_json"><abbr title="JSON"><span class="sideoverflow">JSON</span></abbr></a></li> - <li><a href="#syntax_xml"><abbr title="XML"><span class="sideoverflow">XML</span></abbr></a></li> - <li class="divider"></li> - <li class="text-right"><a href="#top"><small>Back to Top</small></a></li> - </ul> - </div> - - <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2 main"> - <ol class="breadcrumb" id="top"> - <li class="active dropdown"><a href="index.html">Home</a></li> - <li class="dropdown"><a href="data.html">Data Types</a></li> - </ol> - - <h1 class="page-header" id="data">Data Types</h1> - - <h3 id="syntax_json">JSON</h3> - - <table class="table table-hover data-types"> - <thead> - <tr> - <th align="center">type</th> - <th align="center">description</th> - </tr> - </thead> - <tbody data-link="row" class="rowlink"> - <tr class="clickable-row" data-href="json_AtlasClassification.html"> - <td> <span class="datatype-name">AtlasClassification</span> -</td> - <td> <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span> -</td> - </tr> - <tr class="clickable-row" data-href="json_AtlasStruct.html"> - <td> <span class="datatype-name">AtlasStruct</span> -</td> - <td> <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span> -</td> - </tr> - <tr class="clickable-row" data-href="json_ClassificationAssociateRequest.html"> - <td> <span class="datatype-name">ClassificationAssociateRequest</span> -</td> - <td> <span class="datatype-description"></span> -</td> - </tr> - <tr class="clickable-row" data-href="json_PList.html"> - <td> <span class="datatype-name">PList</span> -</td> - <td> <span class="datatype-description">Paginated-list, for returning search results.</span> -</td> - </tr> - <tr class="clickable-row" data-href="json_SearchFilter.html"> - <td> <span class="datatype-name">SearchFilter</span> -</td> - <td> <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span> -</td> - </tr> - <tr class="clickable-row" data-href="json_SortType.html"> - <td> <span class="datatype-name">SortType</span> -</td> - <td> <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span> -</td> - </tr> - <tr class="clickable-row" data-href="json_Status.html"> - <td> <span class="datatype-name">Status</span> -</td> - <td> <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span> -</td> - </tr> - <tr class="clickable-row" data-href="json_TimeBoundary.html"> - <td> <span class="datatype-name">TimeBoundary</span> -</td> - <td> <span class="datatype-description">Captures time-boundary details</span> -</td> - </tr> - </tbody> - </table> - - <h3 id="syntax_xml">XML</h3> - - <table class="table table-hover data-types"> - <caption>Default Namespace (<a href="ns0.xsd">schema</a>)</caption> - <thead> - <tr> - <th align="center">type</th> - <th align="center">description</th> - </tr> - </thead> - <tbody data-link="row" class="rowlink"> - <tr class="clickable-row" data-href="xml_ns0_PList.html"> - <td> <span class="datatype-name">PList</span> -</td> - <td> <span class="datatype-description">Paginated-list, for returning search results.</span> -</td> - </tr> - <tr class="clickable-row" data-href="xml_ns0_searchFilter.html"> - <td> <span class="datatype-name">searchFilter</span> -</td> - <td> <span class="datatype-description">Generic filter, to specify search criteria using name/value pairs.</span> -</td> - </tr> - <tr class="clickable-row" data-href="xml_ns0_sortType.html"> - <td> <span class="datatype-name">sortType</span> -</td> - <td> <span class="datatype-description">to specify whether the result should be sorted? If yes, whether asc or desc.</span> -</td> - </tr> - <tr class="clickable-row" data-href="xml_ns0_timeBoundary.html"> - <td> <span class="datatype-name">timeBoundary</span> -</td> - <td> <span class="datatype-description">Captures time-boundary details</span> -</td> - </tr> - <tr class="clickable-row" data-href="xml_ns0_atlasClassification.html"> - <td> <span class="datatype-name">atlasClassification</span> -</td> - <td> <span class="datatype-description">An instance of a classification; it doesn't have an identity, this object exists only when associated with an entity.</span> -</td> - </tr> - <tr class="clickable-row" data-href="xml_ns0_status.html"> - <td> <span class="datatype-name">status</span> -</td> - <td> <span class="datatype-description">Status of the entity - can be active or deleted. Deleted entities are not removed from Atlas store.</span> -</td> - </tr> - <tr class="clickable-row" data-href="xml_ns0_atlasStruct.html"> - <td> <span class="datatype-name">atlasStruct</span> -</td> - <td> <span class="datatype-description">Captures details of struct contents. Not instantiated directly, used only via AtlasEntity, AtlasClassification.</span> -</td> - </tr> - </tbody> - </table> - - <footer class="footer"> - <div class="container"> - <p class="text-muted">Generated by <a href="http://enunciate.webcohesion.com">Enunciate</a>.</p> - </div> - </footer> - - </div> - </div> - </div> - - - <!-- JavaScript placed at the end of the document so the pages load faster. --> - <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> - - <!-- Bootstrap core JavaScript - ================================================== --> - <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script> - - <!-- prettify code blocks. see http://code.google.com/p/google-code-prettify/ --> - <script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js" type="text/javascript"></script> - <script> - $(function() { - $(".clickable-row").click(function() { - window.document.location = $(this).data("href"); - }); - - $('[data-toggle="tooltip"]').tooltip() - }); - </script> - -</body> -</html>
