File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "components" : {
33 "schemas" : {
4- "CertificateUsageItem" : {
5- "properties" : {
6- "listenerNames" : {
7- "description" : " A list of listener names on this Load Balancer that are using the certificate." ,
8- "example" : [
9- " https-443" ,
10- " api-8443" ,
11- " legacy-tls"
12- ],
13- "items" : {
14- "type" : " string"
15- },
16- "type" : " array"
17- },
18- "loadBalancerName" : {
19- "description" : " The display name of the Load Balancer." ,
20- "example" : " edge-lb-production" ,
21- "type" : " string"
22- }
23- },
24- "type" : " object"
25- },
264 "CertificatesQuota" : {
275 "description" : " Certificates quotas holds the limits and usage for certificates resources" ,
286 "properties" : {
324302 "items" : {
325303 "description" : " List of Load Balancers with their associated listeners that use this certificate." ,
326304 "items" : {
327- "$ref" : " #/components/schemas/CertificateUsageItem "
305+ "$ref" : " #/components/schemas/UsageItem "
328306 },
329307 "type" : " array"
330308 }
331309 },
332310 "type" : " object"
311+ },
312+ "UsageItem" : {
313+ "properties" : {
314+ "listenerNames" : {
315+ "description" : " A list of listener names on this Load Balancer that are using the certificate." ,
316+ "example" : [
317+ " https-443" ,
318+ " api-8443" ,
319+ " legacy-tls"
320+ ],
321+ "items" : {
322+ "type" : " string"
323+ },
324+ "type" : " array"
325+ },
326+ "loadBalancerName" : {
327+ "description" : " The display name of the Load Balancer." ,
328+ "example" : " edge-lb-production" ,
329+ "type" : " string"
330+ }
331+ },
332+ "type" : " object"
333333 }
334334 }
335335 },
You can’t perform that action at this time.
0 commit comments