Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
223 changes: 0 additions & 223 deletions spec/NotificationProxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11916,155 +11916,6 @@ paths:
default:
$ref: '#/components/responses/responseForErroredOamRequests'


/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:
parameters:
- in: path
name: uuid
required: true
schema:
type: string
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})$'
example: 'yz-34-3-3-kmb-c-kmb-1-0-0-000'
get:
operationId: getKafkaClientUserName
summary: 'Returns UserName'
tags:
- KafkaClient
security:
- basicAuth: []
responses:
'200':
description: 'UserName provided'
content:
application/json:
schema:
type: object
required:
- kafka-client-interface-1-0:user-name
properties:
kafka-client-interface-1-0:user-name:
type: string
example: 'kafkaBroker'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
put:
operationId: putKafkaClientUserName
summary: 'Configures UserName'
tags:
- KafkaClient
security:
- basicAuth: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required:
- kafka-client-interface-1-0:user-name
properties:
kafka-client-interface-1-0:user-name:
type: string
responses:
'204':
description: 'UserName configured'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
/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:
parameters:
- in: path
name: uuid
required: true
schema:
type: string
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})$'
example: 'yz-34-3-3-kmb-c-kmb-1-0-0-000'
get:
operationId: getKafkaClientPassword
summary: 'Returns Password'
tags:
- KafkaClient
security:
- basicAuth: []
responses:
'200':
description: 'Password provided'
content:
application/json:
schema:
type: object
required:
- kafka-client-interface-1-0:password
properties:
kafka-client-interface-1-0:password:
type: string
example: 'YWRtaW46MTIzNDU2'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
put:
operationId: putKafkaClientPassword
summary: 'Configures Password'
tags:
- KafkaClient
security:
- basicAuth: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required:
- kafka-client-interface-1-0:password
properties:
kafka-client-interface-1-0:password:
type: string
responses:
'204':
description: 'Password configured'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
/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:
parameters:
- in: path
Expand Down Expand Up @@ -12213,80 +12064,6 @@ paths:
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
/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:
parameters:
- in: path
name: uuid
required: true
schema:
type: string
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})$'
example: 'yz-34-3-3-kmb-c-kmb-1-0-0-000'
get:
operationId: getKafkaClientGroupId
summary: 'Returns group id (Identifier for consumers consuming a topic)'
tags:
- KafkaClient
security:
- basicAuth: []
responses:
'200':
description: 'group id provided'
content:
application/json:
schema:
type: object
required:
- kafka-client-interface-1-0:group-id
properties:
kafka-client-interface-1-0:group-id:
type: string
example: 'notification-consumer'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
put:
operationId: putKafkaClientGroupId
summary: 'Configures group id'
tags:
- KafkaClient
security:
- basicAuth: []
requestBody:
required: true
content:
application/json:
schema:
type: object
required:
- kafka-client-interface-1-0:group-id
properties:
kafka-client-interface-1-0:group-id:
type: string
responses:
'204':
description: 'group id configured'
'400':
$ref: '#/components/responses/responseForErroredOamRequests'
'401':
$ref: '#/components/responses/responseForErroredOamRequests'
'403':
$ref: '#/components/responses/responseForErroredOamRequests'
'404':
$ref: '#/components/responses/responseForErroredOamRequests'
'500':
$ref: '#/components/responses/responseForErroredOamRequests'
default:
$ref: '#/components/responses/responseForErroredOamRequests'
/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:
parameters:
- in: path
Expand Down
Loading