You can use the TestKeyProviderKmip method to test whether the specified Key Management Interoperability Protocol (KMIP) key provider is reachable and functioning normally.
This method has the following input parameters:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
keyProviderID | The ID of the key provider to test. | integer | None | Yes |
This method has no return values. The test is considered successful as long as no error is returned.
Requests for this method are similar to the following example:
{ "method": "TestKeyProviderKmip", "params": { "keyProviderID": 15 }, "id": 1 }
This method returns a response similar to the following example:
{ "id": 1, "result": {} } }
11.7