Class InstanceResource


  • @Path("/")
    public class InstanceResource
    extends Object
    This resource API can be used to retrieve instance level information like instance tags.
    • Constructor Detail

      • InstanceResource

        public InstanceResource()
    • Method Detail

      • getInstanceTags

        @GET
        @Path("/instance/tags")
        @Produces("application/json")
        public List<String> getInstanceTags()