forked from eclipse-tractusx/bpdm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
API-Model: Update postman collection with new data model eclipse-trac…
1 parent
c279eab
commit 4357074
Showing
4 changed files
with
728 additions
and
558 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 |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"info": { | ||
"_postman_id": "7b41c91f-d0b5-46c5-aeba-24dfec0c8d58", | ||
"name": "BPDM Bridge Dummy", | ||
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", | ||
"_exporter_id": "26818013" | ||
}, | ||
"item": [ | ||
{ | ||
"name": "Bridge Sync", | ||
"request": { | ||
"method": "POST", | ||
"header": [], | ||
"url": { | ||
"raw": "{{Bridge-Host}}/api/bridge/sync", | ||
"host": [ | ||
"{{Bridge-Host}}" | ||
], | ||
"path": [ | ||
"api", | ||
"bridge", | ||
"sync" | ||
] | ||
} | ||
}, | ||
"response": [] | ||
} | ||
], | ||
"auth": { | ||
"type": "oauth2", | ||
"oauth2": [ | ||
{ | ||
"key": "client_authentication", | ||
"value": "body", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "clientSecret", | ||
"value": "{{Bridge-Client-Secret}}", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "clientId", | ||
"value": "{{Bridge-Client-ID}}", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "accessTokenUrl", | ||
"value": "https://{{Keycloak-Host}}/auth/realms/CX-Central/protocol/openid-connect/token", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "tokenName", | ||
"value": "BPDM Bridge Token {{Environment}}", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "refreshRequestParams", | ||
"value": [], | ||
"type": "any" | ||
}, | ||
{ | ||
"key": "tokenRequestParams", | ||
"value": [], | ||
"type": "any" | ||
}, | ||
{ | ||
"key": "authRequestParams", | ||
"value": [], | ||
"type": "any" | ||
}, | ||
{ | ||
"key": "challengeAlgorithm", | ||
"value": "S256", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "grant_type", | ||
"value": "client_credentials", | ||
"type": "string" | ||
}, | ||
{ | ||
"key": "addTokenTo", | ||
"value": "header", | ||
"type": "string" | ||
} | ||
] | ||
}, | ||
"event": [ | ||
{ | ||
"listen": "prerequest", | ||
"script": { | ||
"type": "text/javascript", | ||
"exec": [ | ||
"" | ||
] | ||
} | ||
}, | ||
{ | ||
"listen": "test", | ||
"script": { | ||
"type": "text/javascript", | ||
"exec": [ | ||
"" | ||
] | ||
} | ||
} | ||
] | ||
} |
Oops, something went wrong.