Download OpenAPI specification:Download
Kafka message dispatcher server.
Get the kafka request and response topic map corresponding to policy type
policyTypeId required | string (PolicyTypeId) Policy type identifier assigned by the A1-P Provider |
{- "policy_type": {
- "request_topic": "kafkatopicreq",
- "response_topic": "kafkatopicres"
}
}
Dispatch create and update operation as kafka message to kafka cluster
policyTypeId required | string (PolicyTypeId) Policy type identifier assigned by the A1-P Provider |
policyId required | string (A1PolicyId) A1 policy identifier. |
A generic policy object
{ }
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string"
}
Dispatch policy delete opertion as kafka message to kafka cluster
policyTypeId required | string (PolicyTypeId) Policy type identifier assigned by the A1-P Provider |
policyId required | string (A1PolicyId) A1 policy identifier. |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string"
}
Dispatch policy status query opertion as kafka message to kafka cluster
policyTypeId required | string (PolicyTypeId) Policy type identifier assigned by the A1-P Provider |
policyId required | string (A1PolicyId) A1 policy identifier. |
{- "type": "string",
- "title": "string",
- "status": 0,
- "detail": "string",
- "instance": "string"
}