Update VICAL configuration
Update the VICAL configuration for the requested ecosystem
SecuritybearerAuth
Request
path Parameters
Request Body schema: application/jsonrequired
Responses
200
VICAL configuration updated
400
Bad Request. The request was malformed or missing required parameters.
put/v1/ecosystems/{ecosystemId}/vicals/configuration
Request samples
- Payload
- curl
- Node.js
- JavaScript
- Python
- C#
- Java
application/json
{- "vicalProvider": "Mattr",
- "vicalProviderFullName": "MATTR Limited",
- "certificateCountry": "NZ",
- "certificateCommonName": "Example Certificate Common Name"
}
Response samples
- 200
- 400
application/json
{- "vicalProvider": "Mattr",
- "vicalProviderFullName": "MATTR Limited",
- "certificateCountry": "NZ",
- "certificateCommonName": "Example Certificate Common Name"
}
Retrieve VICAL configuration
Retrieve the VICAL configuration from the requested ecosystem
SecuritybearerAuth
Request
Responses
200
VICAL confguration retrieved
404
Not Found. The specified resource was not found.
get/v1/ecosystems/{ecosystemId}/vicals/configuration
Request samples
- curl
- Node.js
- JavaScript
- Python
- C#
- Java
Response samples
- 200
application/json
{- "vicalProvider": "Mattr",
- "vicalProviderFullName": "MATTR Limited",
- "certificateCountry": "NZ",
- "certificateCommonName": "Example Certificate Common Name"
}
Delete VICAL configuration
Delete the VICAL configuration for the requested ecosystem
SecuritybearerAuth
Request
Responses
204
VICAL configuration deleted
404
Not Found. The specified resource was not found.
delete/v1/ecosystems/{ecosystemId}/vicals/configuration
Request samples
- curl
- Node.js
- JavaScript
- Python
- C#
- Java