Checks configuration and returns success/failure results for each component
GET
/V1/adobe_io_events/check_configuration
curl \
--request GET 'https://magento2.winkelstraat.mac/rest/all/V1/adobe_io_events/check_configuration'
Response examples (200)
{
"status": "string",
"technical_service_account_configured": true,
"technical_service_account_can_connect_to_io_events": true,
"provider_id_configured": "string",
"provider_id_valid": true
}
Response examples (200)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<status>string</status>
<technical-service-account-configured type="boolean">true</technical-service-account-configured>
<technical-service-account-can-connect-to-io-events type="boolean">true</technical-service-account-can-connect-to-io-events>
<provider-id-configured>string</provider-id-configured>
<provider-id-valid type="boolean">true</provider-id-valid>
</root>
Response examples (401)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (401)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<message>string</message>
<errors type="array">
<error>
<message>string</message>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
</error>
</errors>
<code type="integer">42</code>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
<trace>string</trace>
</root>
Response examples (default)
{
"message": "string",
"errors": [
{
"message": "string",
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
]
}
],
"code": 42,
"parameters": [
{
"resources": "string",
"fieldName": "string",
"fieldValue": "string"
}
],
"trace": "string"
}
Response examples (default)
<?xml version="1.0" encoding="UTF-8"?>
<root>
<message>string</message>
<errors type="array">
<error>
<message>string</message>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
</error>
</errors>
<code type="integer">42</code>
<parameters type="array">
<parameter>
<resources>string</resources>
<fieldName>string</fieldName>
<fieldValue>string</fieldValue>
</parameter>
</parameters>
<trace>string</trace>
</root>