Skip to content

Latest commit

 

History

History
60 lines (40 loc) · 1.64 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.64 KB

ConoHa-API

ConoHa API Documantation for Postman,


ConoHa API Documantation

Usage

  • 1.Please install POSTMAN
  • 2.Please import to JSON
  • 3.Set Your Parameters
  • 4.GET Token

1.install POSTMAN

POSTMAN

POSTMAN GITHUB

2.Import JSON



import from link

environment

collections

3.Set Parameters

Change Your Parameters.

Parameter Value Style Description
username ユーザー名 plain ユーザ名
password ユーザーパスワード plain ユーザパスワード
tenantId (Optional) Tenant ID plain テナントID



4.GET Token

Identity

POST /v2.0/tokens

{ "auth": 
  { "passwordCredentials": 
    { "username": "{{username}}", 
      "password": "{{password}}"
    },
    "tenantId": "{{tenant_id}}"
  }
}