wam resource urlΒΆ

wam resource url(1)					BIG-IP TMSH Manual				       wam resource url(1)

NAME
       url - Configures a URL resource for WebAccelerator for use in reordering whitelists

MODULE
       wam resource

SYNTAX
       Configure the url component within the wam resource module using the syntax shown in the following sections.

   CREATE/MODIFY
	create url [name]
	modify url [name]
	  options:
	   app-service [[string] | none]
	   url [url]
	   type [css|js]

   DISPLAY
	list url [name ...]

   DELETE
	delete url [name ...]

DESCRIPTION
       You can use the url component to manage the URL resources used by the WebAccelerator JavaScript and CSS reordering
       features. A URL resource must be created, then added to the appropriate whitelist on a WebAccelerator policy node in order
       for the corresponding URL to be reordered.

EXAMPLES
       create url test.css url http://www.example.com/test.css type css

       Creates a URL resource for the URL http://www.example.com/test.css for use in CSS reordering whitelists.

       list url test.css

       Displays properties of the URL resource named test.css.

       delete url test.css

       Deletes the URL resource named test.css.

OPTIONS
       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.

       url  Specifies the URL described by the URL resource.

       type Either "css" or "js". Specifies whether the URL resource is to be used for CSS or JavaScript reordering.

SEE ALSO
       create, delete, edit, list, modify, show, 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-2013. All rights reserved.

BIG-IP							    2013-04-12					       wam resource url(1)