/nf-instances
get:
Summary: Retrieves a collection of NF Instances
Operation ID: GetNFInstances
Tags:
- NF Instances (Store)
Parameters:
- name: nf-type
In: query
Description: Type of NF
Required/Optional: false
Schema:
Reference: '#/components/schemas/NFType'
- name: limit
In: query
Description: How many items to return at one time
Required/Optional: false
Schema:
Type: integer
Responses:
'200' Expected response to a valid request
Content:
application/3gppHal+json:
Schema:
Type: object
Properties:
_links:
Type: object
Description: 'List of the URI of NF instances. It has two members whose names are item and self. The item one contains an array of URIs.'
additionalProperties:
Reference: 'TS29571_CommonData.yaml#/components/schemas/LinksValueSchema'
minProperties: 1
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'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'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'501': Reference 'TS29571_CommonData.yaml#/components/responses/501'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default: Reference 'TS29571_CommonData.yaml#/components/responses/default'