Ping API エンドポイント
公開情報とすることが可能な、この Tower インスタンスについての基本情報を表示します。
GET /api/v1/ping/
HTTP 200 OK
Content-Type: application/json
Vary: Accept
Allow: GET, HEAD, OPTIONS
X-API-Time: 0.003s
{
    "instances": {
        "primary": "localhost",
        "secondaries": []
    },
    "ha": false,
    "role": "primary",
    "version": "2.2.2"
}
 
 
オプションエンドポイントの確認
オプションエンドポイント テーブルでは、このエンドポイントのオプションを確認できます。ブラウザー表示が可能な API でエンドポイントを表示している場合は、「オプション」ボタンをクリックすると以下の raw JSON が表示されます。
    
        | name | 
        
            Ping
         | 
    
    
        | description | 
        
            A simple view that reports very basic information about this Tower
instance, which is acceptable to be public information.
         | 
    
    
        | renders | 
        
            
                
                    | 0 | 
                    
                        application/json
                     | 
                 
                
                    | 1 | 
                    
                        text/html
                     | 
                 
             
         | 
    
    
        | parses | 
        
            
         | 
    
    
        | added_in_version | 
        
            2.1.0
         |