...
Code Block |
---|
language | js |
---|
linenumbers | true |
---|
|
{
"name": "kafka_token"
"description": "testing Kafka Day 2 config configuration",
"rb-name": "kafka",
"rb-version": "1.0",
} |
Command to UPLOAD Template:
...
Code Block |
---|
|
curl -i -X PUT http://localhost:8081/v1/rb/definition/{name}/{version}/profile/{name}/config/{name} |
This command returns the following JSON which contains config-version.
Code Block |
---|
language | js |
---|
title | Profile JSON Body |
---|
|
{
"rb-name":"kafka",
"rb-version":"kafka-config-1",
"profile-name":"1234567890",
"template-name": "kafka-token"
"config-name": "kafka_token_1"
"config-version":"3"
}
} |
Command to ROLLBACK configuration Values
...