-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from medianetlab/develop
Develop
- Loading branch information
Showing
8 changed files
with
191 additions
and
10 deletions.
There are no files selected for viewing
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,3 +1,6 @@ | ||
.vscode | ||
.mypy_cache | ||
.env | ||
.env | ||
.key | ||
.crt | ||
capif_exposer_details.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
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
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
62 changes: 62 additions & 0 deletions
62
backend/app/app/core/capif_files/service_api_description.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 |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"apiName": "api_name_2", | ||
"aefProfiles": [ | ||
{ | ||
"aefId": "UNIQUE_ID THAT IS SET AUTOMATICALLY BY THE SDK. Contains the API PROV DOM ID parameter", | ||
"versions": [ | ||
{ | ||
"apiVersion": "v1", | ||
"expiry": "2021-11-30T10:32:02.004Z", | ||
"resources": [ | ||
{ | ||
"resourceName": "hello-endpoint", | ||
"commType": "REQUEST_RESPONSE", | ||
"uri": "/hello", | ||
"custOpName": "string", | ||
"operations": [ | ||
"POST" | ||
], | ||
"description": "string" | ||
} | ||
], | ||
"custOperations": [ | ||
{ | ||
"commType": "REQUEST_RESPONSE", | ||
"custOpName": "string", | ||
"operations": [ | ||
"POST" | ||
], | ||
"description": "string" | ||
} | ||
] | ||
} | ||
], | ||
"protocol": "HTTP_1_1", | ||
"dataFormat": "JSON", | ||
"securityMethods": ["Oauth", "PSK"], | ||
"interfaceDescriptions": [ | ||
{ | ||
"ipv4Addr": "the ip address where the exposer relies", | ||
"port": 8086, | ||
"securityMethods": ["Oauth"] | ||
} | ||
] | ||
} | ||
], | ||
"description": "API of dummy netapp to test", | ||
"supportedFeatures": "fffff", | ||
"shareableInfo": { | ||
"isShareable": true, | ||
"capifProvDoms": [ | ||
"string" | ||
] | ||
}, | ||
"serviceAPICategory": "string", | ||
"apiSuppFeats": "fffff", | ||
"pubApiPath": { | ||
"ccfIds": [ | ||
"string" | ||
] | ||
}, | ||
"ccfId": "test" | ||
} |
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
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
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