Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 407 Bytes

File metadata and controls

20 lines (13 loc) · 407 Bytes

Sentia API

  • Instances

    Return list of instances across all or select list of providers.

    • /api/instances - List all instances from all providers
    • /api/instances/<providers> - List instances from comma-delimited list of providers
    Result
    [
      {id: 'inst1_id', name: 'inst1_name', privateIp: '10.10.10.10', tags: {}},
    ]
    
  • Subnets

    etc. etc.