Get Kmip
GET/projects/:projectId/providers/Aruba.Security/kms/:id/kmip/:kmipId
Get Kmip
Request
Path Parameters
projectId stringrequired
id stringrequired
kmipId stringrequired
Query Parameters
includeDeleted boolean
Default value:
false
api-version string
The requested API version
Default value:
1
Responses
- 200
- 404
- 500
OK
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
idstringnullable
Kms service id
namestringnullable
Kms service name
typestringnullable
Kms service type
statusServiceStatuses (string)
Possible values: [InCreation
, Active
, Updating
, Deleting
, Deleted
, Failed
, CertificateAvailable
]
creationDatedate-time
Kms service creation date
deletionDatedate-timenullable
Kms service deletion date
{
"id": "string",
"name": "string",
"type": "string",
"status": "InCreation",
"creationDate": "2024-07-29T15:51:28.071Z",
"deletionDate": "2024-07-29T15:51:28.071Z"
}
- Schema
- Example (from schema)
Schema
idstringnullable
Kms service id
namestringnullable
Kms service name
typestringnullable
Kms service type
statusServiceStatuses (string)
Possible values: [InCreation
, Active
, Updating
, Deleting
, Deleted
, Failed
, CertificateAvailable
]
creationDatedate-time
Kms service creation date
deletionDatedate-timenullable
Kms service deletion date
{
"id": "string",
"name": "string",
"type": "string",
"status": "InCreation",
"creationDate": "2024-07-29T15:51:28.071Z",
"deletionDate": "2024-07-29T15:51:28.071Z"
}
- Schema
- Example (from schema)
Schema
idstringnullable
Kms service id
namestringnullable
Kms service name
typestringnullable
Kms service type
statusServiceStatuses (string)
Possible values: [InCreation
, Active
, Updating
, Deleting
, Deleted
, Failed
, CertificateAvailable
]
creationDatedate-time
Kms service creation date
deletionDatedate-timenullable
Kms service deletion date
{
"id": "string",
"name": "string",
"type": "string",
"status": "InCreation",
"creationDate": "2024-07-29T15:51:28.071Z",
"deletionDate": "2024-07-29T15:51:28.071Z"
}
Not Found
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
- Schema
- Example (from schema)
Schema
typestringnullable
titlestringnullable
statusint32nullable
detailstringnullable
instancestringnullable
property name*any
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string"
}
Internal Server Error