get https://{hostname}/concerto/services/rest/RepositoryService/v1/Objects/
Gets a list of repository objects, filtered by attributes.
Responses
400Bad request. The URL or JSON request object is invalid.
Gets a list of repository objects, filtered by attributes.
400Bad request. The URL or JSON request object is invalid.
xxxxxxxxxx
curl --request GET \
--url https://hostname/concerto/services/rest/RepositoryService/v1/Objects/alert \
--header 'accept: application/json'
xxxxxxxxxx
52}
{
"objects": [
{
"attributes": [
{
"name": "domain",
"value": "akamai.com"
},
{
"name": "apiKey",
"value": "XXXXX-YYYYY-ZZZZZ-XXXXX-YYYYY"
}
],
"body": "<Domain xmlns=\"http://www.soasta.com/services/repository\"></Domain>",
"created": "2022-01-01T00:00:00.000+0000",
"deleted": false,
"effectivePermissions": {
"fullControl": true,
"read": true,
"use": true,
"write": true
},
"hidden": false,
"id": 10000,
"lastModified": "2022-01-01T00:00:00.000+0000",