@@ -11916,155 +11916,6 @@ paths:
1191611916 default:
1191711917 $ref: '#/components/responses/responseForErroredOamRequests'
1191811918
11919-
11920- /core-model-1-4:control-construct/logical-termination-point={uuid}/layer-protocol=0/kafka-client-interface-1-0:kafka-client-interface-pac/kafka-client-interface-configuration/auth/user-name:
11921- parameters:
11922- - in: path
11923- name: uuid
11924- required: true
11925- schema:
11926- type: string
11927- pattern: '^([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-kmb-c-([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{3})$'
11928- example: 'yz-34-3-3-kmb-c-kmb-1-0-0-000'
11929- get:
11930- operationId: getKafkaClientUserName
11931- summary: 'Returns UserName'
11932- tags:
11933- - KafkaClient
11934- security:
11935- - basicAuth: []
11936- responses:
11937- '200':
11938- description: 'UserName provided'
11939- content:
11940- application/json:
11941- schema:
11942- type: object
11943- required:
11944- - kafka-client-interface-1-0:user-name
11945- properties:
11946- kafka-client-interface-1-0:user-name:
11947- type: string
11948- example: 'kafkaBroker'
11949- '400':
11950- $ref: '#/components/responses/responseForErroredOamRequests'
11951- '401':
11952- $ref: '#/components/responses/responseForErroredOamRequests'
11953- '403':
11954- $ref: '#/components/responses/responseForErroredOamRequests'
11955- '404':
11956- $ref: '#/components/responses/responseForErroredOamRequests'
11957- '500':
11958- $ref: '#/components/responses/responseForErroredOamRequests'
11959- default:
11960- $ref: '#/components/responses/responseForErroredOamRequests'
11961- put:
11962- operationId: putKafkaClientUserName
11963- summary: 'Configures UserName'
11964- tags:
11965- - KafkaClient
11966- security:
11967- - basicAuth: []
11968- requestBody:
11969- required: true
11970- content:
11971- application/json:
11972- schema:
11973- type: object
11974- required:
11975- - kafka-client-interface-1-0:user-name
11976- properties:
11977- kafka-client-interface-1-0:user-name:
11978- type: string
11979- responses:
11980- '204':
11981- description: 'UserName configured'
11982- '400':
11983- $ref: '#/components/responses/responseForErroredOamRequests'
11984- '401':
11985- $ref: '#/components/responses/responseForErroredOamRequests'
11986- '403':
11987- $ref: '#/components/responses/responseForErroredOamRequests'
11988- '404':
11989- $ref: '#/components/responses/responseForErroredOamRequests'
11990- '500':
11991- $ref: '#/components/responses/responseForErroredOamRequests'
11992- default:
11993- $ref: '#/components/responses/responseForErroredOamRequests'
11994- /core-model-1-4:control-construct/logical-termination-point={uuid}/layer-protocol=0/kafka-client-interface-1-0:kafka-client-interface-pac/kafka-client-interface-configuration/auth/password:
11995- parameters:
11996- - in: path
11997- name: uuid
11998- required: true
11999- schema:
12000- type: string
12001- pattern: '^([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-kmb-c-([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{3})$'
12002- example: 'yz-34-3-3-kmb-c-kmb-1-0-0-000'
12003- get:
12004- operationId: getKafkaClientPassword
12005- summary: 'Returns Password'
12006- tags:
12007- - KafkaClient
12008- security:
12009- - basicAuth: []
12010- responses:
12011- '200':
12012- description: 'Password provided'
12013- content:
12014- application/json:
12015- schema:
12016- type: object
12017- required:
12018- - kafka-client-interface-1-0:password
12019- properties:
12020- kafka-client-interface-1-0:password:
12021- type: string
12022- example: 'YWRtaW46MTIzNDU2'
12023- '400':
12024- $ref: '#/components/responses/responseForErroredOamRequests'
12025- '401':
12026- $ref: '#/components/responses/responseForErroredOamRequests'
12027- '403':
12028- $ref: '#/components/responses/responseForErroredOamRequests'
12029- '404':
12030- $ref: '#/components/responses/responseForErroredOamRequests'
12031- '500':
12032- $ref: '#/components/responses/responseForErroredOamRequests'
12033- default:
12034- $ref: '#/components/responses/responseForErroredOamRequests'
12035- put:
12036- operationId: putKafkaClientPassword
12037- summary: 'Configures Password'
12038- tags:
12039- - KafkaClient
12040- security:
12041- - basicAuth: []
12042- requestBody:
12043- required: true
12044- content:
12045- application/json:
12046- schema:
12047- type: object
12048- required:
12049- - kafka-client-interface-1-0:password
12050- properties:
12051- kafka-client-interface-1-0:password:
12052- type: string
12053- responses:
12054- '204':
12055- description: 'Password configured'
12056- '400':
12057- $ref: '#/components/responses/responseForErroredOamRequests'
12058- '401':
12059- $ref: '#/components/responses/responseForErroredOamRequests'
12060- '403':
12061- $ref: '#/components/responses/responseForErroredOamRequests'
12062- '404':
12063- $ref: '#/components/responses/responseForErroredOamRequests'
12064- '500':
12065- $ref: '#/components/responses/responseForErroredOamRequests'
12066- default:
12067- $ref: '#/components/responses/responseForErroredOamRequests'
1206811919 /core-model-1-4:control-construct/logical-termination-point={uuid}/layer-protocol=0/kafka-client-interface-1-0:kafka-client-interface-pac/kafka-client-interface-configuration/topic-name:
1206911920 parameters:
1207011921 - in: path
@@ -12213,80 +12064,6 @@ paths:
1221312064 $ref: '#/components/responses/responseForErroredOamRequests'
1221412065 default:
1221512066 $ref: '#/components/responses/responseForErroredOamRequests'
12216- /core-model-1-4:control-construct/logical-termination-point={uuid}/layer-protocol=0/kafka-client-interface-1-0:kafka-client-interface-pac/kafka-client-interface-configuration/group-id:
12217- parameters:
12218- - in: path
12219- name: uuid
12220- required: true
12221- schema:
12222- type: string
12223- pattern: '^([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-kmb-c-([a-z]{2,6})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{1,2})-([0-9]{3})$'
12224- example: 'yz-34-3-3-kmb-c-kmb-1-0-0-000'
12225- get:
12226- operationId: getKafkaClientGroupId
12227- summary: 'Returns group id (Identifier for consumers consuming a topic)'
12228- tags:
12229- - KafkaClient
12230- security:
12231- - basicAuth: []
12232- responses:
12233- '200':
12234- description: 'group id provided'
12235- content:
12236- application/json:
12237- schema:
12238- type: object
12239- required:
12240- - kafka-client-interface-1-0:group-id
12241- properties:
12242- kafka-client-interface-1-0:group-id:
12243- type: string
12244- example: 'notification-consumer'
12245- '400':
12246- $ref: '#/components/responses/responseForErroredOamRequests'
12247- '401':
12248- $ref: '#/components/responses/responseForErroredOamRequests'
12249- '403':
12250- $ref: '#/components/responses/responseForErroredOamRequests'
12251- '404':
12252- $ref: '#/components/responses/responseForErroredOamRequests'
12253- '500':
12254- $ref: '#/components/responses/responseForErroredOamRequests'
12255- default:
12256- $ref: '#/components/responses/responseForErroredOamRequests'
12257- put:
12258- operationId: putKafkaClientGroupId
12259- summary: 'Configures group id'
12260- tags:
12261- - KafkaClient
12262- security:
12263- - basicAuth: []
12264- requestBody:
12265- required: true
12266- content:
12267- application/json:
12268- schema:
12269- type: object
12270- required:
12271- - kafka-client-interface-1-0:group-id
12272- properties:
12273- kafka-client-interface-1-0:group-id:
12274- type: string
12275- responses:
12276- '204':
12277- description: 'group id configured'
12278- '400':
12279- $ref: '#/components/responses/responseForErroredOamRequests'
12280- '401':
12281- $ref: '#/components/responses/responseForErroredOamRequests'
12282- '403':
12283- $ref: '#/components/responses/responseForErroredOamRequests'
12284- '404':
12285- $ref: '#/components/responses/responseForErroredOamRequests'
12286- '500':
12287- $ref: '#/components/responses/responseForErroredOamRequests'
12288- default:
12289- $ref: '#/components/responses/responseForErroredOamRequests'
1229012067 /core-model-1-4:control-construct/logical-termination-point={uuid}/layer-protocol=0/kafka-client-interface-1-0:kafka-client-interface-pac/kafka-client-interface-status/operational-state:
1229112068 parameters:
1229212069 - in: path
0 commit comments