0579dec0b9
This change creates a new page describing the usage of project tags as well as adds in project tag information into existing projects refs. The added document highlights the properties of a project tag, the new API calls created, filtering/searching uses, and examples for each. This change also creates a release note for the changes made that add project tags. Change-Id: Icff11da9412378ae59c6f392f98b05475c7c501d Partially-Implements: bp project-tags
114 lines
3.5 KiB
JSON
114 lines
3.5 KiB
JSON
{
|
|
"links": {
|
|
"next": null,
|
|
"previous": null,
|
|
"self": "http://example.com/identity/v3/projects"
|
|
},
|
|
"projects": [
|
|
{
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "0c4e939acacf4376bdcd1129f1a054ad",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/0c4e939acacf4376bdcd1129f1a054ad"
|
|
},
|
|
"name": "admin",
|
|
"parent_id": null,
|
|
"tags": []
|
|
},
|
|
{
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "0cbd49cbf76d405d9c86562e1d579bd3",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/0cbd49cbf76d405d9c86562e1d579bd3"
|
|
},
|
|
"name": "demo",
|
|
"parent_id": null,
|
|
"tags": []
|
|
},
|
|
{
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "2db68fed84324f29bb73130c6c2094fb",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/2db68fed84324f29bb73130c6c2094fb"
|
|
},
|
|
"name": "swifttenanttest2",
|
|
"parent_id": null,
|
|
"tags": []
|
|
},
|
|
{
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "3d594eb0f04741069dbbb521635b21c7",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/3d594eb0f04741069dbbb521635b21c7"
|
|
},
|
|
"name": "service",
|
|
"parent_id": null,
|
|
"tags": []
|
|
},
|
|
{
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "43ebde53fc314b1c9ea2b8c5dc744927",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/43ebde53fc314b1c9ea2b8c5dc744927"
|
|
},
|
|
"name": "swifttenanttest1",
|
|
"parent_id": null,
|
|
"tags": []
|
|
},
|
|
{
|
|
"is_domain": false,
|
|
"description": "",
|
|
"domain_id": "1bc2169ca88e4cdaaba46d4c15390b65",
|
|
"enabled": true,
|
|
"id": "4b1eb781a47440acb8af9850103e537f",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/4b1eb781a47440acb8af9850103e537f"
|
|
},
|
|
"name": "swifttenanttest4",
|
|
"parent_id": null,
|
|
"tags": []
|
|
},
|
|
{
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "5961c443439d4fcebe42643723755e9d",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/5961c443439d4fcebe42643723755e9d"
|
|
},
|
|
"name": "invisible_to_admin",
|
|
"parent_id": null,
|
|
"tags": []
|
|
},
|
|
{
|
|
"is_domain": false,
|
|
"description": null,
|
|
"domain_id": "default",
|
|
"enabled": true,
|
|
"id": "fdb8424c4e4f4c0ba32c52e2de3bd80e",
|
|
"links": {
|
|
"self": "http://example.com/identity/v3/projects/fdb8424c4e4f4c0ba32c52e2de3bd80e"
|
|
},
|
|
"name": "alt_demo",
|
|
"parent_id": null,
|
|
"tags": []
|
|
}
|
|
]
|
|
}
|