v1beta1
v1beta2
n1name: v1beta1n1name: v1beta2
2served: true2served: true
n3storage: falsen3storage: true
4schema:4schema:
5  openAPIV3Schema:5  openAPIV3Schema:
nn6    description: A Sql Managed Instance Monitoring Profile is a resource that specifies
7      what monitoring data to collect for a SQL Managed Instances. The data specified
8      in this profile will be collected and sent to the Telemetry Router on the SQL
9      instances that reference this profile.
6    type: object10    type: object
7    properties:11    properties:
8      spec:12      spec:
nn13        description: Specification of the desired monitoring data to be collected
14          for any SQL instance that references this profile.
9        type: object15        type: object
10        properties:16        properties:
11          datasets:17          datasets:
nn18            description: List of datasets available for collection.
12            type: object19            type: object
13            properties:20            properties:
14              activeSessions:21              activeSessions:
nn22                description: Configuration for the datasets.
15                type: object23                type: object
16                properties:24                properties:
17                  frequency:25                  frequency:
nn26                    description: Frequency desc.
18                    type: string27                    type: string
19              cpuUtilization:28              cpuUtilization:
nn29                description: Configuration for the datasets.
20                type: object30                type: object
21                properties:31                properties:
22                  frequency:32                  frequency:
nn33                    description: Frequency desc.
23                    type: string34                    type: string
24              databaseProperties:35              databaseProperties:
nn36                description: Configuration for the datasets.
25                type: object37                type: object
26                properties:38                properties:
27                  frequency:39                  frequency:
nn40                    description: Frequency desc.
28                    type: string41                    type: string
29              databaseReplicas:42              databaseReplicas:
nn43                description: Configuration for the datasets.
30                type: object44                type: object
31                properties:45                properties:
32                  frequency:46                  frequency:
nn47                    description: Frequency desc.
33                    type: string48                    type: string
34              databaseStorageUtilization:49              databaseStorageUtilization:
nn50                description: Configuration for the datasets.
35                type: object51                type: object
36                properties:52                properties:
37                  frequency:53                  frequency:
nn54                    description: Frequency desc.
38                    type: string55                    type: string
39              healthDiagnostics:56              healthDiagnostics:
nn57                description: Configuration for the datasets.
40                type: object58                type: object
41                properties:59                properties:
42                  frequency:60                  frequency:
nn61                    description: Frequency desc.
43                    type: string62                    type: string
44              memoryUtilization:63              memoryUtilization:
nn64                description: Configuration for the datasets.
45                type: object65                type: object
46                properties:66                properties:
47                  frequency:67                  frequency:
nn68                    description: Frequency desc.
48                    type: string69                    type: string
49              performanceCounters:70              performanceCounters:
nn71                description: Configuration for the datasets.
50                type: object72                type: object
51                properties:73                properties:
52                  frequency:74                  frequency:
nn75                    description: Frequency desc.
53                    type: string76                    type: string
54              serverProperties:77              serverProperties:
nn78                description: Configuration for the datasets.
55                type: object79                type: object
56                properties:80                properties:
57                  frequency:81                  frequency:
nn82                    description: Frequency desc.
58                    type: string83                    type: string
59              queryRuntimeStats:84              queryRuntimeStats:
nn85                description: Configuration for the datasets.
60                type: object86                type: object
61                properties:87                properties:
62                  frequency:88                  frequency:
nn89                    description: Frequency desc.
63                    type: string90                    type: string
64              queryWaitStats:91              queryWaitStats:
nn92                description: Configuration for the datasets.
65                type: object93                type: object
66                properties:94                properties:
67                  frequency:95                  frequency:
nn96                    description: Frequency desc.
68                    type: string97                    type: string
69              sqlAgentJobHistory:98              sqlAgentJobHistory:
nn99                description: Configuration for the datasets.
70                type: object100                type: object
71                properties:101                properties:
72                  frequency:102                  frequency:
nn103                    description: Frequency desc.
73                    type: string104                    type: string
74              sqlAgentJobState:105              sqlAgentJobState:
nn106                description: Configuration for the datasets.
75                type: object107                type: object
76                properties:108                properties:
77                  frequency:109                  frequency:
nn110                    description: Frequency desc.
78                    type: string111                    type: string
79              storageIo:112              storageIo:
nn113                description: Configuration for the datasets.
80                type: object114                type: object
81                properties:115                properties:
82                  frequency:116                  frequency:
nn117                    description: Frequency desc.
83                    type: string118                    type: string
84              volumeStorageUtilization:119              volumeStorageUtilization:
nn120                description: Configuration for the datasets.
85                type: object121                type: object
86                properties:122                properties:
87                  frequency:123                  frequency:
nn124                    description: Frequency desc.
88                    type: string125                    type: string
89              waitStats:126              waitStats:
nn127                description: Configuration for the datasets.
90                type: object128                type: object
91                properties:129                properties:
92                  frequency:130                  frequency:
nn131                    description: Frequency desc.
93                    type: string132                    type: string
94          xevents:133          xevents:
nn134            description: List of Extended Events sessions to collect.
135            type: array
136            items:
137              description: Represents and extended event session and target.
95            type: object138              type: object
139              properties:
140                name:
141                  description: The name of the Extended Events session.
142                  type: string
143                target:
144                  description: The extended event session target to collect events
145                    from.
146                  type: object
147                  properties:
148                    type:
149                      description: The target type. Currently only EventFile is supported.
150                      type: string
151                      enum:
152                      - None
153                      - EventFile
154                    filename:
155                      description: 'For EventFile targets, this is the filename without
156                        a path specified when the target was created (e.g: "MySessionFile.xel").'
157                      type: string
96      status:158      status:
tt159        description: Most recently observed status of the monitoring profile.
97        type: object160        type: object
98        properties:161        properties:
99          observedGeneration:162          observedGeneration:
100            type: integer163            type: integer
101          runningVersion:164          runningVersion:
102            type: string165            type: string
103          registryVersions:166          registryVersions:
104            type: object167            type: object
105            properties:168            properties:
106              next:169              next:
107                type: string170                type: string
108              previous:171              previous:
109                type: string172                type: string
110              current:173              current:
111                type: string174                type: string
112              latest:175              latest:
113                type: string176                type: string
114              behind:177              behind:
115                type: integer178                type: integer
116              available:179              available:
117                type: array180                type: array
118                items:181                items:
119                  type: string182                  type: string
120          releasedVersions:183          releasedVersions:
121            type: object184            type: object
122            properties:185            properties:
123              next:186              next:
124                type: string187                type: string
125              previous:188              previous:
126                type: string189                type: string
127              current:190              current:
128                type: string191                type: string
129              latest:192              latest:
130                type: string193                type: string
131              behind:194              behind:
132                type: integer195                type: integer
133              available:196              available:
134                type: array197                type: array
135                items:198                items:
136                  type: string199                  type: string
137          arcDataServicesK8sExtensionLatestVersion:200          arcDataServicesK8sExtensionLatestVersion:
138            type: string201            type: string
139          endpoints:202          endpoints:
140            type: object203            type: object
141            additionalProperties:204            additionalProperties:
142              type: string205              type: string
143          state:206          state:
144            type: string207            type: string
145          healthState:208          healthState:
146            type: string209            type: string
147          reason:210          reason:
148            type: string211            type: string
149          message:212          message:
150            type: string213            type: string
151          lastUpdateTime:214          lastUpdateTime:
152            type: string215            type: string
153            format: date-time216            format: date-time
154      apiVersion:217      apiVersion:
155        type: string218        type: string
156      kind:219      kind:
157        type: string220        type: string
158subresources:221subresources:
159  status: {}222  status: {}
160additionalPrinterColumns:223additionalPrinterColumns:
161- jsonPath: .status.state224- jsonPath: .status.state
162  name: Status225  name: Status
163  type: string226  type: string
164- jsonPath: .metadata.creationTimestamp227- jsonPath: .metadata.creationTimestamp
165  name: Age228  name: Age
166  type: date229  type: date
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op