Create a credential set

post

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

Creates a new credential set for the given target. Returns the created Credential Set.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Request payload to create a credential set
Show Source
Nested Schema : supportedCredentialTypes
Type: array
Supported Credential Types
Show Source
Examples

Back to Top

Response

Supported Media Types

201 Response

Credential Set created successfully
Body ()
Root Schema : CredentialSetSummary
Type: object
It represents information of a Credential Set
Show Source
Match All
Show Source
Nested Schema : supportedCredentialTypes
Type: array
Supported Credential Types
Show Source
Nested Schema : CredentialSetCommon
Type: object
It represents information of a Credential Set
Show Source
Examples

400 Response

request is not correct
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

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

403 Response

Forbidden
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

409 Response

Duplicate request
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