v16.0.0 v15.0.0 v14.0.0 v13.0.0

  • General
  • Commands
  • Modules

On this page:
  • apm resource webtop-link
  • CloudDocs Home > F5 TMSH Reference > apm resource webtop-link

Version notice:

apm resource webtop-linkΒΆ

apm resource webtop-link(1)				BIG-IP TMSH Manual			       apm resource webtop-link(1)

NAME
       webtop-link - Configures a webtop link resource.

MODULE
       apm resource

SYNTAX
       Configure the webtop-link component within the resource module using the syntax shown in the following sections.

   CREATE/MODIFY
	create webtop-link [name]
	modify webtop-link [name]
	  options:
	    application-uri [string]
	    app-service [[string] | none]
	    customization-group [string]
	    description [[string] | none]
	    location-specific [true | false]

	edit webtop-link [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all

   DISPLAY
	list webtop-link
	list webtop-link [ [ [name] | [glob] | [regex] ] ... ]
	show running-config webtop-link
	show running-config webtop-link [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

	show webtop-link
	show webtop-link [name]

   DELETE
	delete webtop-link [name]

DESCRIPTION
       Configures the settings necessary to define a link to a webtop that is displayed to the end-user as part of the access
       policy execution.

EXAMPLES
       create webtop-link mywebtoplinkcg1 application-uri "http://www.externalsite.com/"
	    Creates a webtop named mywebtoplinkcg1 with the application-uri of http://www.externalsite.com/.

OPTIONS
       application-uri
	    Specifies the application URI of the external portal to which this resource provides access for this webtop link. This
	    is a required setting.

       app-service
	    Specifies the name of the application service to which the object belongs. The default value is none. Note: If the
	    strict-updates option is enabled on the application service that owns the object, you cannot modify or delete the
	    object. Only the application service can modify or delete the object.

       customization-group
	    Specifies the customization settings for the webtop.

	    Note: You must create a customization group of type webtop before you can create a webtop resource. If you do not
	    specify a customization group, a group will be created automatically.

       description
	    Specifies a description of the resource. The default is none.

       location-specific
	    Specifies whether or not this object contains one or more attributes with values that are specific to the location
	    where the BIG-IP device resides. The location-specific attribute is either true or false. When using policy sync, mark
	    an object as location-specific to prevent errors that can occur when policies reference objects, such as
	    authentication servers, that are specific to a certain location.

SEE ALSO
       tmsh

COPYRIGHT
       No part of this program may be reproduced or transmitted in any form or by any means, electronic or mechanical, including
       photocopying, recording, or information storage and retrieval systems, for any purpose other than the purchaser's personal
       use, without the express written permission of F5 Networks, Inc.

       F5 Networks and BIG-IP (c) Copyright 2011-2012. All rights reserved.

BIG-IP							    2012-10-24				       apm resource webtop-link(1)