sys application serviceΒΆ

sys application service(1)			  BIG-IP TMSH Manual			   sys application service(1)

NAME
       service - Configures traffic management application services.

MODULE
       sys application

SYNTAX
       Modify the service component within the sys application module using the syntax shown in the following
       sections.

   CREATE/MODIFY
	create service [name]
	modify service [name]
	 options:
	  description [string]
	  device-group [[string] | default | non-default | none]
	  execute-action [name]
	  lists [add | delete | modify | replace-all-with] {
	     [name] {
	       options:
		value { [string]... }
		value none
		encrypted [yes | no]
	     }
	  }
	  lists none
	  strict-updates [disabled | enabled]
	  tables [add | delete | modify | replace-all-with] {
	     [name] {
	       options:
		column-names { [name] ... }
		encrypted-columns { [name] ... }
		rows { { row { [value] ... } row { [value] ... } ... } }
		rows none
	     }
	  }
	  tables none
	  template [name]
	  traffic-group [[string] | default | non-default | none]
	  variables [add | delete | modify | replace-all-with] {
	     [name] {
	       options:
		value [string]
		encrypted [yes | no]
	     }
	  }
	  variables none

	  metadata
	    [add | delete | modify] {
	      [metadata_name ... ] {
		value [ "value content" ]
		persist [ true | false ]
	      }
	  }

	edit service [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

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

       Note: Application Service objects are always created in a subfolder of the current folder. Make sure the
       correct path is used to display the service. E.G list myapplication.app/myapplication

   DELETE
	delete service [name]

OPTIONS
       You can use these options with the service component:

       description
	    User defined description.

       device-group
	    Specifies the name of the device group to which the application service is assigned. If this property is
	    modified with the default keyword, the value of the parent folder or partition will be used and the
	    inherited-devicegroup property will be set to true.

       execute-action
	    Runs the specified template action associated with the service.

       glob Displays the items that match the glob expression. See help glob for a description of glob expression
	    syntax.

       lists
	    Provides the set of list variables and values that are passed to template scripts.

       metadata
	    Associates user defined data, each of which has name and value pair and persistence. The default value is
	    persistent, which means the data will be saved into the config file.

       regex
	    Displays the items that match the regular expression. The regular expression must be preceded by an at
	    sign (@[regular expression]) to indicate that the identifier is a regular expression. See help regex for
	    a description of regular expression syntax.

       strict-updates
	    Specifies whether configuration objects contained in the application service can be directly modified
	    outside the context of the system's application service management interfaces.

       tables
	    Provides the set of table variables and values that are passed to template scripts.

       template
	    The template defines the configuration for the application service. Generic application service has no
	    template associated with it. This can be changed after the service has been created to move the service
	    to a new template. A templated application service can be converted to a generic application service by
	    setting new template to none or empty string. Similarly a generic application service can be made
	    templated by associating it with the existing template.

       template-modified
	    Indicates that the application template used to deploy the service has been modified. The application
	    service should be updated to make use of the latest changes.

       template-prerequisite-errors
	    Indicates any missing prerequisites associated with the template that defines this application.

       traffic-group
	    The name of the traffic group that the application service is assigned to. If this property is modified
	    with the "default" keyword, the value of the parent folder or partition will be used and the inherited-
	    trafficgroup property will be set to true.

       variables
	    The set of atomic variables and values that are passed to template scripts.

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

BIG-IP						      2014-07-28			   sys application service(1)