/nssai-availability/{nfId}
put:
Summary: Updates/replaces the NSSF with the S-NSSAIs the NF service consumer (e.g AMF)supports per TA
Tags:
- NF Instance ID (Document)
Operation ID: NSSAIAvailabilityPut
Parameters:
- name: nfId
In: path
Description: Identifier of the NF service consumer instance
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/NfInstanceId'
Request Body:
Description: Parameters to update/replace at the NSSF, the S-NSSAIs supported per TA
Required/Optional: true
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/NssaiAvailabilityInfo'
Responses:
'200' OK (Successful update of SNSSAI information per TA)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/AuthorizedNssaiAvailabilityInfo'
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29571_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29571_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29571_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error
patch:
Summary: Updates an already existing S-NSSAIs per TA provided by the NF service consumer (e.g AMF)
Tags:
- NF Instance ID (Document)
Operation ID: NSSAIAvailabilityPatch
Parameters:
- name: nfId
In: path
Description: Identifier of the NF service consumer instance
Required/Optional: true
Schema:
Type: string
Request Body:
Description: JSON Patch instructions to update at the NSSF, the S-NSSAIs supported per TA
Required/Optional: true
Content:
application/json-patch+json::
Schema:
Reference: '#/components/schemas/PatchDocument'
Responses:
'200' OK (Successful update of SNSSAI information per TA)
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/AuthorizedNssaiAvailabilityInfo'
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29571_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29571_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29571_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error
delete:
Summary: Deletes an already existing S-NSSAIs per TA provided by the NF service consumer (e.g AMF)
Tags:
- NF Instance ID (Document)
Operation ID: NSSAIAvailabilityDelete
Parameters:
- name: nfId
In: path
Description: Identifier of the NF service consumer instance
Required/Optional: true
Schema:
Type: string
Responses:
'204' No Content (Successful deletion of SNSSAI information per TA)
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default:
Description: Unexpected error