GET /phone-home/config
curl \
-X GET https://{{hostname}}/api/v1/phone-home/config
Response examples (200)
{
"enabled": true
}
Response examples (403)
# Headers
x-cloud-error-codes: root.unauthorized.rbac
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}