Advertisement
Guest User

Cloud Shell read-only port output

a guest
Feb 11th, 2021
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.86 KB | None | 0 0
  1. {
  2. "kind": "PodList",
  3. "apiVersion": "v1",
  4. "metadata": {},
  5. "items": [
  6. {
  7. "metadata": {
  8. "name": "kube-proxy-r8kw5",
  9. "generateName": "kube-proxy-",
  10. "namespace": "kube-system",
  11. "selfLink": "/api/v1/namespaces/kube-system/pods/kube-proxy-r8kw5",
  12. "uid": "5f5b5822-a81b-11e9-96bd-000d3a277835",
  13. "resourceVersion": "2862785",
  14. "creationTimestamp": "2019-07-16T22:45:12Z",
  15. "labels": {
  16. "component": "kube-proxy",
  17. "controller-revision-hash": "2174476401",
  18. "pod-template-generation": "1",
  19. "tier": "node"
  20. },
  21. "annotations": {
  22. "kubernetes.io/config.seen": "2020-01-20T11:07:16.293279571Z",
  23. "kubernetes.io/config.source": "api",
  24. "kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"DaemonSet\",\"namespace\":\"kube-system\",\"name\":\"kube-proxy\",\"uid\":\"5d2da320-a81b-11e9-96bd-000d3a277835\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"4825\"}}\n"
  25. },
  26. "ownerReferences": [
  27. {
  28. "apiVersion": "extensions/v1beta1",
  29. "kind": "DaemonSet",
  30. "name": "kube-proxy",
  31. "uid": "5d2da320-a81b-11e9-96bd-000d3a277835",
  32. "controller": true,
  33. "blockOwnerDeletion": true
  34. }
  35. ]
  36. },
  37. "spec": {
  38. "volumes": [
  39. {
  40. "name": "ssl-certs-host",
  41. "hostPath": {
  42. "path": "/usr/share/ca-certificates",
  43. "type": ""
  44. }
  45. },
  46. {
  47. "name": "kubeconfig",
  48. "hostPath": {
  49. "path": "/var/lib/kubelet/kubeconfig",
  50. "type": ""
  51. }
  52. },
  53. {
  54. "name": "etc-kubernetes",
  55. "hostPath": {
  56. "path": "/etc/kubernetes",
  57. "type": ""
  58. }
  59. },
  60. {
  61. "name": "default-token-b2jw9",
  62. "secret": {
  63. "secretName": "default-token-b2jw9",
  64. "defaultMode": 420
  65. }
  66. }
  67. ],
  68. "containers": [
  69. {
  70. "name": "kube-proxy",
  71. "image": "k8s-gcrio.azureedge.net/hyperkube-amd64:v1.8.4",
  72. "command": [
  73. "/hyperkube",
  74. "proxy",
  75. "--kubeconfig=/var/lib/kubelet/kubeconfig",
  76. "--cluster-cidr=10.244.0.0/16",
  77. "--feature-gates=ExperimentalCriticalPodAnnotation=true"
  78. ],
  79. "resources": {},
  80. "volumeMounts": [
  81. {
  82. "name": "ssl-certs-host",
  83. "readOnly": true,
  84. "mountPath": "/etc/ssl/certs"
  85. },
  86. {
  87. "name": "etc-kubernetes",
  88. "readOnly": true,
  89. "mountPath": "/etc/kubernetes"
  90. },
  91. {
  92. "name": "kubeconfig",
  93. "readOnly": true,
  94. "mountPath": "/var/lib/kubelet/kubeconfig"
  95. },
  96. {
  97. "name": "default-token-b2jw9",
  98. "readOnly": true,
  99. "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount"
  100. }
  101. ],
  102. "terminationMessagePath": "/dev/termination-log",
  103. "terminationMessagePolicy": "File",
  104. "imagePullPolicy": "IfNotPresent",
  105. "securityContext": {
  106. "privileged": true
  107. }
  108. }
  109. ],
  110. "restartPolicy": "Always",
  111. "terminationGracePeriodSeconds": 30,
  112. "dnsPolicy": "ClusterFirst",
  113. "nodeSelector": {
  114. "beta.kubernetes.io/os": "linux"
  115. },
  116. "serviceAccountName": "default",
  117. "serviceAccount": "default",
  118. "nodeName": "k8s-agentpool9-o18weu0l-15",
  119. "hostNetwork": true,
  120. "securityContext": {},
  121. "schedulerName": "default-scheduler",
  122. "tolerations": [
  123. {
  124. "key": "node-role.kubernetes.io/master",
  125. "operator": "Equal",
  126. "value": "true",
  127. "effect": "NoSchedule"
  128. },
  129. {
  130. "key": "node.alpha.kubernetes.io/notReady",
  131. "operator": "Exists",
  132. "effect": "NoExecute"
  133. },
  134. {
  135. "key": "node.alpha.kubernetes.io/unreachable",
  136. "operator": "Exists",
  137. "effect": "NoExecute"
  138. },
  139. {
  140. "key": "node.kubernetes.io/disk-pressure",
  141. "operator": "Exists",
  142. "effect": "NoSchedule"
  143. },
  144. {
  145. "key": "node.kubernetes.io/memory-pressure",
  146. "operator": "Exists",
  147. "effect": "NoSchedule"
  148. }
  149. ]
  150. },
  151. "status": {
  152. "phase": "Running",
  153. "conditions": [
  154. {
  155. "type": "Initialized",
  156. "status": "True",
  157. "lastProbeTime": null,
  158. "lastTransitionTime": "2019-07-16T22:45:12Z"
  159. },
  160. {
  161. "type": "Ready",
  162. "status": "False",
  163. "lastProbeTime": null,
  164. "lastTransitionTime": "2019-07-17T00:25:59Z"
  165. },
  166. {
  167. "type": "PodScheduled",
  168. "status": "True",
  169. "lastProbeTime": null,
  170. "lastTransitionTime": "2019-07-16T22:45:14Z"
  171. }
  172. ],
  173. "message": "Node k8s-agentpool9-o18weu0l-15 which was running pod kube-proxy-r8kw5 is unresponsive",
  174. "reason": "NodeLost",
  175. "hostIP": "10.240.190.5",
  176. "podIP": "10.240.190.5",
  177. "startTime": "2019-07-16T22:45:12Z",
  178. "containerStatuses": [
  179. {
  180. "name": "kube-proxy",
  181. "state": {
  182. "running": {
  183. "startedAt": "2019-07-17T00:25:59Z"
  184. }
  185. },
  186. "lastState": {
  187. "terminated": {
  188. "exitCode": 255,
  189. "reason": "Error",
  190. "startedAt": "2019-07-16T22:45:14Z",
  191. "finishedAt": "2019-07-17T00:24:26Z",
  192. "containerID": "docker://7d3f507b6c2440015a7327130e10e10a041eb7a755854859ae0e962a4b265c3c"
  193. }
  194. },
  195. "ready": true,
  196. "restartCount": 1,
  197. "image": "k8s-gcrio.azureedge.net/hyperkube-amd64:v1.8.4",
  198. "imageID": "docker-pullable://k8s-gcrio.azureedge.net/hyperkube-amd64@sha256:a68d3ebeb5d8a8b4b9697a5370ea1b7ad921c403cd7429c7ac859193901c9ded",
  199. "containerID": "docker://ba00fa22b50b274216d570298fa20a0dedf72d6bdae303119ffa3409d91c2724"
  200. }
  201. ],
  202. "qosClass": "BestEffort"
  203. }
  204. },
  205. {
  206. "metadata": {
  207. "name": "cc-b219133b-7d48c6d6cd-qv7vc",
  208. "generateName": "cc-b219133b-7d48c6d6cd-",
  209. "namespace": "cc-b219133b",
  210. "selfLink": "/api/v1/namespaces/cc-b219133b/pods/cc-b219133b-7d48c6d6cd-qv7vc",
  211. "uid": "a8f955ec-3b77-11ea-871c-000d3a277835",
  212. "resourceVersion": "384683845",
  213. "creationTimestamp": "2020-01-20T11:26:11Z",
  214. "labels": {
  215. "app": "cc",
  216. "pod-template-hash": "3804728278",
  217. "uid": "B219133B"
  218. },
  219. "annotations": {
  220. "kubernetes.io/config.seen": "2020-01-20T11:26:11.145018482Z",
  221. "kubernetes.io/config.source": "api",
  222. "kubernetes.io/created-by": "{\"kind\":\"SerializedReference\",\"apiVersion\":\"v1\",\"reference\":{\"kind\":\"ReplicaSet\",\"namespace\":\"cc-b219133b\",\"name\":\"cc-b219133b-7d48c6d6cd\",\"uid\":\"a8f8c563-3b77-11ea-871c-000d3a277835\",\"apiVersion\":\"extensions\",\"resourceVersion\":\"384683825\"}}\n",
  223. "networkContainerID": "3f40dd22-8e00-c835-0adc-3c8962d53325"
  224. },
  225. "ownerReferences": [
  226. {
  227. "apiVersion": "extensions/v1beta1",
  228. "kind": "ReplicaSet",
  229. "name": "cc-b219133b-7d48c6d6cd",
  230. "uid": "a8f8c563-3b77-11ea-871c-000d3a277835",
  231. "controller": true,
  232. "blockOwnerDeletion": true
  233. }
  234. ]
  235. },
  236. "spec": {
  237. "volumes": [
  238. {
  239. "name": "user",
  240. "emptyDir": {}
  241. },
  242. {
  243. "name": "home",
  244. "emptyDir": {}
  245. }
  246. ],
  247. "initContainers": [
  248. {
  249. "name": "console-init",
  250. "image": "cloudconregweuprd.azurecr.io/azconsole-admin:master_20191213.3",
  251. "command": [
  252. "sh",
  253. "/usr/local/bin/iptables.sh"
  254. ],
  255. "env": [
  256. {
  257. "name": "ACC_CLOUD",
  258. "value": "PROD"
  259. },
  260. {
  261. "name": "ACC_VERSION",
  262. "value": "master_20191213.3"
  263. }
  264. ],
  265. "resources": {
  266. "limits": {
  267. "cpu": "100m",
  268. "memory": "100M"
  269. },
  270. "requests": {
  271. "cpu": "50m",
  272. "memory": "50M"
  273. }
  274. },
  275. "terminationMessagePath": "/dev/termination-log",
  276. "terminationMessagePolicy": "File",
  277. "imagePullPolicy": "IfNotPresent",
  278. "securityContext": {
  279. "privileged": true,
  280. "allowPrivilegeEscalation": true
  281. }
  282. }
  283. ],
  284. "containers": [
  285. {
  286. "name": "console-admin",
  287. "image": "cloudconregweuprd.azurecr.io/azconsole-admin:master_20191213.3",
  288. "ports": [
  289. {
  290. "containerPort": 51000,
  291. "protocol": "TCP"
  292. }
  293. ],
  294. "env": [
  295. {
  296. "name": "ACC_TID"
  297. },
  298. {
  299. "name": "ACC_OID"
  300. },
  301. {
  302. "name": "ACC_PUID"
  303. },
  304. {
  305. "name": "ACC_LOCATION",
  306. "value": "WESTEUROPE"
  307. },
  308. {
  309. "name": "ACC_CLOUD",
  310. "value": "PROD"
  311. },
  312. {
  313. "name": "ACC_VERSION",
  314. "value": "master_20191213.3"
  315. },
  316. {
  317. "name": "ACC_STORAGE_PROFILE"
  318. },
  319. {
  320. "name": "ACC_IDLE_TIME_LIMIT",
  321. "value": "20"
  322. },
  323. {
  324. "name": "ACC_REQUIRE_USER_ASSIGNMENT",
  325. "value": "True"
  326. },
  327. {
  328. "name": "ACC_CLUSTER",
  329. "value": "ccon-prod-westeurope-18"
  330. },
  331. {
  332. "name": "ACC_RESOURCE_AUTHENTICATION_TOKEN",
  333. "valueFrom": {
  334. "secretKeyRef": {
  335. "name": "cc-b219133b-secure-env-var-4eb33d81",
  336. "key": "ACC_RESOURCE_AUTHENTICATION_TOKEN"
  337. }
  338. }
  339. }
  340. ],
  341. "resources": {
  342. "limits": {
  343. "cpu": "100m",
  344. "memory": "400M"
  345. },
  346. "requests": {
  347. "cpu": "50m",
  348. "memory": "50M"
  349. }
  350. },
  351. "volumeMounts": [
  352. {
  353. "name": "user",
  354. "mountPath": "/usr/csuser/clouddrive",
  355. "mountPropagation": "Bidirectional"
  356. },
  357. {
  358. "name": "home",
  359. "mountPath": "/csuser_home",
  360. "mountPropagation": "Bidirectional"
  361. }
  362. ],
  363. "terminationMessagePath": "/dev/termination-log",
  364. "terminationMessagePolicy": "File",
  365. "imagePullPolicy": "IfNotPresent",
  366. "securityContext": {
  367. "privileged": true,
  368. "allowPrivilegeEscalation": true
  369. }
  370. },
  371. {
  372. "name": "console-agent",
  373. "image": "cloudconregweuprd.azurecr.io/azconsole-agent:master_20191213.3",
  374. "ports": [
  375. {
  376. "containerPort": 8080,
  377. "protocol": "TCP"
  378. }
  379. ],
  380. "env": [
  381. {
  382. "name": "ACC_TID"
  383. },
  384. {
  385. "name": "ACC_OID"
  386. },
  387. {
  388. "name": "ACC_PUID"
  389. },
  390. {
  391. "name": "ACC_LOCATION",
  392. "value": "WESTEUROPE"
  393. },
  394. {
  395. "name": "ACC_CLOUD",
  396. "value": "PROD"
  397. },
  398. {
  399. "name": "ACC_VERSION",
  400. "value": "master_20191213.3"
  401. },
  402. {
  403. "name": "ACC_STORAGE_PROFILE"
  404. },
  405. {
  406. "name": "ACC_IDLE_TIME_LIMIT",
  407. "value": "20"
  408. },
  409. {
  410. "name": "ACC_REQUIRE_USER_ASSIGNMENT",
  411. "value": "True"
  412. },
  413. {
  414. "name": "ACC_CLUSTER",
  415. "value": "ccon-prod-westeurope-18"
  416. },
  417. {
  418. "name": "ACC_RESOURCE_AUTHENTICATION_TOKEN",
  419. "valueFrom": {
  420. "secretKeyRef": {
  421. "name": "cc-b219133b-secure-env-var-c0125d27",
  422. "key": "ACC_RESOURCE_AUTHENTICATION_TOKEN"
  423. }
  424. }
  425. }
  426. ],
  427. "resources": {
  428. "limits": {
  429. "cpu": "1800m",
  430. "memory": "3G"
  431. },
  432. "requests": {
  433. "cpu": "1",
  434. "memory": "1G"
  435. }
  436. },
  437. "volumeMounts": [
  438. {
  439. "name": "user",
  440. "mountPath": "/usr/csuser/clouddrive",
  441. "mountPropagation": "HostToContainer"
  442. },
  443. {
  444. "name": "home",
  445. "mountPath": "/home",
  446. "mountPropagation": "HostToContainer"
  447. }
  448. ],
  449. "terminationMessagePath": "/dev/termination-log",
  450. "terminationMessagePolicy": "File",
  451. "imagePullPolicy": "IfNotPresent",
  452. "securityContext": {
  453. "privileged": false
  454. }
  455. }
  456. ],
  457. "restartPolicy": "Always",
  458. "terminationGracePeriodSeconds": 0,
  459. "dnsPolicy": "Default",
  460. "nodeSelector": {
  461. "beta.kubernetes.io/os": "linux"
  462. },
  463. "serviceAccountName": "default",
  464. "serviceAccount": "default",
  465. "automountServiceAccountToken": false,
  466. "nodeName": "k8s-agentpool9-o18weu0l-15",
  467. "securityContext": {},
  468. "affinity": {
  469. "nodeAffinity": {
  470. "requiredDuringSchedulingIgnoredDuringExecution": {
  471. "nodeSelectorTerms": [
  472. {
  473. "matchExpressions": [
  474. {
  475. "key": "agentpool",
  476. "operator": "NotIn",
  477. "values": [
  478. "system",
  479. "agentpool1"
  480. ]
  481. },
  482. {
  483. "key": "node-optimization-needed",
  484. "operator": "DoesNotExist"
  485. },
  486. {
  487. "key": "kubernetes.io/hostname",
  488. "operator": "In",
  489. "values": [
  490. "k8s-agentpool9-o18weu0l-15"
  491. ]
  492. }
  493. ]
  494. }
  495. ]
  496. }
  497. },
  498. "podAntiAffinity": {
  499. "requiredDuringSchedulingIgnoredDuringExecution": [
  500. {
  501. "labelSelector": {
  502. "matchExpressions": [
  503. {
  504. "key": "app",
  505. "operator": "Exists"
  506. }
  507. ]
  508. },
  509. "namespaces": [
  510. "cc-1361d06c",
  511. "cc-137504c",
  512. "cc-17b2c56b",
  513. "cc-1aaa-5f795491",
  514. "cc-1dbf042b",
  515. "cc-22d89428",
  516. "cc-23e9fad4",
  517. "cc-2684-52740407",
  518. "cc-286f-4d285002",
  519. "cc-28f5c53c",
  520. "cc-2a813cb8",
  521. "cc-305242ba",
  522. "cc-3559-6ac83ff7",
  523. "cc-36e73582",
  524. "cc-38027d96",
  525. "cc-38e7-39512512",
  526. "cc-3a98-aeb9b4e9",
  527. "cc-3bfa-b02795f1",
  528. "cc-40337f08",
  529. "cc-40351c27",
  530. "cc-40abf55a",
  531. "cc-42f7-8585e926",
  532. "cc-472d-2aa1345e",
  533. "cc-498ed198",
  534. "cc-4aab3e20",
  535. "cc-51c86dda",
  536. "cc-5655a87e",
  537. "cc-5665-458b3a89",
  538. "cc-57bd9972",
  539. "cc-5cdc-9557b4cd",
  540. "cc-5d74-a62a490c",
  541. "cc-5d867568",
  542. "cc-604c-1a57c723",
  543. "cc-64ee8be5",
  544. "cc-65d4397a",
  545. "cc-664d-184decee",
  546. "cc-670c6116",
  547. "cc-67f7bb94",
  548. "cc-6920fa3",
  549. "cc-6b11b544",
  550. "cc-6c713cf9",
  551. "cc-6e5c76a3",
  552. "cc-6e93-5ccfb26",
  553. "cc-6ec324ed",
  554. "cc-6f854a6a",
  555. "cc-72f9-b95614b6",
  556. "cc-73b0-7b9fe85e",
  557. "cc-74fd-b652de7a",
  558. "cc-7542119c",
  559. "cc-77dc01aa",
  560. "cc-8043-43ca8b13",
  561. "cc-813bc911",
  562. "cc-831f671a",
  563. "cc-8655-eed68fc4",
  564. "cc-868290ba",
  565. "cc-886b6a8c",
  566. "cc-88a46bf",
  567. "cc-88b0-a9a858f0",
  568. "cc-8c73-b3f8bb37",
  569. "cc-8e219aab",
  570. "cc-8e93-f0a04d61",
  571. "cc-8edb08bf",
  572. "cc-908e7456",
  573. "cc-914b5a3a",
  574. "cc-91e342ea",
  575. "cc-91ea-90be858b",
  576. "cc-924af95",
  577. "cc-9873-56363a6b",
  578. "cc-988d-ee33ccb",
  579. "cc-9b50e9f6",
  580. "cc-9e65d8e3",
  581. "cc-a295096f",
  582. "cc-a41bd86c",
  583. "cc-a6ae-d4a2695",
  584. "cc-a7b067af",
  585. "cc-a9a19c5e",
  586. "cc-abbf-2a1aebbf",
  587. "cc-abdbbb71",
  588. "cc-aea79158",
  589. "cc-afea3082",
  590. "cc-b100-3f16c991",
  591. "cc-b3d3-49ef86c9",
  592. "cc-b4a23e8e",
  593. "cc-b56bcda6",
  594. "cc-b7f45c03",
  595. "cc-b999a3ae",
  596. "cc-bc1b4dbc",
  597. "cc-bc284346",
  598. "cc-bdb4-e689db82",
  599. "cc-c0b1-edd6d156",
  600. "cc-c37e-3ace8955",
  601. "cc-c516ad83",
  602. "cc-c973-69418a4",
  603. "cc-c99f866c",
  604. "cc-da946016",
  605. "cc-dc362fea",
  606. "cc-deda78df",
  607. "cc-e0fd-1c442c7e",
  608. "cc-e231c9b5",
  609. "cc-e6d15423",
  610. "cc-e7ab-3481e418",
  611. "cc-ecf51639",
  612. "cc-ed730255",
  613. "cc-f2c9603a",
  614. "cc-f2fc8a83",
  615. "cc-f3b8b799",
  616. "cc-f7107435",
  617. "cc-f901-f6dcf199",
  618. "cc-fa7341ea",
  619. "cc-fca7a2af",
  620. "cc-fde74be8",
  621. "certbootstrap",
  622. "default",
  623. "kube-public",
  624. "kube-system"
  625. ],
  626. "topologyKey": "kubernetes.io/hostname"
  627. }
  628. ]
  629. }
  630. },
  631. "schedulerName": "default-scheduler"
  632. },
  633. "status": {
  634. "phase": "Running",
  635. "conditions": [
  636. {
  637. "type": "Initialized",
  638. "status": "True",
  639. "lastProbeTime": null,
  640. "lastTransitionTime": "2020-01-20T11:26:16Z"
  641. },
  642. {
  643. "type": "Ready",
  644. "status": "True",
  645. "lastProbeTime": null,
  646. "lastTransitionTime": "2020-01-20T11:26:18Z"
  647. },
  648. {
  649. "type": "PodScheduled",
  650. "status": "True",
  651. "lastProbeTime": null,
  652. "lastTransitionTime": "2020-01-20T11:26:11Z"
  653. }
  654. ],
  655. "hostIP": "10.240.190.5",
  656. "podIP": "10.244.2.85",
  657. "startTime": "2020-01-20T11:26:11Z",
  658. "initContainerStatuses": [
  659. {
  660. "name": "console-init",
  661. "state": {
  662. "terminated": {
  663. "exitCode": 0,
  664. "reason": "Completed",
  665. "startedAt": "2020-01-20T11:26:15Z",
  666. "finishedAt": "2020-01-20T11:26:15Z",
  667. "containerID": "docker://2ac55ff87e8f9d7e4f74f9332eeb7c692b7ea63c5a323e6bd6e1277b5d40943c"
  668. }
  669. },
  670. "lastState": {},
  671. "ready": true,
  672. "restartCount": 0,
  673. "image": "cloudconregweuprd.azurecr.io/azconsole-admin:master_20191213.3",
  674. "imageID": "docker-pullable://cloudconregweuprd.azurecr.io/azconsole-admin@sha256:f0fb976410427ec7a99fcc158109cbec833b94d9466b3192dc82304044cd89b1",
  675. "containerID": "docker://2ac55ff87e8f9d7e4f74f9332eeb7c692b7ea63c5a323e6bd6e1277b5d40943c"
  676. }
  677. ],
  678. "containerStatuses": [
  679. {
  680. "name": "console-admin",
  681. "state": {
  682. "running": {
  683. "startedAt": "2020-01-20T11:26:17Z"
  684. }
  685. },
  686. "lastState": {},
  687. "ready": true,
  688. "restartCount": 0,
  689. "image": "cloudconregweuprd.azurecr.io/azconsole-admin:master_20191213.3",
  690. "imageID": "docker-pullable://cloudconregweuprd.azurecr.io/azconsole-admin@sha256:f0fb976410427ec7a99fcc158109cbec833b94d9466b3192dc82304044cd89b1",
  691. "containerID": "docker://2ccb8b5205e8a97d9c34468e82e0400f3a8ba7595c57406e6a62419a01540114"
  692. },
  693. {
  694. "name": "console-agent",
  695. "state": {
  696. "running": {
  697. "startedAt": "2020-01-20T11:26:18Z"
  698. }
  699. },
  700. "lastState": {},
  701. "ready": true,
  702. "restartCount": 0,
  703. "image": "cloudconregweuprd.azurecr.io/azconsole-agent:master_20191213.3",
  704. "imageID": "docker-pullable://cloudconregweuprd.azurecr.io/azconsole-agent@sha256:db4023375ffd60c144b6ba232e4063028fb4c8148c952c6117486a96a2b349a0",
  705. "containerID": "docker://00f53cbbcc66a97e7b401d155d2d8e4a17aba6ffdc341147a563063ba16b113c"
  706. }
  707. ],
  708. "qosClass": "Burstable"
  709. }
  710. }
  711. ]
  712. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement