Skip to main content

List Keys

GET 

/projects/:projectId/providers/Aruba.Security/kms/:id/keys

List Keys

Request

Path Parameters

    projectId stringrequired
    id stringrequired

Query Parameters

    filter string
    sort string
    projection string
    offset int32
    limit int32
    api-version string

    The requested API version

    Default value: 1

Responses

OK

Schema

    totalint64
    selfstringnullable
    prevstringnullable
    nextstringnullable
    firststringnullable
    laststringnullable

    values

    object[]

  • Array [

  • keyIdstringnullable

    Kms key id

    privateKeyIdstringnullable

    Kms Private key id

    namestringnullable

    Kms key name

    algorithmKeyAlgorithms (string)

    Possible values: [Aes, Rsa]

    creationSourceKeyCreationSource (string)

    Possible values: [Cmp, Other]

    typeKeyTypes (string)

    Possible values: [Symmetric, Asymmetric]

    statusKeyStatuses (string)

    Possible values: [Active, InCreation, Deleting, Deleted, Failed]

  • ]