Devices

Generates certificate for activation key.

post/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBoxEdge/dataBoxEdgeDevices/{deviceName}/generateCertificate

Path parameters

deviceNamestring required

The device name.

subscriptionIdstring required

The subscription ID.

resourceGroupNamestring required

The resource group name.

Query parameters

api-versionstring required

The API version.

Response

Successfully generated self signed certificate.

publicKeystring

Gets or sets base64 encoded certificate raw data, this is the public part needed to be uploaded to cert vault

privateKeystring

Gets or sets base64 encoded private part of the certificate, needed to form the activation key

expiryTimeInUTCstring

Gets or sets expiry time in UTC

Changes

Changed in 2 of the 17 revisions of this API.33

  • 2019-03-010ab925cce84232See the full diff
    • deleted the path request parameter resourceGroupName

      request-parameter-removed

    • deleted the path request parameter subscriptionId

      request-parameter-removed

    • deleted the query request parameter api-version

      request-parameter-removed

    • api tag DataBoxEdgeDevices added

      api-tag-added

    • api tag Devices removed

      api-tag-removed

  • 2019-03-01ed63986139b11See the full diff
    • endpoint added

      endpoint-added