Skip to content

Commit

Permalink
Remove docs for #23235 (certificates in host vitals)
Browse files Browse the repository at this point in the history
Now expected in v4.65.0
  • Loading branch information
rachaelshaw committed Feb 12, 2025
1 parent 152f3c4 commit 57adc43
Showing 1 changed file with 0 additions and 52 deletions.
52 changes: 0 additions & 52 deletions docs/REST API/rest-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2757,32 +2757,6 @@ Returns the information of the specified host.
"label_membership_type": "dynamic"
}
],
"certificates": [ // Available for macOS/iOS/iPadOS hosts
{
"id": 3,
"not_valid_after": "2021-08-19T02:02:17Z",
"not_valid_before": "2021-08-19T02:02:17Z",
"certificate_authority": true,
"common_name": "FleetDM",
"key_algorithm": "rsaEncryption",
"key_strength": 2048,
"key_usage": "CRL Sign, Key Cert Sign",
"serial": 1,
"signing_algorithm": "sha256WithRSAEncryption",
"subject": {
"country": "US",
"organization": "Fleet Device Management Inc.",
"organizational_unit": "Fleet Device Management Inc.",
"common_name": "FleetDM"
},
"issuer": {
"country": "US",
"organization": "Fleet Device Management Inc.",
"organizational_unit": "Fleet Device Management Inc.",
"common_name": "FleetDM"
},
}
],
"packs": [],
"policies": [
{
Expand Down Expand Up @@ -3228,32 +3202,6 @@ This is the API route used by the **My device** page in Fleet desktop to display
"label_membership_type": "dynamic"
}
],
"certificates": [ // Available for macOS/iOS/iPadOS hosts
{
"id": 3,
"not_valid_after": "2021-08-19T02:02:17Z",
"not_valid_before": "2021-08-19T02:02:17Z",
"certificate_authority": true,
"common_name": "FleetDM",
"key_algorithm": "rsaEncryption",
"key_strength": 2048,
"key_usage": "CRL Sign, Key Cert Sign",
"serial": 1,
"signing_algorithm": "sha256WithRSAEncryption",
"subject": {
"country": "US",
"organization": "Fleet Device Management Inc.",
"organizational_unit": "Fleet Device Management Inc.",
"common_name": "FleetDM"
},
"issuer": {
"country": "US",
"organization": "Fleet Device Management Inc.",
"organizational_unit": "Fleet Device Management Inc.",
"common_name": "FleetDM"
},
}
],
"software": [
{
"id": 321,
Expand Down

0 comments on commit 57adc43

Please sign in to comment.