Get credential set for a target type

get

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet}

Returns the credential set of a target type.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Credentials set returned successfully
Body ()
Root Schema : CredentialSet
Type: object
It represents a Credential Set
Show Source
Match All
Show Source
Nested Schema : supportedCredentialTypesInfo
Type: array
List of supported credential types and columns
Show Source
Nested Schema : CredentialSetCommon
Type: object
It represents information of a Credential Set
Show Source
Nested Schema : CredentialSetPrivilegesCommon
Type: object
It represents information of a Credential Set privileges
Show Source
Nested Schema : SupportedCredentialTypesInfo
Type: object
Supported credential type and its columns associated
Show Source
Nested Schema : typeColumns
Type: object
Additional Properties Allowed
Show Source
Represents a map of type columns for the credential set. The key is the column name and the value represents if this column is sensitive or not.
Examples

401 Response

client is not authenticated
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

target not found or not authorized
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

internal error serving the request
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

indicates that a required service is not available.
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top