Interface PacketApi

All Superinterfaces:
AutoCloseable, Closeable

public interface PacketApi extends Closeable
The Packet API is a REST API for managing your services and deployments.

See Also:
  • Method Details

    • projectApi

      ProjectApi projectApi()
      The Packet API includes operations for managing project.
      See Also:
    • deviceApi

      DeviceApi deviceApi(@PathParam("projectId") String projectId)
      This Packet API provides all of the devices
      See Also:
    • facilityApi

      FacilityApi facilityApi()
      This Packet API provides all of the facilities
      See Also:
    • planApi

      PlanApi planApi()
      This Packet API provides all of the plans
      See Also:
    • operatingSystemApi

      OperatingSystemApi operatingSystemApi()
      This Packet API provides all of the operating systems
      See Also:
    • sshKeyApi

      SshKeyApi sshKeyApi()
      This Packet API provides all of the operating systems
      See Also: