forked from medianetlab/NEF_emulator
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert changes in service description files
- Loading branch information
Showing
2 changed files
with
98 additions
and
74 deletions.
There are no files selected for viewing
144 changes: 78 additions & 66 deletions
144
backend/app/app/core/capif_files/service_as_session_with_qos.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,68 +1,80 @@ | ||
{ | ||
"apiName": "/nef/api/v1/3gpp-as-session-with-qos/", | ||
"aefProfiles": [ | ||
{ | ||
"aefId": "string", | ||
"versions": [ | ||
{ | ||
"apiVersion": "v1", | ||
"expiry": "2100-11-30T10:32:02.004Z", | ||
"resources": [ | ||
{ | ||
"resourceName": "QOS_SUBSCRIPTIONS", | ||
"commType": "SUBSCRIBE_NOTIFY", | ||
"uri": "/scsAsId001/subscriptions", | ||
"custOpName": "http_post", | ||
"operations": ["GET","POST"], | ||
"description": "Endpoint to manage monitoring subscriptions" | ||
}, | ||
{ | ||
"resourceName": "QOS_SUBSCRIPTION_SINGLE", | ||
"commType": "SUBSCRIBE_NOTIFY", | ||
"uri": "/scsAsId001/subscriptions/subscriptionId001", | ||
"custOpName": "http_get", | ||
"operations": ["GET","PUT","DELETE"], | ||
"description": "Endpoint to manage single subscription" | ||
} | ||
], | ||
"custOperations": [ | ||
{ | ||
"commType": "REQUEST_RESPONSE", | ||
"custOpName": "string", | ||
"operations": [ | ||
"POST" | ||
], | ||
"description": "string" | ||
} | ||
] | ||
} | ||
], | ||
"protocol": "HTTP_1_1", | ||
"dataFormat": "JSON", | ||
"securityMethods": ["OAUTH", "PSK"], | ||
"interfaceDescriptions": [ | ||
{ | ||
"ipv4Addr": "127.0.0.1", | ||
"port": 8888, | ||
"securityMethods": ["OAUTH"] | ||
} | ||
] | ||
} | ||
], | ||
"description": "API of dummy netapp to test", | ||
"supportedFeatures": "fffff", | ||
"shareableInfo": { | ||
"isShareable": true, | ||
"capifProvDoms": [ | ||
"string" | ||
"apiName": "/nef/api/v1/3gpp-as-session-with-qos/", | ||
"aefProfiles": [ | ||
{ | ||
"aefId": "string", | ||
"versions": [ | ||
{ | ||
"apiVersion": "v1", | ||
"expiry": "2100-11-30T10:32:02.004Z", | ||
"resources": [ | ||
{ | ||
"resourceName": "QOS_SUBSCRIPTIONS", | ||
"commType": "SUBSCRIBE_NOTIFY", | ||
"uri": "/{scsAsId}/subscriptions", | ||
"custOpName": "http_post", | ||
"operations": [ | ||
"GET", | ||
"POST" | ||
], | ||
"description": "Endpoint to manage monitoring subscriptions" | ||
}, | ||
{ | ||
"resourceName": "QOS_SUBSCRIPTION_SINGLE", | ||
"commType": "SUBSCRIBE_NOTIFY", | ||
"uri": "/{scsAsId}/subscriptions/{subscriptionId}", | ||
"custOpName": "http_get", | ||
"operations": [ | ||
"GET", | ||
"PUT", | ||
"DELETE" | ||
], | ||
"description": "Endpoint to manage single subscription" | ||
} | ||
], | ||
"custOperations": [ | ||
{ | ||
"commType": "REQUEST_RESPONSE", | ||
"custOpName": "string", | ||
"operations": [ | ||
"POST" | ||
], | ||
"description": "string" | ||
} | ||
] | ||
} | ||
], | ||
"protocol": "HTTP_1_1", | ||
"dataFormat": "JSON", | ||
"securityMethods": [ | ||
"OAUTH", | ||
"PSK" | ||
], | ||
"interfaceDescriptions": [ | ||
{ | ||
"ipv4Addr": "127.0.0.1", | ||
"port": 8090, | ||
"securityMethods": [ | ||
"OAUTH" | ||
] | ||
} | ||
] | ||
}, | ||
"serviceAPICategory": "string", | ||
"apiSuppFeats": "fffff", | ||
"pubApiPath": { | ||
"ccfIds": [ | ||
"string" | ||
] | ||
}, | ||
"ccfId": "string" | ||
} | ||
} | ||
], | ||
"description": "API of dummy netapp to test", | ||
"supportedFeatures": "fffff", | ||
"shareableInfo": { | ||
"isShareable": true, | ||
"capifProvDoms": [ | ||
"string" | ||
] | ||
}, | ||
"serviceAPICategory": "string", | ||
"apiSuppFeats": "fffff", | ||
"pubApiPath": { | ||
"ccfIds": [ | ||
"string" | ||
] | ||
}, | ||
"ccfId": "string" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters