scsAsId configurations configurationId

get:

Summary: read an active configuration for the SCS/AS and the configuration Id

Tags:

- NpConfiguration API Configuration level GET Operation

Parameters:

- name: scsAsId

In: path

Description: Identifier of the SCS/AS

Required/Optional: true

Schema:

Type: string

- name: configurationId

In: path

Description: Identifier of the configuration resource

Required/Optional: true

Schema:

Type: string

Responses:

'200' OK (Successful get the active configuration)

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/NpConfiguration'

'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'

'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'

'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'

'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'

'406': Reference 'TS29122_CommonData.yaml#/components/responses/406'

'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'

'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'

'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'

default: Reference 'TS29122_CommonData.yaml#/components/responses/default'

put:

Summary: Updates/replaces an existing configuration resource

Tags:

- NpConfiguration API Configuration level PUT Operation

Parameters:

- name: scsAsId

In: path

Description: Identifier of the SCS/AS

Required/Optional: true

Schema:

Type: string

- name: configurationId

In: path

Description: Identifier of the configuration resource

Required/Optional: true

Schema:

Type: string

Request Body:

Description: Parameters to update/replace the existing configuration

Required/Optional: true

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/NpConfiguration'

Responses:

'200' OK (Successful deletion of the existing configuration)

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/NpConfiguration'

'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'

'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'

'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'

'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'

'411': Reference 'TS29122_CommonData.yaml#/components/responses/411'

'413': Reference 'TS29122_CommonData.yaml#/components/responses/413'

'415': Reference 'TS29122_CommonData.yaml#/components/responses/415'

'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'

'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'

'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'

default: Reference 'TS29122_CommonData.yaml#/components/responses/default'

patch:

Summary: Updates/replaces an existing configuration resource

Tags:

- NpConfiguration API Configuration level PATCH Operation

Parameters:

- name: scsAsId

In: path

Description: Identifier of the SCS/AS

Required/Optional: true

Schema:

Type: string

- name: configurationId

In: path

Description: Identifier of the configuration resource

Required/Optional: true

Schema:

Type: string

Request Body:

Required/Optional: true

Content:

application/merge-patch+json:

Schema:

Reference: '#/components/schemas/NpConfigurationPatch'

Responses:

'200' OK. The configuration was modified successfully.

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/NpConfiguration'

'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'

'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'

'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'

'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'

'411': Reference 'TS29122_CommonData.yaml#/components/responses/411'

'413': Reference 'TS29122_CommonData.yaml#/components/responses/413'

'415': Reference 'TS29122_CommonData.yaml#/components/responses/415'

'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'

'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'

'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'

default: Reference 'TS29122_CommonData.yaml#/components/responses/default'

delete:

Summary: Deletes an already existing configuration

Tags:

- NpConfiguration API Configuration level DELETE Operation

Parameters:

- name: scsAsId

In: path

Description: Identifier of the SCS/AS

Required/Optional: true

Schema:

Type: string

- name: configurationId

In: path

Description: Identifier of the configuration resource

Required/Optional: true

Schema:

Type: string

Responses:

'204' No Content (Successful deletion of the existing configuration)

'200' OK. (Successful deletion of the existing configuration)

Content:

Application/JSON:

Schema:

Type: array

items:

Reference: 'TS29122_CommonData.yaml#/components/schemas/ConfigResult'

minItems: 1

Description: The configuration was terminated successfully, the configuration failure information for group members shall be included if received.

'400': Reference 'TS29122_CommonData.yaml#/components/responses/400'

'401': Reference 'TS29122_CommonData.yaml#/components/responses/401'

'403': Reference 'TS29122_CommonData.yaml#/components/responses/403'

'404': Reference 'TS29122_CommonData.yaml#/components/responses/404'

'429': Reference 'TS29122_CommonData.yaml#/components/responses/429'

'500': Reference 'TS29122_CommonData.yaml#/components/responses/500'

'503': Reference 'TS29122_CommonData.yaml#/components/responses/503'

default: Reference 'TS29122_CommonData.yaml#/components/responses/default'