...
a) Get the artifacts to test and onboard.
Let's fetch the artifacts/ spec files
A sample Component DCAE-VES-Collector : https://git.onap.org/dcaegen2/collectors/ves/tree/dpo/spec/vescollector-componentspec.json
A sample Data Format : https://git.onap.org/dcaegen2/collectors/ves/tree/dpo/data-formats/VES-4.27.2-dataformat.json
For the purpose of onboarding, a Sample Request body should be of the type -
{ "owner": "<some value>", "spec": <some json object> }
where the json object inside the spec field can be a component spec json.
You would have to use a request body Request bodies of this type will be used in the onboarding requests you make using curl or the onboarding swagger interface.
The prepared Sample Request body for a component dcae-ves-collector looks like so
...
Expand | |||||||
---|---|---|---|---|---|---|---|
|
A The prepared Sample request body for a sample data format looks like so -
...