/config/net/http/client/insecure

If true, meter-initiated secure HTTPS connections will accept servers whose certificate cannot be validated by the meter. This should normally be set to false.

Get /config/net/http/client/insecure

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

get/config/net/http/client/insecure
Request samples
Response samples
application/json
{
  • "result": false,
  • "error": "Error message (present if an error occurred)."
}

Replace /config/net/http/client/insecure

SecurityApiKey
Request
Request Body schema: application/json
boolean (configNetHttpClientInsecure)

If true, meter-initiated secure HTTPS connections will accept servers whose certificate cannot be validated by the meter. This should normally be set to false.

Responses
200

Normal response.

401

Unauthorized response.

put/config/net/http/client/insecure
Request samples
application/json
false
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Update /config/net/http/client/insecure

SecurityApiKey
Request
Request Body schema: application/json
boolean (configNetHttpClientInsecure)

If true, meter-initiated secure HTTPS connections will accept servers whose certificate cannot be validated by the meter. This should normally be set to false.

Responses
200

Normal response.

401

Unauthorized response.

post/config/net/http/client/insecure
Request samples
application/json
false
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}

Delete /config/net/http/client/insecure

Reset to false.

SecurityApiKey
Responses
200

Normal response.

401

Unauthorized response.

delete/config/net/http/client/insecure
Request samples
Response samples
application/json
{
  • "status": "OK",
  • "error": "Error message (present if an error occurred)."
}