Clear a preferred credential

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/clearPreferredCredential

Clears an existing monitoring credential for the target type or target instance and sets the name provided in the payload.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Schema object to hold Preferred Credential data required in the clearPreferredCredential post action.
Show Source
Match All
Show Source
Nested Schema : PreferredCredentialCommon
Type: object
Common schema object to hold Preferred Credential data
Show Source
Examples

Back to Top

Response

204 Response

Preferred credential cleared successfully
Back to Top