X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm-openapi.yaml;h=3e2b528ab8f0867956c5cf78cd1d403e24884065;hb=3f03a3edd5418bccf4c86ae19fa688d552c21aba;hp=64a3e4cd6d53f5f9d51eb9a550c1ff12e68bfe80;hpb=36a93319e9a1c18fd2469a3f7e2e61642abd0929;p=osm%2FSOL005.git diff --git a/osm-openapi.yaml b/osm-openapi.yaml index 64a3e4c..3e2b528 100644 --- a/osm-openapi.yaml +++ b/osm-openapi.yaml @@ -7933,6 +7933,8 @@ components: type: string admin: type: boolean + admin_show: + type: boolean project_id: type: string format: uuid @@ -7946,6 +7948,13 @@ components: issued_at: type: number format: float + user_show: + type: boolean + last_login: + type: number + format: float + login_count: + type: number expires: type: number format: float @@ -8083,6 +8092,15 @@ components: type: string password: type: string + old_password: + type: string + system_admin_id: + type: string + format: uuid + unlock: + type: boolean + renew: + type: boolean projects: oneOf: - $ref: '#/components/schemas/ShortNameList' @@ -8374,6 +8392,9 @@ components: config: type: object additionalProperties: true + prometheus-config: + type: object + additionalProperties: true resources: type: object required: @@ -8409,6 +8430,9 @@ components: vca: type: string format: uuid + prometheus-config: + type: object + additionalProperties: true config: type: object additionalProperties: true @@ -8720,8 +8744,6 @@ components: K8sClusterDeploymentMethods: type: object properties: - helm-chart: - type: boolean juju-bundle: type: boolean helm-chart-v3: