3.3. 目录事件
Developer Hub 审计日志可包括以下目录事件:
CatalogEntityAncestryFetch
-
跟踪对
/entities/by-name/:kind/:namespace/:name/ancestry
端点的GET
请求,该端点返回实体的ancestry CatalogEntityBatchFetch
-
跟踪
POST
请求到/entities/by-refs
端点,该端点返回批实体 CatalogEntityDeletion
-
跟踪对
/entities/by-uid/:uid
端点的DELETE
请求,该端点删除实体
注意
如果已删除实体的父位置仍存在于目录中,则在下一个处理周期期间会在目录中恢复实体。
CatalogEntityFacetFetch
-
跟踪
GET
请求到/entity-facets
端点,该端点返回实体的挑战 CatalogEntityFetch
-
跟踪
GET
请求到/entities
端点,该端点返回实体列表 CatalogEntityFetchByName
-
跟踪
GET
请求到/entities/by-name/:kind/:namespace/:name
端点,该端点返回与指定实体引用匹配的实体,例如 <kind>:<namespace>/<name>
CatalogEntityFetchByUid
-
跟踪
GET
请求到/entities/by-uid/:uid
端点,该端点返回与指定实体的唯一 ID 匹配的实体 CatalogEntityRefresh
-
跟踪
POST
请求到/entities/refresh
端点,该端点调度指定的实体刷新 CatalogEntityValidate
-
跟踪对
/entities/validate
端点的POST
请求,该端点验证指定的实体 CatalogLocationCreation
-
跟踪对
/locations
端点的POST
请求,这将创建一个位置
注意
位置是一种标记,引用其他位置来查找目录数据。
CatalogLocationAnalyze
-
跟踪对
/locations/analyze
端点的POST
请求,该端点分析指定的位置 CatalogLocationDeletion
-
跟踪对
/locations/:id
端点的DELETE
请求,该端点删除位置以及与其关联的所有子实体 CatalogLocationFetch
-
跟踪
GET
请求到/locations
端点,该端点返回位置列表 CatalogLocationFetchByEntityRef
-
跟踪
GET
请求到/locations/by-entity
端点,该端点返回与指定实体引用关联的位置列表 CatalogLocationFetchById
-
跟踪
GET
请求到/locations/:id
端点,该端点返回与指定位置 ID 匹配的位置 QueriedCatalogEntityFetch
-
将
GET
请求跟踪到/entities/by-query
端点,该端点返回与指定查询匹配的实体列表