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:
    doc
    • Method Detail

      • projectApi

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

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

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

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

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

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