Skip to content

Commit

Permalink
Merge pull request #57 from ggtakec/update_ghp
Browse files Browse the repository at this point in the history
Updated and Added about TENANT API documents
  • Loading branch information
ggtakec authored Jul 7, 2023
2 parents ad5b1dc + c66938d commit 156c3b8
Show file tree
Hide file tree
Showing 14 changed files with 912 additions and 12 deletions.
3 changes: 3 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ The purpose of the RESOURCE API is to create and update and get and delete a K2H

The purpose of the POLICY API is to define and list ACLs associated with K2HR3 RESOURCES. ACLs determine K2HR3 RESOURCE usage. Each ACL consists of a group of actions(READ, WRITE and EXECUTE) over a K2HR3 RESOURCE and a permission(ALLOW or DENY) to the group of actions. See the [Basic usage](usage_base.html) page about how to apply K2HR3 POLICIes to K2HR3 ROLE's members.

### [TENANT API](api_tenant.html)
The purpose of the TENANT API is to manipulate local TENANTs that work within the K2HR3 cluster. See the [Feature](feature.html) about the TENANT.

### [SERVICE API](api_service.html)

The purpose of the SERVICE API is for a K2HR3 TENANT(as same as OpenStack tenant(or project) when cooperated with OpenStack) to create, show details, update, and delete a information of the K2HR3 SERVICEs of the K2HR3 TENANT. Therefore, each method requires a token scoped to a K2HR3 TENANT scoped token. See the [+SERVICE Usage](usage_service.html) page for the K2HR3 SERVICE details.
Expand Down
7 changes: 3 additions & 4 deletions api_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ prev_url: api_resource.html
prev_string: RESOURCE API
top_url: api.html
top_string: REST API
next_url: api_service.html
next_string: SERVICE API
next_url: api_tenant.html
next_string: TENANT API
---

# POLICY API
Expand Down Expand Up @@ -226,5 +226,4 @@ x-auth-token: U=<Scoped User Token>
204、40x

### Response Body(JSON)


Empty
5 changes: 2 additions & 3 deletions api_policyja.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ prev_url: api_resourceja.html
prev_string: RESOURCE API
top_url: apija.html
top_string: REST API
next_url: api_serviceja.html
next_string: SERVICE API
next_url: api_tenantja.html
next_string: TENANT API
---

# POLICY API
Expand Down Expand Up @@ -227,4 +227,3 @@ x-auth-token: U=<Scoped User Token>

### Response Body(JSON)
なし

4 changes: 2 additions & 2 deletions api_service.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: SERVICE API
short_desc: K2Hdkc based Resource and Roles and policy Rules
lang_opp_file: api_serviceja.html
lang_opp_word: To Japanese
prev_url: api_policy.html
prev_string: POLICY API
prev_url: api_tenant.html
prev_string: TENANT API
top_url: api.html
top_string: REST API
next_url: api_acr.html
Expand Down
4 changes: 2 additions & 2 deletions api_serviceja.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ title: SERVICE API
short_desc: K2Hdkc based Resource and Roles and policy Rules
lang_opp_file: api_service.html
lang_opp_word: To English
prev_url: api_policyja.html
prev_string: POLICY API
prev_url: api_tenantja.html
prev_string: TENANT API
top_url: apija.html
top_string: REST API
next_url: api_acrja.html
Expand Down
Loading

0 comments on commit 156c3b8

Please sign in to comment.