Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.39 KB

FdeApi.md

File metadata and controls

46 lines (29 loc) · 1.39 KB

\FdeApi

All URIs are relative to https://console.jumpcloud.com/api/v2

Method HTTP request Description
SystemsGetFDEKey Get /systems/{system_id}/fdekey Get System FDE Key

SystemsGetFDEKey

Systemfdekey SystemsGetFDEKey(ctx, systemId, optional) Get System FDE Key

This endpoint will return the current (latest) fde key saved for a system.

Required Parameters

Name Type Description Notes
ctx context.Context context for logging, tracing, authentication, etc.
systemId string
optional map[string]interface{} optional parameters nil if no parameters

Optional Parameters

Optional parameters are passed through a map[string]interface{}.

Name Type Description Notes
systemId string
xOrgId string [default to ]

Return type

Systemfdekey

Authorization

x-api-key

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]