Skip to content

Commit 0d7445d

Browse files
Add entity type support API Catalog NGEP entities (#2406)
* Adding REST_API_CONTRACT, OPERATION and OPERATION_METRICS NGEP types for API Catalog * removing the team name ans setting to default * Adding the team owner * renaming the team name --------- Co-authored-by: bgalmesnr <[email protected]>
1 parent 4c12ae5 commit 0d7445d

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
domain: NGEP
2+
type: OPERATION
3+
4+
configuration:
5+
entityExpirationTime: MANUAL
6+
alertable: true
7+
8+
ownership:
9+
primaryOwner:
10+
teamName: "API Evolution"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
domain: NGEP
2+
type: OPERATION_METRICS
3+
4+
configuration:
5+
entityExpirationTime: MANUAL
6+
alertable: true
7+
8+
ownership:
9+
primaryOwner:
10+
teamName: "API Evolution"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
domain: NGEP
2+
type: REST_API_CONTRACT
3+
4+
configuration:
5+
entityExpirationTime: MANUAL
6+
alertable: true
7+
8+
ownership:
9+
primaryOwner:
10+
teamName: "API Evolution"

0 commit comments

Comments
 (0)