projects.json 538 B

1234567891011121314151617181920212223
  1. {
  2. "projects": [
  3. {
  4. "id": "a379d2b6bd8d4b898733fb1e1b7967f7",
  5. "name": "admin",
  6. "domain_id": "default",
  7. "description": "Bootstrap project for initializing the cloud.",
  8. "enabled": true,
  9. "parent_id": "default",
  10. "is_domain": false,
  11. "tags": [],
  12. "options": {},
  13. "links": {
  14. "self": "http://[redacted]/v3/projects/a379d2b6bd8d4b898733fb1e1b7967f7"
  15. }
  16. }
  17. ],
  18. "links": {
  19. "next": null,
  20. "self": "http://[redacted]/v3/auth/projects",
  21. "previous": null
  22. }
  23. }