A.12 CAPIF_Routing_Info_API
29.2223GPPCommon API Framework for 3GPP Northbound APIsRelease 18TS
openapi: 3.0.0
info:
title: CAPIF_Routing_Info_API
description: |
API for Routing information.
© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
version: "1.2.0-alpha.1"
externalDocs:
description: 3GPP TS 29.222 V18.0.0 Common API Framework for 3GPP Northbound APIs
url: https://www.3gpp.org/ftp/Specs/archive/29_series/29.222/
servers:
– url: ‘{apiRoot}/capif-routing-info/v1’
variables:
apiRoot:
default: https://example.com
description: apiRoot as defined in clause 7.5 of 3GPP TS 29.222
paths:
/service-apis/{serviceApiId}:
get:
description: Retrieves the API routing information.
parameters:
– name: serviceApiId
in: path
description: Identifier of a published service API
required: true
schema:
type: string
– name: aef-id
in: query
required: true
description: Identifier of the AEF
schema:
type: string
– name: supp-feat
in: query
required: false
description: To filter irrelevant responses related to unsupported features
schema:
$ref: ‘TS29571_CommonData.yaml#/components/schemas/SupportedFeatures’
responses:
‘200’:
description: OK.
content:
application/json:
schema:
$ref: ‘#/components/schemas/RoutingInfo’
‘307’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/307’
‘308’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/308’
‘400’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/404’
‘406’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/406’
‘414’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/414’
‘429’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/500’
‘503’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/503’
default:
$ref: ‘TS29122_CommonData.yaml#/components/responses/default’
components:
schemas:
RoutingInfo:
type: object
description: Represents an API routing information.
properties:
routingRules:
type: array
items:
$ref: ‘#/components/schemas/RoutingRule’
minItems: 1
required:
– routingRules
RoutingRule:
type: object
description: Represents an API routing rule.
properties:
ipv4AddrRanges:
type: array
items:
$ref: ‘TS29510_Nnrf_NFManagement.yaml#/components/schemas/Ipv4AddressRange’
minItems: 1
ipv6AddrRanges:
type: array
items:
$ref: ‘#/components/schemas/Ipv6AddressRange’
minItems: 1
aefProfile:
$ref: ‘TS29222_CAPIF_Publish_Service_API.yaml#/components/schemas/AefProfile’
required:
– aefProfile
Ipv6AddressRange:
type: object
description: Represents IPv6 address range.
properties:
start:
$ref: ‘TS29122_CommonData.yaml#/components/schemas/Ipv6Addr’
end:
$ref: ‘TS29122_CommonData.yaml#/components/schemas/Ipv6Addr’
required:
– start
– end
Annex B (informative):
Change history
Change history |
|||||||
Date |
Meeting |
TDoc |
CR |
Rev |
Cat |
Subject/Comment |
New version |
2018-03 |
CT3#95 |
C3-181278 |
TS skeleton of Common API Framework for 3GPP Northbound APIs |
0.0.0 |
|||
2018-03 |
CT3#95 |
C3-181378 |
Inclusion of documents agreed in CT3#95: |
0.1.0 |
|||
2018-04 |
CT3#96 |
C3-182527 |
Inclusion of documents agreed in CT3#96: |
0.2.0 |
|||
2018-05 |
CT3#97 |
Inclusion of documents agreed in CT3#97: C3-183271, C3-183274, C3-183275, C3-183372, C3-183376, C3-183377, C3-183378, C3-183379, C3-183598, C3-183599, C3-183602, C3-183603, C3-183604, C3-183798, C3-183799, C3-183809, C3-183841, C3-183842 |
0.3.0 |
||||
2018-06 |
CT#80 |
CP-181037 |
TS sent to plenary for approval |
1.0.0 |
|||
2018-06 |
CT#80 |
CP-181037 |
TS approved by plenary |
15.0.0 |
|||
2018-09 |
CT#81 |
CP-182016 |
0001 |
1 |
F |
Changes to clause 4 – Overview |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0003 |
2 |
F |
Changes to CAPIF Publish Service API clause |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0004 |
2 |
F |
Changes to CAPIF Events API clause |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0005 |
4 |
F |
Changes to CAPIF API Invoker Management API clause |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0006 |
4 |
F |
Changes to CAPIF Authentication Authorization API clause |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0007 |
3 |
F |
Update to data types for ServiceAPIDescription and APIQuery |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0008 |
5 |
F |
Definition of CAPIF_Access_Control_Policy_API, and OpenAPI schema |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0009 |
4 |
F |
CAPIF_Events_API OpenAPI schema |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0010 |
4 |
F |
AEF_Authentication_API OpenAPI schema |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0011 |
1 |
F |
CAPIF_Discover_Service API – Corrections |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0012 |
3 |
F |
CAPIF_discovery_service API OpenAPI file |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0013 |
4 |
F |
CAPIF_Publish_Service API – Corrections and OpenAPI file |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0014 |
4 |
F |
AEF_Authentication API – Editor’s notes |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0015 |
4 |
F |
Corrections to data type |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0016 |
1 |
F |
API Invoker’s Information in APIInvokerEnrolmentDetails |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0017 |
1 |
F |
Corrections to OnboardingInformation data type |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0018 |
2 |
F |
Security method preference |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0019 |
1 |
F |
Clarifications to Obtain_API_Invoker_Info service operation |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0020 |
1 |
F |
Subscribed and Subscribing functional entity |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0021 |
1 |
F |
Miscellaneous corrections |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0023 |
1 |
F |
Definitions and abbreviations |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0024 |
1 |
F |
Referenced data types and enumerations |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0025 |
2 |
F |
CAPIF_Security_API OpenAPI schema |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0026 |
1 |
F |
CAPIF discovery service API – API invoker retrieves API information using GET |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0028 |
2 |
F |
CAPIF_Auditing_API – API management function retrieves API information logs using GET – OpenAPI document |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0029 |
3 |
F |
API Names changes in clause 5 |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0030 |
F |
Change security-related API names in clause 8 and 10 |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182016 |
0031 |
2 |
F |
Describe response code 202 for Onboard_API_Invoker POST method |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0032 |
F |
Correct cardinality for onboardingNotificationDestination |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182016 |
0033 |
F |
Correct cardinality for securityNotificationDestination |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182016 |
0034 |
1 |
F |
Correct protocol type in Interface Description |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0036 |
1 |
F |
Query parameter in retrieving access control |
15.1.0 |
2018-09 |
CT#81 |
CP-182037 |
0037 |
1 |
F |
Authorization endpoint and token request |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0038 |
1 |
F |
CAPIF Events |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0040 |
1 |
F |
Corrections to resource figures |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0041 |
1 |
F |
CAPIF_Auditing_API – ‘query’ custom operation |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0042 |
2 |
F |
OpenAPI – CAPIF_API_Invoker_Management API |
15.1.0 |
2018-09 |
CT#81 |
CP-182016 |
0043 |
2 |
F |
OpenAPI – CAPIF_Logging_API_Invocation API |
15.1.0 |
2018-12 |
CT#82 |
CP-183109 |
0047 |
|
F |
Correct server definition |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0027 |
2 |
F |
Security adaptation for Nnef northbound APIs with CAPIF |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0045 |
1 |
F |
Correct security API name in clause 5.6.2.1 |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0046 |
1 |
F |
Remove Event operations from CAPIF_Publish_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0048 |
|
F |
Correct CAPIF services |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0049 |
2 |
F |
Correct api name and service name for CAPIF_Publish_Service_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0050 |
2 |
F |
Correct api name and service name for CAPIF_Discover_Service_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0051 |
4 |
F |
Correct CAPIF_Publish_Service_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0052 |
1 |
F |
Correct CAPIF_Discover_Service_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0053 |
4 |
F |
Correct CAPIF_Logging_API_Invocation_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0054 |
3 |
F |
Correct CAPIF_Auditing_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0055 |
2 |
F |
Correct CAPIF_Security_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0055 |
3 |
F |
Correct CAPIF_Security_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0057 |
|
F |
Correct CAPIF_Access_Control_Policy_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0058 |
2 |
F |
supportedFeatures – CAPIF_Discover_Service_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0059 |
|
F |
supportedFeatures 002 – CAPIF_Publish_Service_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0060 |
1 |
F |
supportedFeatures 003 – CAPIF_Events_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0061 |
|
F |
supportedFeatures 004 – CAPIF_API_Invoker_Management_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0062 |
|
F |
supportedFeatures 005 – CAPIF_Security_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0063 |
2 |
F |
supportedFeatures – CAPIF_Access_Control_Policy_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0064 |
|
F |
supportedFeatures 007 – CAPIF_Logging_API_Invocation_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0065 |
2 |
F |
supportedFeatures – CAPIF_Auditing_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0067 |
|
F |
Redundant Editor’s note |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0068 |
1 |
F |
Correct CAPIF_API_Invoker_Management_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0070 |
|
F |
Missing general description in A.1 |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0071 |
1 |
F |
Update mandatory error status code |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0072 |
3 |
F |
Correct resource model and add missing functions in CAPIF_Security_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0074 |
2 |
F |
Correct resource model and add missing function in AEF_Authentication_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0075 |
1 |
F |
externalDocs field in OpenAPI documents |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0076 |
3 |
F |
location header in OpenAPI documents |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0077 |
1 |
F |
version number in OpenAPI documents |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0078 |
2 |
F |
corrections to CAPIF_Access_Control_Policy_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0079 |
1 |
F |
corrections to CAPIF_Logging_API_Invocation_API |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0079 |
2 |
F |
Security adaptation for T8 APIs with CAPIF |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0080 |
|
F |
corrections to EventNotification |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0081 |
|
F |
corrections to theSubscriber |
15.2.0 |
2018-12 |
CT#82 |
CP-183109 |
0082 |
|
F |
remove ‘OnboardingRequestAck’ data type |
15.2.0 |
2019-03 |
CT#83 |
CP-190119 |
0083 |
1 |
F |
Correct GET description for retrieving service API information |
15.3.0 |
2019-03 |
CT#83 |
CP-190119 |
0084 |
1 |
F |
Correct PUT message for updating service APIs |
15.3.0 |
2019-03 |
CT#83 |
CP-190119 |
0085 |
2 |
F |
Correct AEF operations related to obtaining security info or revoking API invokers |
15.3.0 |
2019-03 |
CT#83 |
CP-190119 |
0086 |
1 |
F |
Correction of definition of obtaining the correct resource in Security APIs |
15.3.0 |
2019-03 |
CT#83 |
CP-190119 |
0089 |
1 |
F |
Correct several descriptions in clause 8 tables |
15.3.0 |
2019-06 |
CT#84 |
CP-191088 |
0090 |
1 |
F |
Correct CAPIF_Logging_API yaml file |
15.4.0 |
2019-06 |
CT#84 |
CP-191221 |
0091 |
1 |
F |
Copyright notice in the YAML files |
15.4.0 |
2019-06 |
CT#84 |
CP-191222 |
0092 |
1 |
F |
API version update |
15.4.0 |
2019-09 |
CT#85 |
CP-192158 |
0093 |
3 |
F |
Northbound API registeration and discovery |
16.0.0 |
2019-12 |
CT#86 |
CP-193194 |
0095 |
1 |
A |
Correct cardinality in event API |
16.1.0 |
2019-12 |
CT#86 |
CP-193199 |
0096 |
4 |
B |
Reference update: RFC 8259 |
16.1.0 |
2019-12 |
CT#86 |
CP-193199 |
0097 |
F |
Detailed information in CAPIF event notification |
16.1.0 |
|
2019-12 |
CT#86 |
CP-193195 |
0101 |
4 |
B |
Updates to Service Architecture and functional entities |
16.1.0 |
2019-12 |
CT#86 |
CP-193194 |
0103 |
1 |
A |
Clause reference corrections |
16.1.0 |
2019-12 |
CT#86 |
CP-193194 |
0105 |
1 |
A |
Conventions for Open API specification files |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0106 |
1 |
B |
Update-to-Service-Architecture |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0107 |
2 |
B |
Update-to-Service-API-Publish |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0108 |
1 |
B |
Interconnection-Service-API-Publish |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0109 |
2 |
B |
Update-to-Discover-Service-API |
16.1.0 |
2019-12 |
CT#86 |
CP-193199 |
0111 |
1 |
B |
Supported feature in API publish service |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0112 |
1 |
B |
API invoker details update – Service Definition |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0113 |
1 |
B |
API invoker details update – API Definition |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0114 |
1 |
B |
API Provider Registration and Update – Service Definition |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0115 |
3 |
B |
API Provider Registration and Update – API Definition |
16.1.0 |
2019-12 |
CT#86 |
CP-193195 |
0116 |
1 |
B |
Support for 3rd party API provider domain |
16.1.0 |
2019-12 |
CT#86 |
CP-193194 |
0118 |
1 |
A |
Correct the notificationDestination of ServiceSecurity object in yaml file |
16.1.0 |
2019-12 |
CT#86 |
CP-193194 |
0120 |
1 |
A |
Align the API name of Initiate_Authentication |
16.1.0 |
2019-12 |
CT#86 |
CP-193212 |
0121 |
F |
Update of API version and TS version in OpenAPI file |
16.1.0 |
|
2020-03 |
CT#87e |
CP-200205 |
0123 |
1 |
B |
Published API path |
16.2.0 |
2020-03 |
CT#87e |
CP-200205 |
0124 |
B |
API Invoker Udpate – Event Updates |
16.2.0 |
|
2020-03 |
CT#87e |
CP-200205 |
0125 |
2 |
B |
API Provider Management – Open API |
16.2.0 |
2020-03 |
CT#87e |
CP-200216 |
0126 |
F |
29.222 Rel-16 Update of OpenAPI version and TS version in externalDocs field |
16.2.0 |
|
2020-06 |
CT#88e |
CP-201277 |
0128 |
3 |
B |
Service description and operations for CAPIF_API_Routing_Policy_API |
16.3.0 |
2020-06 |
CT#88e |
CP-201277 |
0129 |
3 |
B |
API definition for CAPIF_API_Routing_Policy_API |
16.3.0 |
2020-06 |
CT#88e |
CP-201278 |
0130 |
3 |
B |
API Topology hiding |
16.3.0 |
2020-06 |
CT#88e |
CP-201230 |
0133 |
A |
Correct API publish procedure |
16.3.0 |
|
2020-06 |
CT#88e |
CP-201231 |
0131 |
1 |
F |
API Provider management API attribute name optimization |
16.3.0 |
2020-06 |
CT#88e |
CP-201231 |
0135 |
1 |
F |
Correct ServiceAPIDescription |
16.3.0 |
2020-06 |
CT#88e |
CP-201231 |
0136 |
2 |
F |
Correct service API discovery in interconnection |
16.3.0 |
2020-06 |
CT#88e |
CP-201231 |
0137 |
1 |
F |
Correct shareable information |
16.3.0 |
2020-06 |
CT#88e |
CP-201235 |
0138 |
1 |
F |
Correct the supported features in the published API |
16.3.0 |
2020-06 |
CT#88e |
CP-201235 |
0139 |
1 |
F |
Update general clause for OpenAPI specification |
16.3.0 |
2020-06 |
CT#88e |
CP-201256 |
0140 |
1 |
F |
URI of the CAPIF APIs |
16.3.0 |
2020-06 |
CT#88e |
CP-201231 |
0141 |
1 |
B |
Add API category in discovery |
16.3.0 |
2020-06 |
CT#88e |
CP-201235 |
0142 |
F |
Optionality of ProblemDetails |
16.3.0 |
|
2020-06 |
CT#88e |
CP-201230 |
0144 |
1 |
A |
Clause and reference point correction |
16.3.0 |
2020-06 |
CT#88e |
CP-201231 |
0145 |
1 |
F |
Align interface names |
16.3.0 |
2020-06 |
CT#88e |
CP-201235 |
0146 |
1 |
F |
Supported headers, Resource Data type, Operation Name and yaml mapping |
16.3.0 |
2020-06 |
CT#88e |
CP-201255 |
0147 |
F |
Update of OpenAPI version and TS version in externalDocs field |
16.3.0 |
|
2020-06 |
CT#88e |
CP-201319 |
0149 |
A |
Required attribute corrections to CAPIF Open APIs |
16.3.0 |
|
2020-09 |
CT#89e |
CP-202064 |
0151 |
1 |
F |
Missing and inconsistent "apiVersion" notations and Location header |
16.4.0 |
2020-09 |
CT#89e |
CP-202064 |
0152 |
1 |
F |
CAPIF Routing Info API corrections |
16.4.0 |
2020-09 |
CT#89e |
CP-202064 |
0153 |
F |
CAPIF topology hiding correction |
16.4.0 |
|
2020-09 |
CT#89e |
CP-202233 |
0155 |
3 |
A |
Correct CAPIF security API |
16.4.0 |
2020-09 |
CT#89e |
CP-202063 |
0157 |
1 |
A |
Correct api invoker certificate in onboarding |
16.4.0 |
2020-09 |
CT#89e |
CP-202084 |
0158 |
F |
Update of OpenAPI version and TS version in externalDocs field |
16.4.0 |
|
2020-12 |
CT#90e |
CP-203139 |
0160 |
1 |
F |
Essential corrections and alignments |
16.5.0 |
2020-12 |
CT#90e |
CP-203126 |
0162 |
1 |
A |
Correct inconsistency in SecurityNotification |
16.5.0 |
2020-12 |
CT#90e |
CP-203139 |
0163 |
1 |
F |
Storage of YAML files in 3GPP Forge |
16.5.0 |
2021-03 |
CT#91e |
CP-210239 |
0164 |
1 |
F |
CAPIF_Security API externalDocs version correction |
16.6.0 |
2021-03 |
CT#91e |
CP-210221 |
0165 |
1 |
F |
Corrections to HTTP custom headers handling for Northbound APIs |
17.0.0 |
2021-03 |
CT#91e |
CP-210220 |
0166 |
F |
OpenAPI reference |
17.0.0 |
|
2021-06 |
CT#92e |
CP-211239 |
0177 |
1 |
F |
Missing data type in the CAPIF_API_Provider_Management_API Data Types tables |
17.1.0 |
2021-06 |
CT#92e |
CP-211239 |
0178 |
2 |
F |
Missing data type in the CAPIF_Routing_Info_API Data Types tables |
17.1.0 |
2021-06 |
CT#92e |
CP-211123 |
0179 |
1 |
F |
Missing data type in the CAPIF_Security_API Data Types tables |
17.1.0 |
2021-06 |
CT#92e |
CP-211239 |
0180 |
1 |
F |
Missing data types in the CAPIF_Access_Control_Policy_API Data Types tables |
17.1.0 |
2021-06 |
CT#92e |
CP-211124 |
0181 |
3 |
F |
Missing data types in the CAPIF_Publish_Service_API Data Types tables |
17.1.0 |
2021-06 |
CT#92e |
CP-211216 |
0185 |
A |
SecurityMethod data type incorrectly written some parts of the CAPIF_Publish_Service_API description clause |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211241 |
0186 |
1 |
F |
DiscoverService: Unbreakable spaces and missing "description" field |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0187 |
1 |
F |
PublishService API: Unbreakable spaces and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0188 |
1 |
F |
Events API: Unbreakable spaces and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0189 |
1 |
F |
InvokerManagement API: Unbreakable spaces and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0190 |
1 |
F |
Security API: Unbreakable space and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0191 |
1 |
F |
AccessControlPolicy API: Unbreakable spaces and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0192 |
1 |
F |
LoggingAPIInvocation API: Unbreakable spaces and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0193 |
1 |
F |
Auditing API: Unbreakable spaces |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0194 |
1 |
F |
AEFSecurity API: Unbreakable spaces and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0195 |
1 |
F |
API_Provider_Management API: Missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211241 |
0196 |
1 |
F |
RoutingInfo API: Unbreakable spaces and missing "description" fields |
17.1.0 |
2021-06 |
CT#92e |
CP-211239 |
0197 |
F |
Correction of the clause clause terminology |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211239 |
0198 |
F |
Corrections to the CAPIF_API_Invoker_Management_API Data Model clause |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211240 |
0199 |
1 |
F |
Corrections to the CAPIF_Auditing_API Data Model clause |
17.1.0 |
2021-06 |
CT#92e |
CP-211239 |
0200 |
F |
Corrections to the CAPIF_Events_API Data Model clause |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211239 |
0201 |
F |
Corrections to the CAPIF_Logging_API_Invocation_API Data Model clause |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211239 |
0202 |
F |
Corrections to the CAPIF_Publish_Service_API Data Model clause |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211239 |
0203 |
F |
Corrections to the CAPIF_Security_API Data Model clause |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211240 |
0204 |
1 |
F |
Miscellaneous corrections to the CAPIF_Discover_Service_API |
17.1.0 |
2021-06 |
CT#92e |
CP-211240 |
0205 |
1 |
F |
Miscellaneous corrections to the AEF_Security_API |
17.1.0 |
2021-06 |
CT#92e |
CP-211240 |
0206 |
1 |
B |
Support of 204 No content response code for service API definition update(NBI17) |
17.1.0 |
2021-06 |
CT#92e |
CP-211240 |
0207 |
1 |
F |
Support redirection and mandatory error codes for CAPIF APIs |
17.1.0 |
2021-06 |
CT#92e |
CP-211265 |
0208 |
F |
Update of OpenAPI version and TS version in externalDocs field |
17.1.0 |
|
2021-09 |
CT#93e |
CP-212224 |
0209 |
F |
Correction of cardinality of InvocationLogs in POST request |
17.2.0 |
|
2021-09 |
CT#93e |
CP-212214 |
0210 |
F |
Resource URI correction on CAPIF APIs |
17.2.0 |
|
2021-09 |
CT#93e |
CP-212214 |
0211 |
F |
204 No Content during modification procedure on CAPIF_API_Provider_Management_API |
17.2.0 |
|
2021-09 |
CT#93e |
CP-212214 |
0212 |
F |
Correction of some remaining invalid characters in OpenAPI specification files |
17.2.0 |
|
2021-09 |
CT#93e |
CP-212214 |
0213 |
F |
Updates 204 No Content in CAPIF_API_Invoker_Management_API |
17.2.0 |
|
2021-09 |
CT#93e |
CP-212223 |
0214 |
F |
Update of OpenAPI version and TS version in externalDocs field |
17.2.0 |
|
2021-12 |
CT#94e |
CP-213221 |
0215 |
2 |
B |
AEF location support |
17.3.0 |
2021-12 |
CT#94e |
CP-213220 |
0216 |
B |
Alignment with SA3 supported TLS profiles |
17.3.0 |
|
2021-12 |
CT#94e |
CP-213246 |
0217 |
F |
Update of OpenAPI version and TS version in externalDocs field |
17.3.0 |
|
2022-03 |
CT#95e |
CP-220203 |
0218 |
1 |
F |
Clarify the query logic for API invoker id |
17.4.0 |
2022-03 |
CT#95e |
CP-220168 |
0221 |
A |
Correct inconsistencies |
17.4.0 |
|
2022-03 |
CT#95e |
CP-220204 |
0222 |
1 |
B |
Obtain security info with API ID |
17.4.0 |
2022-03 |
CT#95e |
CP-220204 |
0223 |
1 |
F |
Clarification about building the apiRoot of a discovered API |
17.4.0 |
2022-03 |
CT#95e |
CP-220323 |
0224 |
2 |
B |
Support PATCH for the update of an API Provider Domain Registration resource. |
17.4.0 |
2022-03 |
CT#95e |
CP-220350 |
0225 |
3 |
B |
Support PATCH for the update of an On-boarded API resource |
17.4.0 |
2022-03 |
CT#95e |
CP-220204 |
0226 |
B |
Support PATCH for the update of an APF published API resource |
17.4.0 |
|
2022-03 |
CT#95e |
CP-220194 |
0227 |
F |
Update of info and externalDocs fields |
17.4.0 |
|
2022-06 |
CT#96 |
CP-221147 |
0230 |
3 |
F |
Resolving the naming convention issues |
17.5.0 |
2022-06 |
CT#96 |
CP-221275 |
0231 |
2 |
F |
Token request error |
17.5.0 |
2022-06 |
CT#96 |
CP-221147 |
0232 |
F |
CAPIF_Discover_Service_API: formatting of preferred-aef-loc query parameter |
17.5.0 |
|
2022-06 |
CT#96 |
CP-221147 |
0233 |
F |
Resource URI overview and apiVersion placeholder |
17.5.0 |
|
2022-06 |
CT#96 |
CP-221148 |
0234 |
1 |
F |
OpenAPI long descriptions |
17.5.0 |
2022-06 |
CT#96 |
CP-221124 |
0237 |
1 |
A |
Correcting the data type of the APF identifier |
17.5.0 |
2022-06 |
CT#96 |
CP-221124 |
0240 |
1 |
A |
Correcting the data type of the service API Identifier |
17.5.0 |
2022-06 |
CT#96 |
CP-221124 |
0243 |
A |
Correcting query parameters names in the CAPIF_Security_API |
17.5.0 |
|
2022-06 |
CT#96 |
CP-221263 |
0244 |
2 |
F |
Missing definition of the AccessTokenErr data type in the main body |
17.5.0 |
2022-06 |
CT#96 |
CP-221124 |
0247 |
1 |
A |
Correct token request content type |
17.5.0 |
2022-06 |
CT#96 |
CP-221151 |
0248 |
F |
Update of info and externalDocs fields |
17.5.0 |
|
2022-09 |
CT#97e |
CP-222118 |
0251 |
2 |
F |
Corrections to the references for URI structure from TS 29.501 to TS 29.122. |
17.6.0 |
2022-09 |
CT#97e |
CP-222121 |
0252 |
F |
Update of info and externalDocs fields |
17.6.0 |
|
2022-12 |
CT#98e |
CP-223235 |
0262 |
2 |
A |
Corrections for CAPIF_API_Invoker_Management_API |
17.7.0 |
2022-12 |
CT#98e |
CP-223184 |
0266 |
F |
Add the missing status code for CAPIF_API_Invoker_Management_API |
17.7.0 |
|
2022-12 |
CT#98e |
CP-223169 |
0267 |
1 |
A |
Corrections for data type of CAPIF services |
17.7.0 |
2022-12 |
CT#98e |
CP-223169 |
0270 |
A |
Corrections on Enumeration Protocol for CAPIF_Publish_Service_API |
17.7.0 |
|
2022-12 |
CT#98e |
CP-223169 |
0273 |
A |
Corrections on POST request body for CAPIF_Logging_API_Invocation_API |
17.7.0 |
|
2022-12 |
CT#98e |
CP-223169 |
0276 |
A |
Corrections on resource URI for CAPIF_Discover_Service_API |
17.7.0 |
|
2022-12 |
CT#98e |
CP-223169 |
0279 |
A |
Corrections on Time Range List for CAPIF_Access_Control_Policy_API |
17.7.0 |
|
2022-12 |
CT#98e |
CP-223188 |
0284 |
F |
Update of info and externalDocs fields |
17.7.0 |
|
2022-12 |
CT#98e |
CP-223185 |
0253 |
1 |
B |
Completing the interface descriptions |
18.0.0 |
2022-12 |
CT#98e |
CP-223185 |
0254 |
1 |
B |
Custom Operations modelling |
18.0.0 |
2022-12 |
CT#98e |
CP-223185 |
0256 |
1 |
F |
Correction of the tables for the re-used, API-specific data structures in CAPIF APIs |
18.0.0 |
2022-12 |
CT#98e |
CP-223185 |
0257 |
F |
Correction of the OpenAPI file formating and descriptions in the CAPIF APIs |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223185 |
0258 |
F |
"Error handling" clause: alignment with other NBI and 5GS APIs |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223185 |
0259 |
F |
Corrections on CAPIF_API_Provider_Management_API |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223189 |
0285 |
F |
Update of info and externalDocs fields |
18.0.0 |