5.2.43 Resource: 5GVnGroupsInternal
29.5053GPP5G SystemRelease 18Stage 3TSUsage of the Unified Data Repository services for Subscription Data
5.2.43.1 Description
This resource represents a read-only view of the collection resource of 5G VN Group data, so it can be queried based on the Internal Group Id from NF Service Consumers having such Id as the ony way to identify a group (e.g. PCF).
5.2.43.2 Resource Definition
Resource URI: {apiRoot}/nudr-dr/<apiVersion>/subscription-data/group-data/5g-vn-groups/internal
This resource shall support the resource URI variables defined in table 5.2.43.2-1.
Table 5.2.43.2-1: Resource URI variables for this resource
Name |
Definition |
apiRoot |
See 3GPP TS 29.504 [2] clause 6.1.1 |
5.2.43.3 Resource Standard Methods
5.2.43.3.1 GET
This method shall support the URI query parameters specified in table 5.2.43.3.1-1.
Table 5.2.43.3.1-1: URI query parameters supported by the GET method on this resource
Name |
Data type |
P |
Cardinality |
Description |
internal-group-ids |
array(GroupId) |
M |
1..N |
Return those 5G VN groups whose Internal Group ID corresponds with any of the Group IDs in this list. |
This method shall support the request data structures specified in table 5.2.43.3.1-2 and the response data structures and response codes specified in table 5.2.43.3.1-3.
Table 5.2.43.3.1-2: Data structures supported by the GET Request Body on this resource
Data type |
P |
Cardinality |
Description |
n/a |
Table 5.2.43.3.1-3: Data structures supported by the GET Response Body on this resource
Data type |
P |
Cardinality |
Response codes |
Description |
map(5GVnGroupConfiguration) |
M |
0..N |
200 OK |
Upon success, a response body containing the map (list of key-value pairs where ExtGroupId (see 3GPP TS 29.503 [6] serves as key) of 5GVnGroupConfiguration shall be returned. If the resource does not contain any keys, the response consists of an empty JSON object (empty map). |