api-protection serverΒΆ

api-protection server(1)			  BIG-IP TMSH Manual			     api-protection server(1)

NAME
       server - Manages servers for API Protection Profile.

MODULE
       api-protection server

SYNTAX
       Configure the server component within the api-protection module using the following syntax.

   CREATE/MODIFY
	create server [name]
	modify server [name]
	  options
	    app-service [[string] | none]
	    description [[string] | none]
	    serverssl-profile [[string] | none]
	    url [string]

	edit server [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties
	    one-line

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

   DELETE
	delete server [name]

DESCRIPTION
       You can use the server component to create and manage servers that can be used by the API Protection profile.

EXAMPLES
	      create server serverA {
		 description "Server A"
		 serverssl-profile apm-default-serverssl
		 url "https://abc.com"
	       }

	   Creates a server named serverA with url https://abc.com and references a serverssl-profile.

	       list server

	   Displays a list of servers.

	       delete server serverA

	   Deletes the server named serverA.

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.

       [name]
	    Specifies the name of the server object. This setting is required.

       description
	    Specifies the description of the server.

       partition
	    Displays the partition within which the component resides.

       serverssl-profile
	    References a serverssl-profile. This setting is required when url is of https scheme.

       url  Speicifies the URL of the server.

SEE ALSO
       api-protection profile apiprotection

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 2018. All rights reserved.

BIG-IP						      2018-07-09			     api-protection server(1)