Skip to content

Latest commit

 

History

History
67 lines (52 loc) · 1.23 KB

reference_element_api_testkeyproviderkmip.adoc

File metadata and controls

67 lines (52 loc) · 1.23 KB
permalink sidebar keywords summary
api/reference_element_api_testkeyproviderkmip.html
sidebar
KMIP,key provider,testing,test
You can use the TestKeyProviderKmip method to test whether the specified Key Management Interoperability Protocol \(KMIP\) key provider is reachable and functioning normally.

TestKeyProviderKmip

You can use the TestKeyProviderKmip method to test whether the specified Key Management Interoperability Protocol (KMIP) key provider is reachable and functioning normally.

Parameters

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

Return values

This method has no return values. The test is considered successful as long as no error is returned.

Request example

Requests for this method are similar to the following example:

{
  "method": "TestKeyProviderKmip",
  "params": {
    "keyProviderID": 15
  },
"id": 1
}

Response example

This method returns a response similar to the following example:

{
   "id": 1,
   "result":
      {}
    }
}

New since version

11.7