public:hyper_ai:home

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
public:hyper_ai:home [2025/02/25 12:47]
fjromero_odins.es
public:hyper_ai:home [2025/02/25 18:04] (current)
jsanchez_odins.es [Postman Collection for DID]
Line 14: Line 14:
 2. Email: 2. Email:
 3. Tasks involved/Partners involved: 3. Tasks involved/Partners involved:
-4. Broker Entities in particular involved: +4. Severity (select from Minor, Moderate, Major and Critical): 
-5. Severity (select from Minor, Moderate, Major and Critical): +5. Summary: 
-6. Summary: +6. Description: 
-7. Description: +7. Error messages obtained: 
-8. Error messages obtained: +8. Requests that produce the errors (so that we can reproduce the issue): 
-9. Requests that produce the errors (so that we can reproduce the issue): +9. Time interval (UTC time) during which these errors have occurred:
-10. Time interval (UTC time) during which these errors have occurred:+
  
 We will try to resolve your issue as soon as possible. Thank you very much and sorry for the inconvenience. We will try to resolve your issue as soon as possible. Thank you very much and sorry for the inconvenience.
Line 130: Line 129:
  
 {{:public:hyper_ai:20250224-105805.png}} {{:public:hyper_ai:20250224-105805.png}}
 +
 +### Postman Collection for DID
 +
 +Please download the following code and open it using https://www.postman.com/
 +
 +
 +```json
 +{
 + "info": {
 + "_postman_id": "deab8a12-4a64-4d69-a78a-ecdb857f0b65",
 + "name": "DID requests",
 + "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
 + "_exporter_id": "39592430"
 + },
 + "item": [
 + {
 + "name": "DID - Test",
 + "protocolProfileBehavior": {
 + "disableBodyPruning": true
 + },
 + "request": {
 + "method": "GET",
 + "header": [],
 + "body": {
 + "mode": "raw",
 + "raw": "",
 + "options": {
 + "raw": {
 + "language": "json"
 + }
 + }
 + },
 + "url": {
 + "raw": "https://heimdall.odins.es/test/did",
 + "protocol": "http",
 + "host": [
 + "localhost"
 + ],
 + "port": "3002",
 + "path": [
 + "test",
 + "did"
 + ]
 + }
 + },
 + "response": []
 + },
 + {
 + "name": "DID - Register",
 + "request": {
 + "method": "POST",
 + "header": [
 + {
 + "key": "Did",
 + "value": "did:fabric:z218q5McPufPy8NqCG29DRNq",
 + "type": "text"
 + }
 + ],
 + "body": {
 + "mode": "raw",
 + "raw": "{\n    \"@context\": \"https://www.w3.org/ns/did/v1\",\n    \"assertionMethod\": [\n        \"did:fabric:z218q5McPufPy8NqCG29DRNq#bee3b922c76946f9b14cf0c730c00e99\"\n    ],\n    \"authentication\": [\n        \"did:fabric:z218q5McPufPy8NqCG29DRNq#bee3b922c76946f9b14cf0c730c00e99\"\n    ],\n    \"id\": \"did:fabric:z218q5McPufPy8NqCG29DRNq\",\n    \"verificationMethod\": [\n        {\n            \"controller\": \"did:fabric:z218q5McPufPy8NqCG29DRNq\",\n            \"id\": \"did:fabric:z218q5McPufPy8NqCG29DRNq#bee3b922c76946f9b14cf0c730c00e99\",\n            \"publicKeyJwk\": {\n                \"alg\": \"ES256K\",\n                \"crv\": \"secp256k1\",\n                \"kid\": \"bee3b922c76946f9b14cf0c730c00e99\",\n                \"kty\": \"EC\",\n                \"use\": \"sig\",\n                \"x\": \"kg-qcoe5Sg8uqqCyzDDGOFa5XPx6jHAFN-U1Xo__NUE\",\n                \"y\": \"EZ-Jg8lQVERffibrQU45Keumxh912jrKIePVGK8GnDc\"\n            },\n            \"type\": \"EcdsaSecp256k1VerificationKey2019\"\n        }\n    ]\n}",
 + "options": {
 + "raw": {
 + "language": "json"
 + }
 + }
 + },
 + "url": {
 + "raw": "https://heimdall.odins.es/fabric/did/register",
 + "protocol": "https",
 + "host": [
 + "heimdall",
 + "odins",
 + "es"
 + ],
 + "path": [
 + "fabric",
 + "did",
 + "register"
 + ]
 + }
 + },
 + "response": []
 + },
 + {
 + "name": "DID - Obtain",
 + "protocolProfileBehavior": {
 + "disableBodyPruning": true
 + },
 + "request": {
 + "method": "GET",
 + "header": [
 + {
 + "key": "did",
 + "value": "did:fabric:z218q5McPufPy8NqCG29DRNq",
 + "type": "text"
 + }
 + ],
 + "body": {
 + "mode": "raw",
 + "raw": "",
 + "options": {
 + "raw": {
 + "language": "text"
 + }
 + }
 + },
 + "url": {
 + "raw": "https://heimdall.odins.es/fabric/did/obtain",
 + "protocol": "https",
 + "host": [
 + "heimdall",
 + "odins",
 + "es"
 + ],
 + "path": [
 + "fabric",
 + "did",
 + "obtain"
 + ]
 + }
 + },
 + "response": []
 + }
 + ]
 +}
 +```
  • public/hyper_ai/home.1740484056.txt.gz
  • Last modified: 2025/02/25 12:47
  • by fjromero_odins.es