URL
GET https://{api-url}/api/v2/tenants/{tenantId}/serviceGroups/{serviceGroupId}/customAttributes
Sample URLs
https://{api-url}/api/v2/tenants/client_93/serviceGroups/SGP-d7657432-3698-4894-a07f-c2ef9aa0789q/customAttributes
Status code
200 OK
Sample response
[{
"id": 1290,
"customAttributeValue": {
"id": 397,
"customAttribute": {
"id": 64,
"name": "custom_attr_from_API_test_1",
"description": "Custom_Attribute_from_API_test_1_Update",
"organization": {
"id": 92,
"uniqueId": "msp_92",
"name": "Brocade Inc",
"activated": true
}
},
"value": "custom_attr_from_API_test__msp_1",
"description": "Desc_Custom_Attribute_from_API_test_1_Update_msp_1"
},
"taggable": {
"id": "SGP-d7657432-3698-4894-a07f-c2ef9aa0789q",
"name": "BB",
"entityType": "ServiceGroup"
},
"tagSource": "OPSRAMP"
},
{
"id": 1275,
"customAttributeValue": {
"id": 409,
"customAttribute": {
"id": 71,
"name": "custom_attr_type_for_service_provider",
"description": "Creating Custom_type for Provider-Update",
"organization": {
"id": 1,
"uniqueId": "org_1",
"name": "OpsRamp SaaS Platform",
"activated": true
}
},
"value": "test_val_2_for_custom_attr_type_for_sp",
"description": "Creating second value for S Provider 2"
},
"taggable": {
"id": "SGP-d7657432-3698-4894-a07f-c2ef9aa0789q",
"name": "BB",
"entityType": "ServiceGroup"
},
"tagSource": "OPSRAMP"
}
]