@azure-rest/purview-datamap 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -6
- package/dist/browser/clientDefinitions.d.ts +680 -0
- package/dist/browser/clientDefinitions.d.ts.map +1 -0
- package/dist/browser/clientDefinitions.js +4 -0
- package/dist/browser/clientDefinitions.js.map +1 -0
- package/dist/browser/index.d.ts +12 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/dist/browser/index.js +14 -0
- package/dist/browser/index.js.map +1 -0
- package/dist/browser/isUnexpected.d.ts +98 -0
- package/dist/browser/isUnexpected.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/isUnexpected.js +1 -1
- package/dist/browser/isUnexpected.js.map +1 -0
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/logger.js +1 -1
- package/{dist-esm/src → dist/browser}/logger.js.map +1 -1
- package/dist/browser/models.d.ts +1205 -0
- package/dist/browser/models.d.ts.map +1 -0
- package/dist/browser/models.js +4 -0
- package/dist/browser/models.js.map +1 -0
- package/dist/browser/outputModels.d.ts +1585 -0
- package/dist/browser/outputModels.d.ts.map +1 -0
- package/dist/browser/outputModels.js +4 -0
- package/dist/browser/outputModels.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/parameters.d.ts +805 -0
- package/dist/browser/parameters.d.ts.map +1 -0
- package/dist/browser/parameters.js +4 -0
- package/dist/browser/parameters.js.map +1 -0
- package/dist/browser/purviewDataMapClient.d.ts +14 -0
- package/dist/browser/purviewDataMapClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/purviewDataMapClient.js +10 -7
- package/dist/browser/purviewDataMapClient.js.map +1 -0
- package/dist/browser/responses.d.ts +848 -0
- package/dist/browser/responses.d.ts.map +1 -0
- package/dist/browser/responses.js +4 -0
- package/dist/browser/responses.js.map +1 -0
- package/dist/browser/serializeHelper.d.ts +2 -0
- package/dist/browser/serializeHelper.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/serializeHelper.js +1 -1
- package/{dist-esm/src → dist/browser}/serializeHelper.js.map +1 -1
- package/dist/commonjs/clientDefinitions.d.ts +680 -0
- package/dist/commonjs/clientDefinitions.d.ts.map +1 -0
- package/dist/commonjs/clientDefinitions.js +5 -0
- package/dist/commonjs/clientDefinitions.js.map +1 -0
- package/dist/commonjs/index.d.ts +12 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +20 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/isUnexpected.d.ts +98 -0
- package/dist/commonjs/isUnexpected.d.ts.map +1 -0
- package/dist/{index.js → commonjs/isUnexpected.js} +5 -69
- package/dist/commonjs/isUnexpected.js.map +1 -0
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.d.ts.map +1 -0
- package/dist/commonjs/logger.js +8 -0
- package/dist/commonjs/logger.js.map +1 -0
- package/dist/commonjs/models.d.ts +1205 -0
- package/dist/commonjs/models.d.ts.map +1 -0
- package/dist/commonjs/models.js +5 -0
- package/dist/commonjs/models.js.map +1 -0
- package/dist/commonjs/outputModels.d.ts +1585 -0
- package/dist/commonjs/outputModels.d.ts.map +1 -0
- package/dist/commonjs/outputModels.js +5 -0
- package/dist/commonjs/outputModels.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/parameters.d.ts +805 -0
- package/dist/commonjs/parameters.d.ts.map +1 -0
- package/dist/commonjs/parameters.js +5 -0
- package/dist/commonjs/parameters.js.map +1 -0
- package/dist/commonjs/purviewDataMapClient.d.ts +14 -0
- package/dist/commonjs/purviewDataMapClient.d.ts.map +1 -0
- package/dist/commonjs/purviewDataMapClient.js +35 -0
- package/dist/commonjs/purviewDataMapClient.js.map +1 -0
- package/dist/commonjs/responses.d.ts +848 -0
- package/dist/commonjs/responses.d.ts.map +1 -0
- package/dist/commonjs/responses.js +5 -0
- package/dist/commonjs/responses.js.map +1 -0
- package/dist/commonjs/serializeHelper.d.ts +2 -0
- package/dist/commonjs/serializeHelper.d.ts.map +1 -0
- package/dist/commonjs/serializeHelper.js +16 -0
- package/dist/commonjs/serializeHelper.js.map +1 -0
- package/dist/commonjs/tsdoc-metadata.json +11 -0
- package/dist/esm/clientDefinitions.d.ts +680 -0
- package/dist/esm/clientDefinitions.d.ts.map +1 -0
- package/dist/esm/clientDefinitions.js +4 -0
- package/dist/esm/clientDefinitions.js.map +1 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/dist/esm/index.js +14 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/isUnexpected.d.ts +98 -0
- package/dist/esm/isUnexpected.d.ts.map +1 -0
- package/dist/esm/isUnexpected.js +167 -0
- package/dist/esm/isUnexpected.js.map +1 -0
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.d.ts.map +1 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models.d.ts +1205 -0
- package/dist/esm/models.d.ts.map +1 -0
- package/dist/esm/models.js +4 -0
- package/dist/esm/models.js.map +1 -0
- package/dist/esm/outputModels.d.ts +1585 -0
- package/dist/esm/outputModels.d.ts.map +1 -0
- package/dist/esm/outputModels.js +4 -0
- package/dist/esm/outputModels.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/parameters.d.ts +805 -0
- package/dist/esm/parameters.d.ts.map +1 -0
- package/dist/esm/parameters.js +4 -0
- package/dist/esm/parameters.js.map +1 -0
- package/dist/esm/purviewDataMapClient.d.ts +14 -0
- package/dist/esm/purviewDataMapClient.d.ts.map +1 -0
- package/dist/esm/purviewDataMapClient.js +32 -0
- package/dist/esm/purviewDataMapClient.js.map +1 -0
- package/dist/esm/responses.d.ts +848 -0
- package/dist/esm/responses.d.ts.map +1 -0
- package/dist/esm/responses.js +4 -0
- package/dist/esm/responses.js.map +1 -0
- package/dist/esm/serializeHelper.d.ts +2 -0
- package/dist/esm/serializeHelper.d.ts.map +1 -0
- package/dist/esm/serializeHelper.js +13 -0
- package/dist/esm/serializeHelper.js.map +1 -0
- package/dist/react-native/clientDefinitions.d.ts +680 -0
- package/dist/react-native/clientDefinitions.d.ts.map +1 -0
- package/dist/react-native/clientDefinitions.js +4 -0
- package/dist/react-native/clientDefinitions.js.map +1 -0
- package/dist/react-native/index.d.ts +12 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +14 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/isUnexpected.d.ts +98 -0
- package/dist/react-native/isUnexpected.d.ts.map +1 -0
- package/dist/react-native/isUnexpected.js +167 -0
- package/dist/react-native/isUnexpected.js.map +1 -0
- package/dist/react-native/logger.d.ts +2 -0
- package/dist/react-native/logger.d.ts.map +1 -0
- package/dist/react-native/logger.js +5 -0
- package/dist/react-native/logger.js.map +1 -0
- package/dist/react-native/models.d.ts +1205 -0
- package/dist/react-native/models.d.ts.map +1 -0
- package/dist/react-native/models.js +4 -0
- package/dist/react-native/models.js.map +1 -0
- package/dist/react-native/outputModels.d.ts +1585 -0
- package/dist/react-native/outputModels.d.ts.map +1 -0
- package/dist/react-native/outputModels.js +4 -0
- package/dist/react-native/outputModels.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/parameters.d.ts +805 -0
- package/dist/react-native/parameters.d.ts.map +1 -0
- package/dist/react-native/parameters.js +4 -0
- package/dist/react-native/parameters.js.map +1 -0
- package/dist/react-native/purviewDataMapClient.d.ts +14 -0
- package/dist/react-native/purviewDataMapClient.d.ts.map +1 -0
- package/dist/react-native/purviewDataMapClient.js +32 -0
- package/dist/react-native/purviewDataMapClient.js.map +1 -0
- package/dist/react-native/responses.d.ts +848 -0
- package/dist/react-native/responses.d.ts.map +1 -0
- package/dist/react-native/responses.js +4 -0
- package/dist/react-native/responses.js.map +1 -0
- package/dist/react-native/serializeHelper.d.ts +2 -0
- package/dist/react-native/serializeHelper.d.ts.map +1 -0
- package/dist/react-native/serializeHelper.js +13 -0
- package/dist/react-native/serializeHelper.js.map +1 -0
- package/package.json +75 -58
- package/dist/index.js.map +0 -1
- package/dist-esm/src/clientDefinitions.js +0 -4
- package/dist-esm/src/clientDefinitions.js.map +0 -1
- package/dist-esm/src/index.js +0 -14
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/isUnexpected.js.map +0 -1
- package/dist-esm/src/models.js +0 -4
- package/dist-esm/src/models.js.map +0 -1
- package/dist-esm/src/outputModels.js +0 -4
- package/dist-esm/src/outputModels.js.map +0 -1
- package/dist-esm/src/parameters.js +0 -4
- package/dist-esm/src/parameters.js.map +0 -1
- package/dist-esm/src/purviewDataMapClient.js.map +0 -1
- package/dist-esm/src/responses.js +0 -4
- package/dist-esm/src/responses.js.map +0 -1
- package/review/purview-datamap.api.md +0 -4600
- package/types/purview-datamap.d.ts +0 -5770
|
@@ -0,0 +1,680 @@
|
|
|
1
|
+
import type { EntityCreateOrUpdateParameters, EntityListByGuidsParameters, EntityBulkCreateOrUpdateParameters, EntityBulkDeleteParameters, EntityAddClassificationParameters, EntityGetParameters, EntityPartialUpdateAttributeByGuidParameters, EntityDeleteParameters, EntityGetClassificationParameters, EntityRemoveClassificationParameters, EntityGetClassificationsParameters, EntityAddClassificationsParameters, EntityUpdateClassificationsParameters, EntityGetByUniqueAttributesParameters, EntityPartialUpdateByUniqueAttributesParameters, EntityDeleteByUniqueAttributeParameters, EntityRemoveClassificationByUniqueAttributeParameters, EntityAddClassificationsByUniqueAttributeParameters, EntityUpdateClassificationsByUniqueAttributeParameters, EntityBulkSetClassificationsParameters, EntityListByUniqueAttributesParameters, EntityGetHeaderParameters, EntityRemoveBusinessMetadataParameters, EntityAddOrUpdateBusinessMetadataParameters, EntityRemoveBusinessMetadataAttributesParameters, EntityAddOrUpdateBusinessMetadataAttributesParameters, EntityGetSampleBusinessMetadataTemplateParameters, EntityImportBusinessMetadataParameters, EntityRemoveLabelsParameters, EntitySetLabelsParameters, EntityAddLabelParameters, EntityRemoveLabelsByUniqueAttributeParameters, EntitySetLabelsByUniqueAttributeParameters, EntityAddLabelsByUniqueAttributeParameters, EntityMoveEntitiesToCollectionParameters, GlossaryListParameters, GlossaryCreateParameters, GlossaryCreateCategoriesParameters, GlossaryCreateCategoryParameters, GlossaryGetCategoryParameters, GlossaryUpdateCategoryParameters, GlossaryDeleteCategoryParameters, GlossaryPartialUpdateCategoryParameters, GlossaryListRelatedCategoriesParameters, GlossaryListCategoryTermsParameters, GlossaryCreateTermParameters, GlossaryGetTermParameters, GlossaryUpdateTermParameters, GlossaryDeleteTermParameters, GlossaryPartialUpdateTermParameters, GlossaryCreateTermsParameters, GlossaryListEntitiesAssignedWithTermParameters, GlossaryAssignTermToEntitiesParameters, GlossaryDeleteTermAssignmentFromEntitiesParameters, GlossaryListRelatedTermsParameters, GlossaryGetParameters, GlossaryUpdateParameters, GlossaryDeleteParameters, GlossaryListCategoriesParameters, GlossaryListCategoriesHeadersParameters, GlossaryGetDetailedParameters, GlossaryPartialUpdateParameters, GlossaryListTermsParameters, GlossaryListTermHeadersParameters, DiscoveryQueryParameters, DiscoverySuggestParameters, DiscoveryAutoCompleteParameters, LineageGetParameters, LineageGetNextPageParameters, LineageGetByUniqueAttributeParameters, RelationshipCreateParameters, RelationshipUpdateParameters, RelationshipGetParameters, RelationshipDeleteParameters, TypeGetBusinessMetadataDefByGuidParameters, TypeGetBusinessMetadataDefByNameParameters, TypeGetClassificationDefByGuidParameters, TypeGetClassificationDefByNameParameters, TypeGetEntityDefByGuidParameters, TypeGetEntityDefByNameParameters, TypeGetEnumDefByGuidParameters, TypeGetEnumDefByNameParameters, TypeGetRelationshipDefByGuidParameters, TypeGetRelationshipDefByNameParameters, TypeGetStructDefByGuidParameters, TypeGetStructDefByNameParameters, TypeGetByGuidParameters, TypeGetByNameParameters, TypeDeleteParameters, TypeListParameters, TypeBulkCreateParameters, TypeBulkUpdateParameters, TypeBulkDeleteParameters, TypeListHeadersParameters, TypeGetTermTemplateDefByGuidParameters, TypeGetTermTemplateDefByNameParameters } from "./parameters.js";
|
|
2
|
+
import type { EntityCreateOrUpdate200Response, EntityCreateOrUpdateDefaultResponse, EntityListByGuids200Response, EntityListByGuidsDefaultResponse, EntityBulkCreateOrUpdate200Response, EntityBulkCreateOrUpdateDefaultResponse, EntityBulkDelete200Response, EntityBulkDeleteDefaultResponse, EntityAddClassification204Response, EntityAddClassificationDefaultResponse, EntityGet200Response, EntityGetDefaultResponse, EntityPartialUpdateAttributeByGuid200Response, EntityPartialUpdateAttributeByGuidDefaultResponse, EntityDelete200Response, EntityDeleteDefaultResponse, EntityGetClassification200Response, EntityGetClassificationDefaultResponse, EntityRemoveClassification204Response, EntityRemoveClassificationDefaultResponse, EntityGetClassifications200Response, EntityGetClassificationsDefaultResponse, EntityAddClassifications204Response, EntityAddClassificationsDefaultResponse, EntityUpdateClassifications204Response, EntityUpdateClassificationsDefaultResponse, EntityGetByUniqueAttributes200Response, EntityGetByUniqueAttributesDefaultResponse, EntityPartialUpdateByUniqueAttributes200Response, EntityPartialUpdateByUniqueAttributesDefaultResponse, EntityDeleteByUniqueAttribute200Response, EntityDeleteByUniqueAttributeDefaultResponse, EntityRemoveClassificationByUniqueAttribute204Response, EntityRemoveClassificationByUniqueAttributeDefaultResponse, EntityAddClassificationsByUniqueAttribute204Response, EntityAddClassificationsByUniqueAttributeDefaultResponse, EntityUpdateClassificationsByUniqueAttribute204Response, EntityUpdateClassificationsByUniqueAttributeDefaultResponse, EntityBulkSetClassifications200Response, EntityBulkSetClassificationsDefaultResponse, EntityListByUniqueAttributes200Response, EntityListByUniqueAttributesDefaultResponse, EntityGetHeader200Response, EntityGetHeaderDefaultResponse, EntityRemoveBusinessMetadata204Response, EntityRemoveBusinessMetadataDefaultResponse, EntityAddOrUpdateBusinessMetadata204Response, EntityAddOrUpdateBusinessMetadataDefaultResponse, EntityRemoveBusinessMetadataAttributes204Response, EntityRemoveBusinessMetadataAttributesDefaultResponse, EntityAddOrUpdateBusinessMetadataAttributes204Response, EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse, EntityGetSampleBusinessMetadataTemplate200Response, EntityGetSampleBusinessMetadataTemplateDefaultResponse, EntityImportBusinessMetadata200Response, EntityImportBusinessMetadataDefaultResponse, EntityRemoveLabels204Response, EntityRemoveLabelsDefaultResponse, EntitySetLabels204Response, EntitySetLabelsDefaultResponse, EntityAddLabel204Response, EntityAddLabelDefaultResponse, EntityRemoveLabelsByUniqueAttribute204Response, EntityRemoveLabelsByUniqueAttributeDefaultResponse, EntitySetLabelsByUniqueAttribute204Response, EntitySetLabelsByUniqueAttributeDefaultResponse, EntityAddLabelsByUniqueAttribute204Response, EntityAddLabelsByUniqueAttributeDefaultResponse, EntityMoveEntitiesToCollection200Response, EntityMoveEntitiesToCollectionDefaultResponse, GlossaryList200Response, GlossaryListDefaultResponse, GlossaryCreate200Response, GlossaryCreateDefaultResponse, GlossaryCreateCategories200Response, GlossaryCreateCategoriesDefaultResponse, GlossaryCreateCategory200Response, GlossaryCreateCategoryDefaultResponse, GlossaryGetCategory200Response, GlossaryGetCategoryDefaultResponse, GlossaryUpdateCategory200Response, GlossaryUpdateCategoryDefaultResponse, GlossaryDeleteCategory204Response, GlossaryDeleteCategoryDefaultResponse, GlossaryPartialUpdateCategory200Response, GlossaryPartialUpdateCategoryDefaultResponse, GlossaryListRelatedCategories200Response, GlossaryListRelatedCategoriesDefaultResponse, GlossaryListCategoryTerms200Response, GlossaryListCategoryTermsDefaultResponse, GlossaryCreateTerm200Response, GlossaryCreateTermDefaultResponse, GlossaryGetTerm200Response, GlossaryGetTermDefaultResponse, GlossaryUpdateTerm200Response, GlossaryUpdateTermDefaultResponse, GlossaryDeleteTerm204Response, GlossaryDeleteTermDefaultResponse, GlossaryPartialUpdateTerm200Response, GlossaryPartialUpdateTermDefaultResponse, GlossaryCreateTerms200Response, GlossaryCreateTermsDefaultResponse, GlossaryListEntitiesAssignedWithTerm200Response, GlossaryListEntitiesAssignedWithTermDefaultResponse, GlossaryAssignTermToEntities204Response, GlossaryAssignTermToEntitiesDefaultResponse, GlossaryDeleteTermAssignmentFromEntities204Response, GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse, GlossaryListRelatedTerms200Response, GlossaryListRelatedTermsDefaultResponse, GlossaryGet200Response, GlossaryGetDefaultResponse, GlossaryUpdate200Response, GlossaryUpdateDefaultResponse, GlossaryDelete204Response, GlossaryDeleteDefaultResponse, GlossaryListCategories200Response, GlossaryListCategoriesDefaultResponse, GlossaryListCategoriesHeaders200Response, GlossaryListCategoriesHeadersDefaultResponse, GlossaryGetDetailed200Response, GlossaryGetDetailedDefaultResponse, GlossaryPartialUpdate200Response, GlossaryPartialUpdateDefaultResponse, GlossaryListTerms200Response, GlossaryListTermsDefaultResponse, GlossaryListTermHeaders200Response, GlossaryListTermHeadersDefaultResponse, DiscoveryQuery200Response, DiscoveryQueryDefaultResponse, DiscoverySuggest200Response, DiscoverySuggestDefaultResponse, DiscoveryAutoComplete200Response, DiscoveryAutoCompleteDefaultResponse, LineageGet200Response, LineageGetDefaultResponse, LineageGetNextPage200Response, LineageGetNextPageDefaultResponse, LineageGetByUniqueAttribute200Response, LineageGetByUniqueAttributeDefaultResponse, RelationshipCreate200Response, RelationshipCreateDefaultResponse, RelationshipUpdate200Response, RelationshipUpdateDefaultResponse, RelationshipGet200Response, RelationshipGetDefaultResponse, RelationshipDelete204Response, RelationshipDeleteDefaultResponse, TypeGetBusinessMetadataDefByGuid200Response, TypeGetBusinessMetadataDefByGuidDefaultResponse, TypeGetBusinessMetadataDefByName200Response, TypeGetBusinessMetadataDefByNameDefaultResponse, TypeGetClassificationDefByGuid200Response, TypeGetClassificationDefByGuidDefaultResponse, TypeGetClassificationDefByName200Response, TypeGetClassificationDefByNameDefaultResponse, TypeGetEntityDefByGuid200Response, TypeGetEntityDefByGuidDefaultResponse, TypeGetEntityDefByName200Response, TypeGetEntityDefByNameDefaultResponse, TypeGetEnumDefByGuid200Response, TypeGetEnumDefByGuidDefaultResponse, TypeGetEnumDefByName200Response, TypeGetEnumDefByNameDefaultResponse, TypeGetRelationshipDefByGuid200Response, TypeGetRelationshipDefByGuidDefaultResponse, TypeGetRelationshipDefByName200Response, TypeGetRelationshipDefByNameDefaultResponse, TypeGetStructDefByGuid200Response, TypeGetStructDefByGuidDefaultResponse, TypeGetStructDefByName200Response, TypeGetStructDefByNameDefaultResponse, TypeGetByGuid200Response, TypeGetByGuidDefaultResponse, TypeGetByName200Response, TypeGetByNameDefaultResponse, TypeDelete204Response, TypeDeleteDefaultResponse, TypeList200Response, TypeListDefaultResponse, TypeBulkCreate200Response, TypeBulkCreateDefaultResponse, TypeBulkUpdate200Response, TypeBulkUpdateDefaultResponse, TypeBulkDelete204Response, TypeBulkDeleteDefaultResponse, TypeListHeaders200Response, TypeListHeadersDefaultResponse, TypeGetTermTemplateDefByGuid200Response, TypeGetTermTemplateDefByGuidDefaultResponse, TypeGetTermTemplateDefByName200Response, TypeGetTermTemplateDefByNameDefaultResponse } from "./responses.js";
|
|
3
|
+
import type { Client, StreamableMethod } from "@azure-rest/core-client";
|
|
4
|
+
export interface EntityCreateOrUpdate {
|
|
5
|
+
/**
|
|
6
|
+
* Create or update an entity.
|
|
7
|
+
* Existing entity is matched using its unique guid if
|
|
8
|
+
* supplied or by its unique attributes eg: qualifiedName.
|
|
9
|
+
* Map and array of
|
|
10
|
+
* collections are not well supported. E.g., array<array<int>>, array<map<string,
|
|
11
|
+
* int>>.
|
|
12
|
+
* For each contact type, the maximum number of contacts is 20.
|
|
13
|
+
*/
|
|
14
|
+
post(options: EntityCreateOrUpdateParameters): StreamableMethod<EntityCreateOrUpdate200Response | EntityCreateOrUpdateDefaultResponse>;
|
|
15
|
+
}
|
|
16
|
+
export interface EntityListByGuids {
|
|
17
|
+
/** List entities in bulk identified by its GUIDs. */
|
|
18
|
+
get(options: EntityListByGuidsParameters): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>;
|
|
19
|
+
/**
|
|
20
|
+
* Create or update entities in bulk.
|
|
21
|
+
* Existing entity is matched using its unique
|
|
22
|
+
* guid if supplied or by its unique attributes eg: qualifiedName.
|
|
23
|
+
* Map and array
|
|
24
|
+
* of collections are not well supported. E.g., array<array<int>>,
|
|
25
|
+
* array<map<string, int>>.
|
|
26
|
+
* For each contact type, the maximum number of contacts
|
|
27
|
+
* is 20.
|
|
28
|
+
*/
|
|
29
|
+
post(options: EntityBulkCreateOrUpdateParameters): StreamableMethod<EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Delete a list of entities in bulk identified by their GUIDs or unique
|
|
32
|
+
* attributes.
|
|
33
|
+
*/
|
|
34
|
+
delete(options: EntityBulkDeleteParameters): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>;
|
|
35
|
+
}
|
|
36
|
+
export interface EntityAddClassification {
|
|
37
|
+
/** Associate a classification to multiple entities in bulk. */
|
|
38
|
+
post(options: EntityAddClassificationParameters): StreamableMethod<EntityAddClassification204Response | EntityAddClassificationDefaultResponse>;
|
|
39
|
+
}
|
|
40
|
+
export interface EntityGet {
|
|
41
|
+
/** Get complete definition of an entity given its GUID. */
|
|
42
|
+
get(options?: EntityGetParameters): StreamableMethod<EntityGet200Response | EntityGetDefaultResponse>;
|
|
43
|
+
/**
|
|
44
|
+
* Update entity partially - create or update entity attribute identified by its
|
|
45
|
+
* GUID.
|
|
46
|
+
* Supports only primitive attribute type and entity references.
|
|
47
|
+
* It does not support updating complex types like arrays, and maps.
|
|
48
|
+
* Null updates are not possible.
|
|
49
|
+
*/
|
|
50
|
+
put(options: EntityPartialUpdateAttributeByGuidParameters): StreamableMethod<EntityPartialUpdateAttributeByGuid200Response | EntityPartialUpdateAttributeByGuidDefaultResponse>;
|
|
51
|
+
/** Delete an entity identified by its GUID. */
|
|
52
|
+
delete(options?: EntityDeleteParameters): StreamableMethod<EntityDelete200Response | EntityDeleteDefaultResponse>;
|
|
53
|
+
}
|
|
54
|
+
export interface EntityGetClassification {
|
|
55
|
+
/** Get classification for a given entity represented by a GUID. */
|
|
56
|
+
get(options?: EntityGetClassificationParameters): StreamableMethod<EntityGetClassification200Response | EntityGetClassificationDefaultResponse>;
|
|
57
|
+
/** Delete a given classification from an existing entity represented by a GUID. */
|
|
58
|
+
delete(options?: EntityRemoveClassificationParameters): StreamableMethod<EntityRemoveClassification204Response | EntityRemoveClassificationDefaultResponse>;
|
|
59
|
+
}
|
|
60
|
+
export interface EntityGetClassifications {
|
|
61
|
+
/** List classifications for a given entity represented by a GUID. */
|
|
62
|
+
get(options?: EntityGetClassificationsParameters): StreamableMethod<EntityGetClassifications200Response | EntityGetClassificationsDefaultResponse>;
|
|
63
|
+
/** Add classifications to an existing entity represented by a GUID. */
|
|
64
|
+
post(options: EntityAddClassificationsParameters): StreamableMethod<EntityAddClassifications204Response | EntityAddClassificationsDefaultResponse>;
|
|
65
|
+
/** Update classifications to an existing entity represented by a guid. */
|
|
66
|
+
put(options: EntityUpdateClassificationsParameters): StreamableMethod<EntityUpdateClassifications204Response | EntityUpdateClassificationsDefaultResponse>;
|
|
67
|
+
}
|
|
68
|
+
export interface EntityGetByUniqueAttributes {
|
|
69
|
+
/**
|
|
70
|
+
* Get complete definition of an entity given its type and unique attribute.
|
|
71
|
+
*
|
|
72
|
+
* In
|
|
73
|
+
* addition to the typeName path parameter, attribute key-value pair(s) can be
|
|
74
|
+
* provided in the following format:
|
|
75
|
+
* attr:\<attrName>=<attrValue>.
|
|
76
|
+
*
|
|
77
|
+
* NOTE: The
|
|
78
|
+
* attrName and attrValue should be unique across entities, eg.
|
|
79
|
+
* qualifiedName.
|
|
80
|
+
*
|
|
81
|
+
* The REST request would look something like this:
|
|
82
|
+
* GET
|
|
83
|
+
* /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
|
84
|
+
*/
|
|
85
|
+
get(options?: EntityGetByUniqueAttributesParameters): StreamableMethod<EntityGetByUniqueAttributes200Response | EntityGetByUniqueAttributesDefaultResponse>;
|
|
86
|
+
/**
|
|
87
|
+
* Update entity partially - Allow a subset of attributes to be updated on an
|
|
88
|
+
* entity which is identified by its type and unique attribute eg:
|
|
89
|
+
* Referenceable.qualifiedName. Null updates are not possible.
|
|
90
|
+
*
|
|
91
|
+
* In addition to the
|
|
92
|
+
* typeName path parameter, attribute key-value pair(s) can be provided in the
|
|
93
|
+
* following format:
|
|
94
|
+
*
|
|
95
|
+
* attr:<attrName>=<attrValue>.
|
|
96
|
+
* NOTE: The attrName and
|
|
97
|
+
* attrValue should be unique across entities, eg. qualifiedName.
|
|
98
|
+
*
|
|
99
|
+
* The REST
|
|
100
|
+
* request would look something like this:
|
|
101
|
+
* PUT
|
|
102
|
+
* /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
|
103
|
+
*/
|
|
104
|
+
put(options: EntityPartialUpdateByUniqueAttributesParameters): StreamableMethod<EntityPartialUpdateByUniqueAttributes200Response | EntityPartialUpdateByUniqueAttributesDefaultResponse>;
|
|
105
|
+
/**
|
|
106
|
+
* Delete an entity identified by its type and unique attributes.
|
|
107
|
+
* In addition to
|
|
108
|
+
* the typeName path parameter, attribute key-value pair(s) can be provided in the
|
|
109
|
+
* following format:
|
|
110
|
+
* attr:\<attrName>=\<attrValue>.
|
|
111
|
+
* NOTE: The attrName and
|
|
112
|
+
* attrValue should be unique across entities, eg. qualifiedName.
|
|
113
|
+
*
|
|
114
|
+
* The REST
|
|
115
|
+
* request would look something like this:
|
|
116
|
+
* DELETE
|
|
117
|
+
* /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
|
118
|
+
*/
|
|
119
|
+
delete(options?: EntityDeleteByUniqueAttributeParameters): StreamableMethod<EntityDeleteByUniqueAttribute200Response | EntityDeleteByUniqueAttributeDefaultResponse>;
|
|
120
|
+
}
|
|
121
|
+
export interface EntityRemoveClassificationByUniqueAttribute {
|
|
122
|
+
/**
|
|
123
|
+
* Delete a given classification from an entity identified by its type and unique
|
|
124
|
+
* attributes.
|
|
125
|
+
*/
|
|
126
|
+
delete(options?: EntityRemoveClassificationByUniqueAttributeParameters): StreamableMethod<EntityRemoveClassificationByUniqueAttribute204Response | EntityRemoveClassificationByUniqueAttributeDefaultResponse>;
|
|
127
|
+
}
|
|
128
|
+
export interface EntityAddClassificationsByUniqueAttribute {
|
|
129
|
+
/** Add classification to the entity identified by its type and unique attributes. */
|
|
130
|
+
post(options: EntityAddClassificationsByUniqueAttributeParameters): StreamableMethod<EntityAddClassificationsByUniqueAttribute204Response | EntityAddClassificationsByUniqueAttributeDefaultResponse>;
|
|
131
|
+
/** Update classification on an entity identified by its type and unique attributes. */
|
|
132
|
+
put(options: EntityUpdateClassificationsByUniqueAttributeParameters): StreamableMethod<EntityUpdateClassificationsByUniqueAttribute204Response | EntityUpdateClassificationsByUniqueAttributeDefaultResponse>;
|
|
133
|
+
}
|
|
134
|
+
export interface EntityBulkSetClassifications {
|
|
135
|
+
/** Set classifications on entities in bulk. */
|
|
136
|
+
post(options: EntityBulkSetClassificationsParameters): StreamableMethod<EntityBulkSetClassifications200Response | EntityBulkSetClassificationsDefaultResponse>;
|
|
137
|
+
}
|
|
138
|
+
export interface EntityListByUniqueAttributes {
|
|
139
|
+
/**
|
|
140
|
+
* Bulk API to retrieve list of entities identified by its unique attributes.
|
|
141
|
+
* In
|
|
142
|
+
* addition to the typeName path parameter, attribute key-value pair(s) can be
|
|
143
|
+
* provided in the following
|
|
144
|
+
* format
|
|
145
|
+
*
|
|
146
|
+
* typeName=\<typeName>&attr_1:\<attrName>=\<attrValue>&attr_2:\<attrName>=\<attrValue>&attr_3:\<attrName>=\<attrValue>
|
|
147
|
+
*
|
|
148
|
+
* NOTE:
|
|
149
|
+
* The attrName should be an unique attribute for the given entity-type.
|
|
150
|
+
* The REST
|
|
151
|
+
* request would look something like this
|
|
152
|
+
*
|
|
153
|
+
* GET
|
|
154
|
+
* /v2/entity/bulk/uniqueAttribute/type/hive_db?attr_1:qualifiedName=db1@cl1&attr_2:qualifiedName=db2@cl1
|
|
155
|
+
*
|
|
156
|
+
* Note:
|
|
157
|
+
* at least one unique attribute must be provided.
|
|
158
|
+
*/
|
|
159
|
+
get(options?: EntityListByUniqueAttributesParameters): StreamableMethod<EntityListByUniqueAttributes200Response | EntityListByUniqueAttributesDefaultResponse>;
|
|
160
|
+
}
|
|
161
|
+
export interface EntityGetHeader {
|
|
162
|
+
/** Get entity header given its GUID. */
|
|
163
|
+
get(options?: EntityGetHeaderParameters): StreamableMethod<EntityGetHeader200Response | EntityGetHeaderDefaultResponse>;
|
|
164
|
+
}
|
|
165
|
+
export interface EntityRemoveBusinessMetadata {
|
|
166
|
+
/** Remove business metadata from an entity. */
|
|
167
|
+
delete(options: EntityRemoveBusinessMetadataParameters): StreamableMethod<EntityRemoveBusinessMetadata204Response | EntityRemoveBusinessMetadataDefaultResponse>;
|
|
168
|
+
/** Add business metadata to an entity. */
|
|
169
|
+
post(options: EntityAddOrUpdateBusinessMetadataParameters): StreamableMethod<EntityAddOrUpdateBusinessMetadata204Response | EntityAddOrUpdateBusinessMetadataDefaultResponse>;
|
|
170
|
+
}
|
|
171
|
+
export interface EntityRemoveBusinessMetadataAttributes {
|
|
172
|
+
/** Delete business metadata attributes from an entity. */
|
|
173
|
+
delete(options: EntityRemoveBusinessMetadataAttributesParameters): StreamableMethod<EntityRemoveBusinessMetadataAttributes204Response | EntityRemoveBusinessMetadataAttributesDefaultResponse>;
|
|
174
|
+
/** Add or update business metadata attributes. */
|
|
175
|
+
post(options: EntityAddOrUpdateBusinessMetadataAttributesParameters): StreamableMethod<EntityAddOrUpdateBusinessMetadataAttributes204Response | EntityAddOrUpdateBusinessMetadataAttributesDefaultResponse>;
|
|
176
|
+
}
|
|
177
|
+
export interface EntityGetSampleBusinessMetadataTemplate {
|
|
178
|
+
/** Get the sample Template for uploading/creating bulk BusinessMetaData */
|
|
179
|
+
get(options?: EntityGetSampleBusinessMetadataTemplateParameters): StreamableMethod<EntityGetSampleBusinessMetadataTemplate200Response | EntityGetSampleBusinessMetadataTemplateDefaultResponse>;
|
|
180
|
+
}
|
|
181
|
+
export interface EntityImportBusinessMetadata {
|
|
182
|
+
/** Upload the file for creating Business Metadata in BULK */
|
|
183
|
+
post(options: EntityImportBusinessMetadataParameters): StreamableMethod<EntityImportBusinessMetadata200Response | EntityImportBusinessMetadataDefaultResponse>;
|
|
184
|
+
}
|
|
185
|
+
export interface EntityRemoveLabels {
|
|
186
|
+
/** Delete given labels to a given entity. */
|
|
187
|
+
delete(options?: EntityRemoveLabelsParameters): StreamableMethod<EntityRemoveLabels204Response | EntityRemoveLabelsDefaultResponse>;
|
|
188
|
+
/** Set labels to a given entity. */
|
|
189
|
+
post(options?: EntitySetLabelsParameters): StreamableMethod<EntitySetLabels204Response | EntitySetLabelsDefaultResponse>;
|
|
190
|
+
/** Add given labels to a given entity. */
|
|
191
|
+
put(options?: EntityAddLabelParameters): StreamableMethod<EntityAddLabel204Response | EntityAddLabelDefaultResponse>;
|
|
192
|
+
}
|
|
193
|
+
export interface EntityRemoveLabelsByUniqueAttribute {
|
|
194
|
+
/**
|
|
195
|
+
* Delete given labels to a given entity identified by its type and unique
|
|
196
|
+
* attribute.
|
|
197
|
+
*
|
|
198
|
+
* If labels is null/empty, no labels will be removed.
|
|
199
|
+
*
|
|
200
|
+
* If any labels
|
|
201
|
+
* in labels set are non-existing labels, they will be ignored, only existing
|
|
202
|
+
* labels will be removed. In addition to the typeName path parameter, attribute
|
|
203
|
+
* key-value pair(s) can be provided in the following format:
|
|
204
|
+
* attr:<attrName>=<attrValue>. NOTE: The attrName and attrValue should be unique
|
|
205
|
+
* across entities, eg. qualifiedName. The REST request would look something like
|
|
206
|
+
* this: DELETE
|
|
207
|
+
* /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
|
208
|
+
*/
|
|
209
|
+
delete(options?: EntityRemoveLabelsByUniqueAttributeParameters): StreamableMethod<EntityRemoveLabelsByUniqueAttribute204Response | EntityRemoveLabelsByUniqueAttributeDefaultResponse>;
|
|
210
|
+
/**
|
|
211
|
+
* Set labels to a given entity identified by its type and unique attributes.
|
|
212
|
+
*
|
|
213
|
+
* If
|
|
214
|
+
* labels is null/empty, existing labels will all be removed.
|
|
215
|
+
*
|
|
216
|
+
* In addition to the
|
|
217
|
+
* typeName path parameter, attribute key-value pair(s) can be provided in the
|
|
218
|
+
* following format: attr:<attrName>=<attrValue>.
|
|
219
|
+
*
|
|
220
|
+
* NOTE: The attrName and
|
|
221
|
+
* attrValue should be unique across entities, eg. qualifiedName.
|
|
222
|
+
*
|
|
223
|
+
* The REST
|
|
224
|
+
* request would look something like this: POST
|
|
225
|
+
* /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
|
226
|
+
*/
|
|
227
|
+
post(options?: EntitySetLabelsByUniqueAttributeParameters): StreamableMethod<EntitySetLabelsByUniqueAttribute204Response | EntitySetLabelsByUniqueAttributeDefaultResponse>;
|
|
228
|
+
/**
|
|
229
|
+
* Add given labels to a given entity identified by its type and unique
|
|
230
|
+
* attributes.
|
|
231
|
+
*
|
|
232
|
+
* If labels is null/empty, no labels will be added.
|
|
233
|
+
*
|
|
234
|
+
* In addition to
|
|
235
|
+
* the typeName path parameter, attribute key-value pair(s) can be provided in the
|
|
236
|
+
* following format: attr:<attrName>=<attrValue>.
|
|
237
|
+
*
|
|
238
|
+
* NOTE: The attrName and
|
|
239
|
+
* attrValue should be unique across entities, eg. qualifiedName.
|
|
240
|
+
*
|
|
241
|
+
* The REST
|
|
242
|
+
* request would look something like this: PUT
|
|
243
|
+
* /v2/entity/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
|
244
|
+
*/
|
|
245
|
+
put(options?: EntityAddLabelsByUniqueAttributeParameters): StreamableMethod<EntityAddLabelsByUniqueAttribute204Response | EntityAddLabelsByUniqueAttributeDefaultResponse>;
|
|
246
|
+
}
|
|
247
|
+
export interface EntityMoveEntitiesToCollection {
|
|
248
|
+
/** Move existing entities to the target collection. */
|
|
249
|
+
post(options: EntityMoveEntitiesToCollectionParameters): StreamableMethod<EntityMoveEntitiesToCollection200Response | EntityMoveEntitiesToCollectionDefaultResponse>;
|
|
250
|
+
}
|
|
251
|
+
export interface GlossaryList {
|
|
252
|
+
/**
|
|
253
|
+
* Get all glossaries. Recommend using limit/offset to get pagination result.
|
|
254
|
+
* Recommend using 'ignoreTermsAndCategories=true' and fetch terms/categories
|
|
255
|
+
* separately using 'GET /datamap/api/atlas/v2/glossary/{glossaryId}/terms'
|
|
256
|
+
* and 'GET '/datamap/api/atlas/v2/glossary/{glossaryId}/categories'.
|
|
257
|
+
*/
|
|
258
|
+
get(options?: GlossaryListParameters): StreamableMethod<GlossaryList200Response | GlossaryListDefaultResponse>;
|
|
259
|
+
/** Create a glossary. */
|
|
260
|
+
post(options: GlossaryCreateParameters): StreamableMethod<GlossaryCreate200Response | GlossaryCreateDefaultResponse>;
|
|
261
|
+
}
|
|
262
|
+
export interface GlossaryCreateCategories {
|
|
263
|
+
/** Create glossary category in bulk. */
|
|
264
|
+
post(options: GlossaryCreateCategoriesParameters): StreamableMethod<GlossaryCreateCategories200Response | GlossaryCreateCategoriesDefaultResponse>;
|
|
265
|
+
}
|
|
266
|
+
export interface GlossaryCreateCategory {
|
|
267
|
+
/** Create a glossary category. */
|
|
268
|
+
post(options: GlossaryCreateCategoryParameters): StreamableMethod<GlossaryCreateCategory200Response | GlossaryCreateCategoryDefaultResponse>;
|
|
269
|
+
}
|
|
270
|
+
export interface GlossaryGetCategory {
|
|
271
|
+
/** Get specific glossary category by its GUID. */
|
|
272
|
+
get(options?: GlossaryGetCategoryParameters): StreamableMethod<GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse>;
|
|
273
|
+
/** Update the given glossary category by its GUID. */
|
|
274
|
+
put(options: GlossaryUpdateCategoryParameters): StreamableMethod<GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse>;
|
|
275
|
+
/** Delete a glossary category. */
|
|
276
|
+
delete(options?: GlossaryDeleteCategoryParameters): StreamableMethod<GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse>;
|
|
277
|
+
}
|
|
278
|
+
export interface GlossaryPartialUpdateCategory {
|
|
279
|
+
/**
|
|
280
|
+
* Update the glossary category partially. So far we only supports partial
|
|
281
|
+
* updating shortDescription and longDescription for category.
|
|
282
|
+
*/
|
|
283
|
+
put(options: GlossaryPartialUpdateCategoryParameters): StreamableMethod<GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse>;
|
|
284
|
+
}
|
|
285
|
+
export interface GlossaryListRelatedCategories {
|
|
286
|
+
/**
|
|
287
|
+
* Get all related categories (parent and children). Limit, offset, and sort
|
|
288
|
+
* parameters are currently not being enabled and won't work even they are passed.
|
|
289
|
+
*/
|
|
290
|
+
get(options?: GlossaryListRelatedCategoriesParameters): StreamableMethod<GlossaryListRelatedCategories200Response | GlossaryListRelatedCategoriesDefaultResponse>;
|
|
291
|
+
}
|
|
292
|
+
export interface GlossaryListCategoryTerms {
|
|
293
|
+
/** Get all terms associated with the specific category. */
|
|
294
|
+
get(options?: GlossaryListCategoryTermsParameters): StreamableMethod<GlossaryListCategoryTerms200Response | GlossaryListCategoryTermsDefaultResponse>;
|
|
295
|
+
}
|
|
296
|
+
export interface GlossaryCreateTerm {
|
|
297
|
+
/** Create a glossary term. */
|
|
298
|
+
post(options: GlossaryCreateTermParameters): StreamableMethod<GlossaryCreateTerm200Response | GlossaryCreateTermDefaultResponse>;
|
|
299
|
+
}
|
|
300
|
+
export interface GlossaryGetTerm {
|
|
301
|
+
/** Get a specific glossary term by its GUID. */
|
|
302
|
+
get(options?: GlossaryGetTermParameters): StreamableMethod<GlossaryGetTerm200Response | GlossaryGetTermDefaultResponse>;
|
|
303
|
+
/** Update the given glossary term by its GUID. */
|
|
304
|
+
put(options: GlossaryUpdateTermParameters): StreamableMethod<GlossaryUpdateTerm200Response | GlossaryUpdateTermDefaultResponse>;
|
|
305
|
+
/** Delete a glossary term. */
|
|
306
|
+
delete(options?: GlossaryDeleteTermParameters): StreamableMethod<GlossaryDeleteTerm204Response | GlossaryDeleteTermDefaultResponse>;
|
|
307
|
+
}
|
|
308
|
+
export interface GlossaryPartialUpdateTerm {
|
|
309
|
+
/**
|
|
310
|
+
* Update the glossary term partially. So far we only supports partial updating
|
|
311
|
+
* shortDescription, longDescription, abbreviation, usage and status for term.
|
|
312
|
+
*/
|
|
313
|
+
put(options: GlossaryPartialUpdateTermParameters): StreamableMethod<GlossaryPartialUpdateTerm200Response | GlossaryPartialUpdateTermDefaultResponse>;
|
|
314
|
+
}
|
|
315
|
+
export interface GlossaryCreateTerms {
|
|
316
|
+
/** Create glossary terms in bulk. */
|
|
317
|
+
post(options: GlossaryCreateTermsParameters): StreamableMethod<GlossaryCreateTerms200Response | GlossaryCreateTermsDefaultResponse>;
|
|
318
|
+
}
|
|
319
|
+
export interface GlossaryListEntitiesAssignedWithTerm {
|
|
320
|
+
/**
|
|
321
|
+
* List all related objects assigned with the specified term. Recommend using
|
|
322
|
+
* limit/offset to get pagination result.
|
|
323
|
+
*/
|
|
324
|
+
get(options?: GlossaryListEntitiesAssignedWithTermParameters): StreamableMethod<GlossaryListEntitiesAssignedWithTerm200Response | GlossaryListEntitiesAssignedWithTermDefaultResponse>;
|
|
325
|
+
/**
|
|
326
|
+
* Assign the given term to the provided list of related objects. Recommend using
|
|
327
|
+
* small batches with multiple API calls.
|
|
328
|
+
*
|
|
329
|
+
* [Entities Create Or Update
|
|
330
|
+
* operation](https://learn.microsoft.com/en-us/rest/api/purview/datamapdataplane/entity/bulk-create-or-update?tabs=HTTP)
|
|
331
|
+
* is an alternative to assign a term to multiple entities.
|
|
332
|
+
*/
|
|
333
|
+
post(options: GlossaryAssignTermToEntitiesParameters): StreamableMethod<GlossaryAssignTermToEntities204Response | GlossaryAssignTermToEntitiesDefaultResponse>;
|
|
334
|
+
/** Delete the term assignment for the given list of related objects. */
|
|
335
|
+
delete(options: GlossaryDeleteTermAssignmentFromEntitiesParameters): StreamableMethod<GlossaryDeleteTermAssignmentFromEntities204Response | GlossaryDeleteTermAssignmentFromEntitiesDefaultResponse>;
|
|
336
|
+
}
|
|
337
|
+
export interface GlossaryListRelatedTerms {
|
|
338
|
+
/**
|
|
339
|
+
* Get all related terms for a specific term by its GUID. Limit, offset, and sort
|
|
340
|
+
* parameters are currently not being enabled and won't work even they are passed.
|
|
341
|
+
*/
|
|
342
|
+
get(options?: GlossaryListRelatedTermsParameters): StreamableMethod<GlossaryListRelatedTerms200Response | GlossaryListRelatedTermsDefaultResponse>;
|
|
343
|
+
}
|
|
344
|
+
export interface GlossaryGet {
|
|
345
|
+
/** Get a specific Glossary by its GUID. */
|
|
346
|
+
get(options?: GlossaryGetParameters): StreamableMethod<GlossaryGet200Response | GlossaryGetDefaultResponse>;
|
|
347
|
+
/** Update the given glossary. */
|
|
348
|
+
put(options: GlossaryUpdateParameters): StreamableMethod<GlossaryUpdate200Response | GlossaryUpdateDefaultResponse>;
|
|
349
|
+
/**
|
|
350
|
+
* Delete a glossary. Will delete underlying terms/categories together. Recommend
|
|
351
|
+
* separate delete terms and categories.
|
|
352
|
+
*/
|
|
353
|
+
delete(options?: GlossaryDeleteParameters): StreamableMethod<GlossaryDelete204Response | GlossaryDeleteDefaultResponse>;
|
|
354
|
+
}
|
|
355
|
+
export interface GlossaryListCategories {
|
|
356
|
+
/**
|
|
357
|
+
* Get the categories belonging to a specific glossary. Recommend using
|
|
358
|
+
* limit/offset to get pagination result.
|
|
359
|
+
*/
|
|
360
|
+
get(options?: GlossaryListCategoriesParameters): StreamableMethod<GlossaryListCategories200Response | GlossaryListCategoriesDefaultResponse>;
|
|
361
|
+
}
|
|
362
|
+
export interface GlossaryListCategoriesHeaders {
|
|
363
|
+
/**
|
|
364
|
+
* Get the category headers belonging to a specific glossary. Recommend using
|
|
365
|
+
* limit/offset to get pagination result.
|
|
366
|
+
*/
|
|
367
|
+
get(options?: GlossaryListCategoriesHeadersParameters): StreamableMethod<GlossaryListCategoriesHeaders200Response | GlossaryListCategoriesHeadersDefaultResponse>;
|
|
368
|
+
}
|
|
369
|
+
export interface GlossaryGetDetailed {
|
|
370
|
+
/**
|
|
371
|
+
* Get a specific glossary with detailed information. This API is not
|
|
372
|
+
* recommend.
|
|
373
|
+
*
|
|
374
|
+
* Recommend to fetch terms/categories details separately using
|
|
375
|
+
*
|
|
376
|
+
* GET /datamap/api/atlas/v2/glossary/{glossaryId}/terms and
|
|
377
|
+
*
|
|
378
|
+
* GET /datamap/api/atlas/v2/glossary/{glossaryId}/categories.
|
|
379
|
+
*/
|
|
380
|
+
get(options?: GlossaryGetDetailedParameters): StreamableMethod<GlossaryGetDetailed200Response | GlossaryGetDetailedDefaultResponse>;
|
|
381
|
+
}
|
|
382
|
+
export interface GlossaryPartialUpdate {
|
|
383
|
+
/**
|
|
384
|
+
* Update the glossary partially. Some properties such as qualifiedName are not
|
|
385
|
+
* allowed to be updated.
|
|
386
|
+
*
|
|
387
|
+
* So far we only supports partial updating
|
|
388
|
+
* shortDescription, longDescription, language and usage for glossary.
|
|
389
|
+
*
|
|
390
|
+
* Recommend
|
|
391
|
+
* using 'ignoreTermsAndCategories=true' to reduce response body size.
|
|
392
|
+
*/
|
|
393
|
+
put(options: GlossaryPartialUpdateParameters): StreamableMethod<GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse>;
|
|
394
|
+
}
|
|
395
|
+
export interface GlossaryListTerms {
|
|
396
|
+
/**
|
|
397
|
+
* Get terms belonging to a specific glossary. Recommend using limit/offset to get
|
|
398
|
+
* pagination result.
|
|
399
|
+
*/
|
|
400
|
+
get(options?: GlossaryListTermsParameters): StreamableMethod<GlossaryListTerms200Response | GlossaryListTermsDefaultResponse>;
|
|
401
|
+
}
|
|
402
|
+
export interface GlossaryListTermHeaders {
|
|
403
|
+
/**
|
|
404
|
+
* Get term headers belonging to a specific glossary. Recommend using limit/offset
|
|
405
|
+
* to get pagination result.
|
|
406
|
+
*/
|
|
407
|
+
get(options?: GlossaryListTermHeadersParameters): StreamableMethod<GlossaryListTermHeaders200Response | GlossaryListTermHeadersDefaultResponse>;
|
|
408
|
+
}
|
|
409
|
+
export interface DiscoveryQuery {
|
|
410
|
+
/** Get data using search. */
|
|
411
|
+
post(options: DiscoveryQueryParameters): StreamableMethod<DiscoveryQuery200Response | DiscoveryQueryDefaultResponse>;
|
|
412
|
+
}
|
|
413
|
+
export interface DiscoverySuggest {
|
|
414
|
+
/** Get search suggestions by query criteria. */
|
|
415
|
+
post(options: DiscoverySuggestParameters): StreamableMethod<DiscoverySuggest200Response | DiscoverySuggestDefaultResponse>;
|
|
416
|
+
}
|
|
417
|
+
export interface DiscoveryAutoComplete {
|
|
418
|
+
/** Get auto complete options. */
|
|
419
|
+
post(options: DiscoveryAutoCompleteParameters): StreamableMethod<DiscoveryAutoComplete200Response | DiscoveryAutoCompleteDefaultResponse>;
|
|
420
|
+
}
|
|
421
|
+
export interface LineageGet {
|
|
422
|
+
/** Get lineage info of the entity specified by GUID. */
|
|
423
|
+
get(options: LineageGetParameters): StreamableMethod<LineageGet200Response | LineageGetDefaultResponse>;
|
|
424
|
+
}
|
|
425
|
+
export interface LineageGetNextPage {
|
|
426
|
+
/** Return immediate next page lineage info about entity with pagination */
|
|
427
|
+
get(options: LineageGetNextPageParameters): StreamableMethod<LineageGetNextPage200Response | LineageGetNextPageDefaultResponse>;
|
|
428
|
+
}
|
|
429
|
+
export interface LineageGetByUniqueAttribute {
|
|
430
|
+
/**
|
|
431
|
+
* Return lineage info about entity.
|
|
432
|
+
*
|
|
433
|
+
* In addition to the typeName path parameter,
|
|
434
|
+
* attribute key-value pair(s) can be provided in the following
|
|
435
|
+
* format
|
|
436
|
+
*
|
|
437
|
+
* attr:[attrName]=[attrValue]
|
|
438
|
+
*
|
|
439
|
+
* NOTE: The attrName and attrValue should be
|
|
440
|
+
* unique across entities, eg. qualifiedName.
|
|
441
|
+
*
|
|
442
|
+
* The REST request would look
|
|
443
|
+
* something like this:
|
|
444
|
+
*
|
|
445
|
+
* GET
|
|
446
|
+
* /v2/lineage/uniqueAttribute/type/aType?attr:aTypeAttribute=someValue.
|
|
447
|
+
*/
|
|
448
|
+
get(options: LineageGetByUniqueAttributeParameters): StreamableMethod<LineageGetByUniqueAttribute200Response | LineageGetByUniqueAttributeDefaultResponse>;
|
|
449
|
+
}
|
|
450
|
+
export interface RelationshipCreate {
|
|
451
|
+
/** Create a new relationship between entities. */
|
|
452
|
+
post(options: RelationshipCreateParameters): StreamableMethod<RelationshipCreate200Response | RelationshipCreateDefaultResponse>;
|
|
453
|
+
/** Update an existing relationship between entities. */
|
|
454
|
+
put(options: RelationshipUpdateParameters): StreamableMethod<RelationshipUpdate200Response | RelationshipUpdateDefaultResponse>;
|
|
455
|
+
}
|
|
456
|
+
export interface RelationshipGet {
|
|
457
|
+
/** Get relationship information between entities by its GUID. */
|
|
458
|
+
get(options?: RelationshipGetParameters): StreamableMethod<RelationshipGet200Response | RelationshipGetDefaultResponse>;
|
|
459
|
+
/** Delete a relationship between entities by its GUID. */
|
|
460
|
+
delete(options?: RelationshipDeleteParameters): StreamableMethod<RelationshipDelete204Response | RelationshipDeleteDefaultResponse>;
|
|
461
|
+
}
|
|
462
|
+
export interface TypeGetBusinessMetadataDefByGuid {
|
|
463
|
+
/** Get the businessMetadata definition for the given guid. */
|
|
464
|
+
get(options?: TypeGetBusinessMetadataDefByGuidParameters): StreamableMethod<TypeGetBusinessMetadataDefByGuid200Response | TypeGetBusinessMetadataDefByGuidDefaultResponse>;
|
|
465
|
+
}
|
|
466
|
+
export interface TypeGetBusinessMetadataDefByName {
|
|
467
|
+
/** Get the businessMetadata definition by it's name (unique). */
|
|
468
|
+
get(options?: TypeGetBusinessMetadataDefByNameParameters): StreamableMethod<TypeGetBusinessMetadataDefByName200Response | TypeGetBusinessMetadataDefByNameDefaultResponse>;
|
|
469
|
+
}
|
|
470
|
+
export interface TypeGetClassificationDefByGuid {
|
|
471
|
+
/** Get the classification definition for the given GUID. */
|
|
472
|
+
get(options?: TypeGetClassificationDefByGuidParameters): StreamableMethod<TypeGetClassificationDefByGuid200Response | TypeGetClassificationDefByGuidDefaultResponse>;
|
|
473
|
+
}
|
|
474
|
+
export interface TypeGetClassificationDefByName {
|
|
475
|
+
/** Get the classification definition by its name (unique). */
|
|
476
|
+
get(options?: TypeGetClassificationDefByNameParameters): StreamableMethod<TypeGetClassificationDefByName200Response | TypeGetClassificationDefByNameDefaultResponse>;
|
|
477
|
+
}
|
|
478
|
+
export interface TypeGetEntityDefByGuid {
|
|
479
|
+
/** Get the Entity definition for the given GUID. */
|
|
480
|
+
get(options?: TypeGetEntityDefByGuidParameters): StreamableMethod<TypeGetEntityDefByGuid200Response | TypeGetEntityDefByGuidDefaultResponse>;
|
|
481
|
+
}
|
|
482
|
+
export interface TypeGetEntityDefByName {
|
|
483
|
+
/** Get the entity definition by its name (unique). */
|
|
484
|
+
get(options?: TypeGetEntityDefByNameParameters): StreamableMethod<TypeGetEntityDefByName200Response | TypeGetEntityDefByNameDefaultResponse>;
|
|
485
|
+
}
|
|
486
|
+
export interface TypeGetEnumDefByGuid {
|
|
487
|
+
/** Get the enum definition for the given GUID. */
|
|
488
|
+
get(options?: TypeGetEnumDefByGuidParameters): StreamableMethod<TypeGetEnumDefByGuid200Response | TypeGetEnumDefByGuidDefaultResponse>;
|
|
489
|
+
}
|
|
490
|
+
export interface TypeGetEnumDefByName {
|
|
491
|
+
/** Get the enum definition by its name (unique). */
|
|
492
|
+
get(options?: TypeGetEnumDefByNameParameters): StreamableMethod<TypeGetEnumDefByName200Response | TypeGetEnumDefByNameDefaultResponse>;
|
|
493
|
+
}
|
|
494
|
+
export interface TypeGetRelationshipDefByGuid {
|
|
495
|
+
/** Get the relationship definition for the given GUID. */
|
|
496
|
+
get(options?: TypeGetRelationshipDefByGuidParameters): StreamableMethod<TypeGetRelationshipDefByGuid200Response | TypeGetRelationshipDefByGuidDefaultResponse>;
|
|
497
|
+
}
|
|
498
|
+
export interface TypeGetRelationshipDefByName {
|
|
499
|
+
/** Get the relationship definition by its name (unique). */
|
|
500
|
+
get(options?: TypeGetRelationshipDefByNameParameters): StreamableMethod<TypeGetRelationshipDefByName200Response | TypeGetRelationshipDefByNameDefaultResponse>;
|
|
501
|
+
}
|
|
502
|
+
export interface TypeGetStructDefByGuid {
|
|
503
|
+
/** Get the struct definition for the given GUID. */
|
|
504
|
+
get(options?: TypeGetStructDefByGuidParameters): StreamableMethod<TypeGetStructDefByGuid200Response | TypeGetStructDefByGuidDefaultResponse>;
|
|
505
|
+
}
|
|
506
|
+
export interface TypeGetStructDefByName {
|
|
507
|
+
/** Get the struct definition by its name (unique). */
|
|
508
|
+
get(options?: TypeGetStructDefByNameParameters): StreamableMethod<TypeGetStructDefByName200Response | TypeGetStructDefByNameDefaultResponse>;
|
|
509
|
+
}
|
|
510
|
+
export interface TypeGetByGuid {
|
|
511
|
+
/** Get the type definition for the given GUID. */
|
|
512
|
+
get(options?: TypeGetByGuidParameters): StreamableMethod<TypeGetByGuid200Response | TypeGetByGuidDefaultResponse>;
|
|
513
|
+
}
|
|
514
|
+
export interface TypeGetByName {
|
|
515
|
+
/** Get the type definition by its name (unique). */
|
|
516
|
+
get(options?: TypeGetByNameParameters): StreamableMethod<TypeGetByName200Response | TypeGetByNameDefaultResponse>;
|
|
517
|
+
/** Delete API for type identified by its name. */
|
|
518
|
+
delete(options?: TypeDeleteParameters): StreamableMethod<TypeDelete204Response | TypeDeleteDefaultResponse>;
|
|
519
|
+
}
|
|
520
|
+
export interface TypeList {
|
|
521
|
+
/** List all type definitions in bulk. */
|
|
522
|
+
get(options?: TypeListParameters): StreamableMethod<TypeList200Response | TypeListDefaultResponse>;
|
|
523
|
+
/** Create all atlas type definitions in bulk. Please avoid recreating existing types. */
|
|
524
|
+
post(options: TypeBulkCreateParameters): StreamableMethod<TypeBulkCreate200Response | TypeBulkCreateDefaultResponse>;
|
|
525
|
+
/**
|
|
526
|
+
* Update all types in bulk, changes detected in the type definitions would be
|
|
527
|
+
* persisted.
|
|
528
|
+
*/
|
|
529
|
+
put(options: TypeBulkUpdateParameters): StreamableMethod<TypeBulkUpdate200Response | TypeBulkUpdateDefaultResponse>;
|
|
530
|
+
/** Delete API for all types in bulk. */
|
|
531
|
+
delete(options: TypeBulkDeleteParameters): StreamableMethod<TypeBulkDelete204Response | TypeBulkDeleteDefaultResponse>;
|
|
532
|
+
}
|
|
533
|
+
export interface TypeListHeaders {
|
|
534
|
+
/** List all type definitions returned as a list of minimal information header. */
|
|
535
|
+
get(options?: TypeListHeadersParameters): StreamableMethod<TypeListHeaders200Response | TypeListHeadersDefaultResponse>;
|
|
536
|
+
}
|
|
537
|
+
export interface TypeGetTermTemplateDefByGuid {
|
|
538
|
+
/** Get the term template definition for the given GUID. */
|
|
539
|
+
get(options?: TypeGetTermTemplateDefByGuidParameters): StreamableMethod<TypeGetTermTemplateDefByGuid200Response | TypeGetTermTemplateDefByGuidDefaultResponse>;
|
|
540
|
+
}
|
|
541
|
+
export interface TypeGetTermTemplateDefByName {
|
|
542
|
+
/** Get the term template definition by its name (unique). */
|
|
543
|
+
get(options?: TypeGetTermTemplateDefByNameParameters): StreamableMethod<TypeGetTermTemplateDefByName200Response | TypeGetTermTemplateDefByNameDefaultResponse>;
|
|
544
|
+
}
|
|
545
|
+
export interface Routes {
|
|
546
|
+
/** Resource for '/atlas/v2/entity' has methods for the following verbs: post */
|
|
547
|
+
(path: "/atlas/v2/entity"): EntityCreateOrUpdate;
|
|
548
|
+
/** Resource for '/atlas/v2/entity/bulk' has methods for the following verbs: get, post, delete */
|
|
549
|
+
(path: "/atlas/v2/entity/bulk"): EntityListByGuids;
|
|
550
|
+
/** Resource for '/atlas/v2/entity/bulk/classification' has methods for the following verbs: post */
|
|
551
|
+
(path: "/atlas/v2/entity/bulk/classification"): EntityAddClassification;
|
|
552
|
+
/** Resource for '/atlas/v2/entity/guid/\{guid\}' has methods for the following verbs: get, put, delete */
|
|
553
|
+
(path: "/atlas/v2/entity/guid/{guid}", guid: string): EntityGet;
|
|
554
|
+
/** Resource for '/atlas/v2/entity/guid/\{guid\}/classification/\{classificationName\}' has methods for the following verbs: get, delete */
|
|
555
|
+
(path: "/atlas/v2/entity/guid/{guid}/classification/{classificationName}", guid: string, classificationName: string): EntityGetClassification;
|
|
556
|
+
/** Resource for '/atlas/v2/entity/guid/\{guid\}/classifications' has methods for the following verbs: get, post, put */
|
|
557
|
+
(path: "/atlas/v2/entity/guid/{guid}/classifications", guid: string): EntityGetClassifications;
|
|
558
|
+
/** Resource for '/atlas/v2/entity/uniqueAttribute/type/\{typeName\}' has methods for the following verbs: get, put, delete */
|
|
559
|
+
(path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}", typeName: string): EntityGetByUniqueAttributes;
|
|
560
|
+
/** Resource for '/atlas/v2/entity/uniqueAttribute/type/\{typeName\}/classification/\{classificationName\}' has methods for the following verbs: delete */
|
|
561
|
+
(path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}", typeName: string, classificationName: string): EntityRemoveClassificationByUniqueAttribute;
|
|
562
|
+
/** Resource for '/atlas/v2/entity/uniqueAttribute/type/\{typeName\}/classifications' has methods for the following verbs: post, put */
|
|
563
|
+
(path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}/classifications", typeName: string): EntityAddClassificationsByUniqueAttribute;
|
|
564
|
+
/** Resource for '/atlas/v2/entity/bulk/setClassifications' has methods for the following verbs: post */
|
|
565
|
+
(path: "/atlas/v2/entity/bulk/setClassifications"): EntityBulkSetClassifications;
|
|
566
|
+
/** Resource for '/atlas/v2/entity/bulk/uniqueAttribute/type/\{typeName\}' has methods for the following verbs: get */
|
|
567
|
+
(path: "/atlas/v2/entity/bulk/uniqueAttribute/type/{typeName}", typeName: string): EntityListByUniqueAttributes;
|
|
568
|
+
/** Resource for '/atlas/v2/entity/guid/\{guid\}/header' has methods for the following verbs: get */
|
|
569
|
+
(path: "/atlas/v2/entity/guid/{guid}/header", guid: string): EntityGetHeader;
|
|
570
|
+
/** Resource for '/atlas/v2/entity/guid/\{guid\}/businessmetadata' has methods for the following verbs: delete, post */
|
|
571
|
+
(path: "/atlas/v2/entity/guid/{guid}/businessmetadata", guid: string): EntityRemoveBusinessMetadata;
|
|
572
|
+
/** Resource for '/atlas/v2/entity/guid/\{guid\}/businessmetadata/\{businessMetadataName\}' has methods for the following verbs: delete, post */
|
|
573
|
+
(path: "/atlas/v2/entity/guid/{guid}/businessmetadata/{businessMetadataName}", businessMetadataName: string, guid: string): EntityRemoveBusinessMetadataAttributes;
|
|
574
|
+
/** Resource for '/atlas/v2/entity/businessmetadata/import/template' has methods for the following verbs: get */
|
|
575
|
+
(path: "/atlas/v2/entity/businessmetadata/import/template"): EntityGetSampleBusinessMetadataTemplate;
|
|
576
|
+
/** Resource for '/atlas/v2/entity/businessmetadata/import' has methods for the following verbs: post */
|
|
577
|
+
(path: "/atlas/v2/entity/businessmetadata/import"): EntityImportBusinessMetadata;
|
|
578
|
+
/** Resource for '/atlas/v2/entity/guid/\{guid\}/labels' has methods for the following verbs: delete, post, put */
|
|
579
|
+
(path: "/atlas/v2/entity/guid/{guid}/labels", guid: string): EntityRemoveLabels;
|
|
580
|
+
/** Resource for '/atlas/v2/entity/uniqueAttribute/type/\{typeName\}/labels' has methods for the following verbs: delete, post, put */
|
|
581
|
+
(path: "/atlas/v2/entity/uniqueAttribute/type/{typeName}/labels", typeName: string): EntityRemoveLabelsByUniqueAttribute;
|
|
582
|
+
/** Resource for '/entity/moveTo' has methods for the following verbs: post */
|
|
583
|
+
(path: "/entity/moveTo"): EntityMoveEntitiesToCollection;
|
|
584
|
+
/** Resource for '/atlas/v2/glossary' has methods for the following verbs: get, post */
|
|
585
|
+
(path: "/atlas/v2/glossary"): GlossaryList;
|
|
586
|
+
/** Resource for '/atlas/v2/glossary/categories' has methods for the following verbs: post */
|
|
587
|
+
(path: "/atlas/v2/glossary/categories"): GlossaryCreateCategories;
|
|
588
|
+
/** Resource for '/atlas/v2/glossary/category' has methods for the following verbs: post */
|
|
589
|
+
(path: "/atlas/v2/glossary/category"): GlossaryCreateCategory;
|
|
590
|
+
/** Resource for '/atlas/v2/glossary/category/\{categoryId\}' has methods for the following verbs: get, put, delete */
|
|
591
|
+
(path: "/atlas/v2/glossary/category/{categoryId}", categoryId: string): GlossaryGetCategory;
|
|
592
|
+
/** Resource for '/atlas/v2/glossary/category/\{categoryId\}/partial' has methods for the following verbs: put */
|
|
593
|
+
(path: "/atlas/v2/glossary/category/{categoryId}/partial", categoryId: string): GlossaryPartialUpdateCategory;
|
|
594
|
+
/** Resource for '/atlas/v2/glossary/category/\{categoryId\}/related' has methods for the following verbs: get */
|
|
595
|
+
(path: "/atlas/v2/glossary/category/{categoryId}/related", categoryId: string): GlossaryListRelatedCategories;
|
|
596
|
+
/** Resource for '/atlas/v2/glossary/category/\{categoryId\}/terms' has methods for the following verbs: get */
|
|
597
|
+
(path: "/atlas/v2/glossary/category/{categoryId}/terms", categoryId: string): GlossaryListCategoryTerms;
|
|
598
|
+
/** Resource for '/atlas/v2/glossary/term' has methods for the following verbs: post */
|
|
599
|
+
(path: "/atlas/v2/glossary/term"): GlossaryCreateTerm;
|
|
600
|
+
/** Resource for '/atlas/v2/glossary/term/\{termId\}' has methods for the following verbs: get, put, delete */
|
|
601
|
+
(path: "/atlas/v2/glossary/term/{termId}", termId: string): GlossaryGetTerm;
|
|
602
|
+
/** Resource for '/atlas/v2/glossary/term/\{termId\}/partial' has methods for the following verbs: put */
|
|
603
|
+
(path: "/atlas/v2/glossary/term/{termId}/partial", termId: string): GlossaryPartialUpdateTerm;
|
|
604
|
+
/** Resource for '/atlas/v2/glossary/terms' has methods for the following verbs: post */
|
|
605
|
+
(path: "/atlas/v2/glossary/terms"): GlossaryCreateTerms;
|
|
606
|
+
/** Resource for '/atlas/v2/glossary/terms/\{termId\}/assignedEntities' has methods for the following verbs: get, post, delete */
|
|
607
|
+
(path: "/atlas/v2/glossary/terms/{termId}/assignedEntities", termId: string): GlossaryListEntitiesAssignedWithTerm;
|
|
608
|
+
/** Resource for '/atlas/v2/glossary/terms/\{termId\}/related' has methods for the following verbs: get */
|
|
609
|
+
(path: "/atlas/v2/glossary/terms/{termId}/related", termId: string): GlossaryListRelatedTerms;
|
|
610
|
+
/** Resource for '/atlas/v2/glossary/\{glossaryId\}' has methods for the following verbs: get, put, delete */
|
|
611
|
+
(path: "/atlas/v2/glossary/{glossaryId}", glossaryId: string): GlossaryGet;
|
|
612
|
+
/** Resource for '/atlas/v2/glossary/\{glossaryId\}/categories' has methods for the following verbs: get */
|
|
613
|
+
(path: "/atlas/v2/glossary/{glossaryId}/categories", glossaryId: string): GlossaryListCategories;
|
|
614
|
+
/** Resource for '/atlas/v2/glossary/\{glossaryId\}/categories/headers' has methods for the following verbs: get */
|
|
615
|
+
(path: "/atlas/v2/glossary/{glossaryId}/categories/headers", glossaryId: string): GlossaryListCategoriesHeaders;
|
|
616
|
+
/** Resource for '/atlas/v2/glossary/\{glossaryId\}/detailed' has methods for the following verbs: get */
|
|
617
|
+
(path: "/atlas/v2/glossary/{glossaryId}/detailed", glossaryId: string): GlossaryGetDetailed;
|
|
618
|
+
/** Resource for '/atlas/v2/glossary/\{glossaryId\}/partial' has methods for the following verbs: put */
|
|
619
|
+
(path: "/atlas/v2/glossary/{glossaryId}/partial", glossaryId: string): GlossaryPartialUpdate;
|
|
620
|
+
/** Resource for '/atlas/v2/glossary/\{glossaryId\}/terms' has methods for the following verbs: get */
|
|
621
|
+
(path: "/atlas/v2/glossary/{glossaryId}/terms", glossaryId: string): GlossaryListTerms;
|
|
622
|
+
/** Resource for '/atlas/v2/glossary/\{glossaryId\}/terms/headers' has methods for the following verbs: get */
|
|
623
|
+
(path: "/atlas/v2/glossary/{glossaryId}/terms/headers", glossaryId: string): GlossaryListTermHeaders;
|
|
624
|
+
/** Resource for '/search/query' has methods for the following verbs: post */
|
|
625
|
+
(path: "/search/query"): DiscoveryQuery;
|
|
626
|
+
/** Resource for '/search/suggest' has methods for the following verbs: post */
|
|
627
|
+
(path: "/search/suggest"): DiscoverySuggest;
|
|
628
|
+
/** Resource for '/search/autocomplete' has methods for the following verbs: post */
|
|
629
|
+
(path: "/search/autocomplete"): DiscoveryAutoComplete;
|
|
630
|
+
/** Resource for '/atlas/v2/lineage/\{guid\}' has methods for the following verbs: get */
|
|
631
|
+
(path: "/atlas/v2/lineage/{guid}", guid: string): LineageGet;
|
|
632
|
+
/** Resource for '/lineage/\{guid\}/next' has methods for the following verbs: get */
|
|
633
|
+
(path: "/lineage/{guid}/next", guid: string): LineageGetNextPage;
|
|
634
|
+
/** Resource for '/atlas/v2/lineage/uniqueAttribute/type/\{typeName\}' has methods for the following verbs: get */
|
|
635
|
+
(path: "/atlas/v2/lineage/uniqueAttribute/type/{typeName}", typeName: string): LineageGetByUniqueAttribute;
|
|
636
|
+
/** Resource for '/atlas/v2/relationship' has methods for the following verbs: post, put */
|
|
637
|
+
(path: "/atlas/v2/relationship"): RelationshipCreate;
|
|
638
|
+
/** Resource for '/atlas/v2/relationship/guid/\{guid\}' has methods for the following verbs: get, delete */
|
|
639
|
+
(path: "/atlas/v2/relationship/guid/{guid}", guid: string): RelationshipGet;
|
|
640
|
+
/** Resource for '/atlas/v2/types/businessmetadatadef/guid/\{guid\}' has methods for the following verbs: get */
|
|
641
|
+
(path: "/atlas/v2/types/businessmetadatadef/guid/{guid}", guid: string): TypeGetBusinessMetadataDefByGuid;
|
|
642
|
+
/** Resource for '/atlas/v2/types/businessmetadatadef/name/\{name\}' has methods for the following verbs: get */
|
|
643
|
+
(path: "/atlas/v2/types/businessmetadatadef/name/{name}", name: string): TypeGetBusinessMetadataDefByName;
|
|
644
|
+
/** Resource for '/atlas/v2/types/classificationdef/guid/\{guid\}' has methods for the following verbs: get */
|
|
645
|
+
(path: "/atlas/v2/types/classificationdef/guid/{guid}", guid: string): TypeGetClassificationDefByGuid;
|
|
646
|
+
/** Resource for '/atlas/v2/types/classificationdef/name/\{name\}' has methods for the following verbs: get */
|
|
647
|
+
(path: "/atlas/v2/types/classificationdef/name/{name}", name: string): TypeGetClassificationDefByName;
|
|
648
|
+
/** Resource for '/atlas/v2/types/entitydef/guid/\{guid\}' has methods for the following verbs: get */
|
|
649
|
+
(path: "/atlas/v2/types/entitydef/guid/{guid}", guid: string): TypeGetEntityDefByGuid;
|
|
650
|
+
/** Resource for '/atlas/v2/types/entitydef/name/\{name\}' has methods for the following verbs: get */
|
|
651
|
+
(path: "/atlas/v2/types/entitydef/name/{name}", name: string): TypeGetEntityDefByName;
|
|
652
|
+
/** Resource for '/atlas/v2/types/enumdef/guid/\{guid\}' has methods for the following verbs: get */
|
|
653
|
+
(path: "/atlas/v2/types/enumdef/guid/{guid}", guid: string): TypeGetEnumDefByGuid;
|
|
654
|
+
/** Resource for '/atlas/v2/types/enumdef/name/\{name\}' has methods for the following verbs: get */
|
|
655
|
+
(path: "/atlas/v2/types/enumdef/name/{name}", name: string): TypeGetEnumDefByName;
|
|
656
|
+
/** Resource for '/atlas/v2/types/relationshipdef/guid/\{guid\}' has methods for the following verbs: get */
|
|
657
|
+
(path: "/atlas/v2/types/relationshipdef/guid/{guid}", guid: string): TypeGetRelationshipDefByGuid;
|
|
658
|
+
/** Resource for '/atlas/v2/types/relationshipdef/name/\{name\}' has methods for the following verbs: get */
|
|
659
|
+
(path: "/atlas/v2/types/relationshipdef/name/{name}", name: string): TypeGetRelationshipDefByName;
|
|
660
|
+
/** Resource for '/atlas/v2/types/structdef/guid/\{guid\}' has methods for the following verbs: get */
|
|
661
|
+
(path: "/atlas/v2/types/structdef/guid/{guid}", guid: string): TypeGetStructDefByGuid;
|
|
662
|
+
/** Resource for '/atlas/v2/types/structdef/name/\{name\}' has methods for the following verbs: get */
|
|
663
|
+
(path: "/atlas/v2/types/structdef/name/{name}", name: string): TypeGetStructDefByName;
|
|
664
|
+
/** Resource for '/atlas/v2/types/typedef/guid/\{guid\}' has methods for the following verbs: get */
|
|
665
|
+
(path: "/atlas/v2/types/typedef/guid/{guid}", guid: string): TypeGetByGuid;
|
|
666
|
+
/** Resource for '/atlas/v2/types/typedef/name/\{name\}' has methods for the following verbs: get, delete */
|
|
667
|
+
(path: "/atlas/v2/types/typedef/name/{name}", name: string): TypeGetByName;
|
|
668
|
+
/** Resource for '/atlas/v2/types/typedefs' has methods for the following verbs: get, post, put, delete */
|
|
669
|
+
(path: "/atlas/v2/types/typedefs"): TypeList;
|
|
670
|
+
/** Resource for '/atlas/v2/types/typedefs/headers' has methods for the following verbs: get */
|
|
671
|
+
(path: "/atlas/v2/types/typedefs/headers"): TypeListHeaders;
|
|
672
|
+
/** Resource for '/types/termtemplatedef/guid/\{guid\}' has methods for the following verbs: get */
|
|
673
|
+
(path: "/types/termtemplatedef/guid/{guid}", guid: string): TypeGetTermTemplateDefByGuid;
|
|
674
|
+
/** Resource for '/types/termtemplatedef/name/\{name\}' has methods for the following verbs: get */
|
|
675
|
+
(path: "/types/termtemplatedef/name/{name}", name: string): TypeGetTermTemplateDefByName;
|
|
676
|
+
}
|
|
677
|
+
export type PurviewDataMapClient = Client & {
|
|
678
|
+
path: Routes;
|
|
679
|
+
};
|
|
680
|
+
//# sourceMappingURL=clientDefinitions.d.ts.map
|