Skip to content

Commit

Permalink
API-Model: Update postman collection with new data model eclipse-trac…
Browse files Browse the repository at this point in the history
SujitMBRDI committed Jun 15, 2023
1 parent c279eab commit 4357074
Showing 4 changed files with 728 additions and 558 deletions.
109 changes: 109 additions & 0 deletions docs/postman/BPDM Bridge Dummy.postman_collection.json
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": [
""
]
}
}
]
}
Loading

0 comments on commit 4357074

Please sign in to comment.