OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cti-comment message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: TAXII (medallion) get_object details


Hi Everyone,

I have installed medallion TAXII server from Oasis github repo
When I try to get an object using: /<api-root>/collections/<id>/objects/<object-id>/ , I get the following response:

{
    "id": "bundle--3b9edf19-2025-4305-99f2-78b1d1fc01f6",
    "objects": [
        {
            "created": "2019-02-27T02:22:23.649Z",
            "created_by_ref": "identity--f27df111-ca31-4700-99d4-2635b6c37851",
            "id": "observed-data--13338ddf-007b-4973-ae32-651a1fa61a5d",
            "modified": "2019-02-27T02:22:23.649Z",
            "type": "observed-data"
        }
    ],
    "spec_version": "2.0",
    "type": "bundle"
}

It does not have the details inside the observed-data.
How can I get all the detailed values inside the observed-data? Or was TAXII never meant to do this?

Thanks,
--
Farhan Sadique




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]