Skip to content

Commit ea0931a

Browse files
OAS Update
1 parent 9062b80 commit ea0931a

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

services/ske/v2/ske.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,21 @@
5454
],
5555
"type": "string"
5656
},
57+
"Audit": {
58+
"example": {
59+
"enabled": true
60+
},
61+
"properties": {
62+
"enabled": {
63+
"description": "Enable cluster audit log forwarding to a Telemetry Router.\n⚠️ Note: This feature is in private preview. Enabling audit logging is only possible for enabled accounts. Otherwise the request will be rejected.",
64+
"type": "boolean"
65+
}
66+
},
67+
"required": [
68+
"enabled"
69+
],
70+
"type": "object"
71+
},
5772
"AvailabilityZone": {
5873
"example": {
5974
"name": "name"
@@ -88,6 +103,9 @@
88103
"type": "type"
89104
}
90105
},
106+
"audit": {
107+
"enabled": true
108+
},
91109
"extensions": {
92110
"acl": {
93111
"allowedCidrs": [
@@ -433,6 +451,9 @@
433451
"access": {
434452
"$ref": "#/components/schemas/Access"
435453
},
454+
"audit": {
455+
"$ref": "#/components/schemas/Audit"
456+
},
436457
"extensions": {
437458
"$ref": "#/components/schemas/Extension"
438459
},
@@ -654,6 +675,9 @@
654675
"access": {
655676
"$ref": "#/components/schemas/Access"
656677
},
678+
"audit": {
679+
"$ref": "#/components/schemas/Audit"
680+
},
657681
"extensions": {
658682
"$ref": "#/components/schemas/Extension"
659683
},
@@ -1082,6 +1106,9 @@
10821106
"type": "type"
10831107
}
10841108
},
1109+
"audit": {
1110+
"enabled": true
1111+
},
10851112
"extensions": {
10861113
"acl": {
10871114
"allowedCidrs": [
@@ -1430,6 +1457,9 @@
14301457
"type": "type"
14311458
}
14321459
},
1460+
"audit": {
1461+
"enabled": true
1462+
},
14331463
"extensions": {
14341464
"acl": {
14351465
"allowedCidrs": [

0 commit comments

Comments
 (0)