Get a protection updates note

GET /api/endpoint/protection_updates_note/{package_policy_id}

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/protection_updates_note/{package_policy_id}

Refer to Spaces for more information.

Path parameters

  • package_policy_id string Required

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • note string
GET /api/endpoint/protection_updates_note/{package_policy_id}
curl \
 --request GET 'http://localhost:5601/api/endpoint/protection_updates_note/{package_policy_id}' \
 --header "Authorization: $API_KEY"