{ "operationId": "getGlobalTargetProperty", "method": "GET", "path": "/globalTargetProperties/{globalTargetPropertyId}", "summary": "Oracle Enterprise Manager Get Global Target Property Details", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getglobaltargetproperty200Example", "example": { "globalTargetPropertyId": "500123", "propertyName": "example_value", "propertyDisplayName": "example_value", "description": "A sample description.", "propertyType": "STRING", "hasValidValues": true } } ] }