LogoLogo
How to Build Dataspaces?Main IDSA AssetsOther ResourcesManifesto for International Data Spaces
IDS-G
IDS-G
  • Changelog
  • Code of Conduct
  • Contributing to IDS-G-pre
  • LICENSE
  • International Data Spaces Global (IDS-G)
  • Overview
    • Message Structure/Format
    • Message Types
    • media
    • Communication Protocols
      • IDS REST
        • header
        • IDS Linked Data Notification (IDS-LDN)
          • IDS-REST requests
            • IDS-LDN, send a PUT request
      • IDS Communication Protocol Version 2 (IDSCP2)
        • IDSCP2 Application Layer
          • Examples
        • IDSCP2 Transport Layer
          • Examples
      • multipart
    • sequence-diagrams
      • Message Flows for Connector to Clearing House Communication
      • IDS Connector Communication
        • images
      • IDS Metadata Broker Communication
  • Components
    • IDS App Store (IDS-CH)
    • ClearingHouse
    • IDS Connector
    • IDS Identity Provider
      • Connector Identifiers (Connector IDs)
      • Certificate Authority (CA)
      • Dynamic Attribute Provisioning Service (DAPS)
        • requests
          • DAPS DAT request (root POST)
      • ParIS
        • ParIS requests
          • IDS-ParIS GET root request
    • IDS Meta Data Broker
      • General Overview
      • Introduction
      • Annex
        • HTTP API
        • Removed Requirements
      • Functions and Correlated Messages
        • Messages received by a Broker
        • Messages send by a Broker as Response
      • IDS Meta Data Broker Profiles
        • Advanced Information Profile
        • Usage Control Profile
      • IDS Meta Data Broker Requirements
        • Behavioral Requirements
        • Business Requirements
        • Conditional Requirements
        • Connector Requirements
        • Functional Requirements
        • Informational Requirements
        • Interface Requirements
        • Message Requirements
        • Role of an IDS Meta Data Broker
      • IDS-MDB requests
        • IDS-MDB GET root request
  • Glossary
    • IDS Shortcuts
  • Handbook to IDS-G
    • Specification
  • IDS Information Model
    • ids:Message
      • DescriptionRequestMessage POST
      • Message requests
  • Overview of the IDS Architecture
    • References
    • Relevant Documents
      • IDS Repositories
  • IDS Usage Control
    • IDS Usage Control Contract
      • Policies
      • images
    • IDS Policy Enforcement
      • System Adapter Technical Documentation
      • Concepts
        • Concepts for Data Sharing
    • Specification
      • Concepts
        • Access Control for the Contract Metadata
        • T7_ODRL_policies
        • Interfaces Standardization for Context Information (PIPs) and Actions to be Performed (PXPs)
        • Concepts for Participant-restricted policies and reselling data
  • .github
    • ISSUE_TEMPLATE
      • content-change-request
      • epic
      • feature-request
      • topic--code
      • topic--documentation
      • topic--quickfix
      • topic--structure
Powered by GitBook

Links:

  • IDSA Website
  • IDSA Github
  • Legal Notice
  • Privacy Policy

© 2016 – 2025 | All Rights Reserved | International Data Spaces Association

On this page
  • Summary
  • Description
  • Examples
  • 1 request
  • 1 response
  • REST API description
Edit on GitHub
  1. IDS Information Model
  2. ids:Message

DescriptionRequestMessage POST

Summary

Description

Examples

1 request

POST /infrastructure
Host: https://conn1.example.com
----------------------------949567736778671771657427
Content-Disposition: form-data; name="header"
{
  "@context": "https://w3id.org/idsa/contexts/context.jsonld",
  "@id": "https://w3id.org/idsa/autogen/selfDescriptionRequest/b0731661-7df1-43e5-bb75-50f0709f31c9"
  "@type": "ids:DescriptionRequestMessage",
  "modelVersion": "3.1.0",
  "issued": "2020-05-21T13:32:33.073+02:00",
  "issuerConnector": "http://example.org#connector",
  "securityToken": {
    "@type": "ids:DynamicAttributeToken",
    "tokenFormat": "https://w3id.org/idsa/code/tokenformat/JWT",
    "tokenValue": "eyJhbGciOiJSUzI1NiIsInR5cCI..."
  }  
}
----------------------------949567736778671771657427--

1 response

--mPLw1UTMYjqqYqh1Bb_ttWBKcdSPfB9FBgz3
Content-Disposition: form-data; name="header"
Content-Type: application/json
Content-Length: 409
{
  "@context": "https://w3id.org/idsa/contexts/context.jsonld",
  "@id": "https://w3id.org/idsa/autogen/selfDescriptionResponse/851e3218-2bb7-45f9-8795-7f99c1f19680",
  "@type": "ids:DescriptionResponseMessage",
  "issued": "2020-05-21T13:11:14.596Z",
  "issuerConnector": "https://broker.ids.isst.fraunhofer.de/",
  "correlationMessage": "https://w3id.org/idsa/autogen/selfDescriptionRequest/b0731661-7df1-43e5-bb75-50f0709f31c9",
  "modelVersion": "3.1.0",
  "securityToken": {
    "@type": "ids:DynamicAttributeToken",
    "tokenFormat": "https://w3id.org/idsa/code/tokenformat/JWT",
    "tokenValue": "ex42..."
  }
}
--mPLw1UTMYjqqYqh1Bb_ttWBKcdSPfB9FBgz3
Content-Disposition: form-data; name="payload"
Content-Type: application/ld+json
Content-Length: 965
{
  "@context" : "https://w3id.org/idsa/contexts/context.jsonld",
  "@type" : "ids:Broker",
  "outboundModelVersion" : "3.1.0",
  "description" : [ {
    "@value" : "A Broker with a graph persistence layer",
    "@language" : "en"
  } ],
  "inboundModelVersion" : [ "3.1.0" ],
  "title" : [ {
    "@value" : "EIS Broker",
    "@language" : "en"
  } ],
  "maintainer" : "https://www.iais.fraunhofer.de",
  "curator" : "https://www.iais.fraunhofer.de",
  "catalog" : {
    "@type" : "ids:Catalog",
    "@id" : "https://w3id.org/idsa/autogen/catalog/a50c93a3-388b-4bbd-959e-a446b7ec2946"
  },
  "securityProfile" : {
    "@type" : "ids:SecurityProfile",
    "basedOn" : {
      "@type" : "ids:SecurityProfile",
      "@id" : "https://w3id.org/idsa/core/Level0SecurityProfile"
    },
    "@id" : "https://w3id.org/idsa/autogen/securityProfile/cca6c0e6-ad34-4d66-8137-ab94e3fad424"
  },
  "@id" : "https://broker.ids.isst.fraunhofer.de/"
}
--mPLw1UTMYjqqYqh1Bb_ttWBKcdSPfB9FBgz3--

REST API description

REST API description can be found here.


Last updated 1 year ago