Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 461 Bytes

File metadata and controls

21 lines (20 loc) · 461 Bytes

RetrieveImportsResponse

{
  "topic": "org.eclipse.ditto/the_policy_id/policies/commands/retrieve",
  "headers": {
    "correlation-id": "<preserved-command-correlation-id>"
  },
  "path": "/imports",
  "value": {
    "org.eclipse.ditto:policy1": { },
    "org.eclipse.ditto:policy2": {
      "entries": [ "IMPORTED_ENTRY" ]
    },
    "org.eclipse.ditto:policy3": {
      "entries": [ "YET_ANOTHER_IMPORTED_ENTRY" ]
    }
  },
  "status": 200
}