Hi @ww1m6 ,
From the next Skyline version it will be possible using this payload, Replace with your details:
{
"enabled": true,
"export-targets": {
"add": [
{
"client-auth": {
"basic": {
"username": "admin",
"password": "admin"
},
"token": {
"custom-header": {
"key": "aaaaaa",
"value": "bbbbbb"
}}
},
"enabled": true,
"server-auth": {
"ca-public-key": {
"type": "PEM-X509",
"value": "-----BEGIN CERTIFICATE-----AAAABB==-----END CERTIFICATE-----"
}
},
"name": "AABBCC",
"type": "prometheus-remote-write",
"url": "https://example.com/api/v1/write"
}
]
}
}
Skipping TLS is not currently part of the roadmap - Please open a formal request to Check Point, and we will look into whether it can be integrated.