apm aaa endpoint-management-systemΒΆ

apm aaa endpoint-management-syBIG-IP)TMSHapmnaaa endpoint-management-system(1)



NAME
       endpoint-management-system - Manages an integration with a remote
       Mobile Device Management (MDM) server.

MODULE
       apm aaa

SYNTAX
       Configure the endpoint-management-system component within the aaa
       module using the syntax shown in the following sections.

   CREATE/MODIFY
	create endpoint-management-system [name]
	   options:
	    type [airwatch | maas360]
	    fqdn [string]
	    port [port]
	    serverssl-profile [name]
	    description [[string] | none]
	    username [string]
	    password [string]
	    mdm-token [[string] | none]
	    billing-id [[string] | none]
	    application-id [[string] | none]
	    access-key [[string] | none]
	    platform [[string] | none]
	    app-version [[string] | none]
	    sync-interval [[integer] | none]
	    location-specific [true | false]
	modify endpoint-management-system [name]
	  options:
	    fqdn [string]
	    port [port]
	    serverssl-profile [name]
	    description [[string] | none]
	    username [string]
	    password [string]
	    mdm-token [[string] | none]
	    billing-id [[string] | none]
	    application-id [[string] | none]
	    access-key [[string] | none]
	    platform [[string] | none]
	    app-version [[string] | none]
	    sync-interval [[integer] | none]
	    location-specific [true | false]

	edit endpoint-management-system [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    non-default-properties

   DISPLAY
	list endpoint-management-system
	list endpoint-management-system [ [ [name] | [glob] | [regex] ] ... ]
	  options:
	    all-properties
	    app-service
	    non-default-properties
	    one-line
	    partition

   DELETE
	delete endpoint-management-system [name]

DESCRIPTION
       You can use the endpoint-management-system component to manage an
       integration with remote Mobile Device Management (MDM) server.

EXAMPLES
       create endpoint-management-system MyEndpointManagementSystem { type
       airwatch fqdn "server01.company.com" port 443 serverssl-profile
       serverssl username "administrator" password "!My123Password" mdm-token
       "token" }
	    Creates the endpoint management system named
	    MyEndpointManagementSystem with MDM API URL
	    server01.company.com:port, sets serverssl-profile to serverssl,
	    sets the MDM administrator user name  to administrator and the
	    password to !My123Password, and sets the API token to token.

       delete endpoint-management-system MyEndpointManagementSystem
	    Deletes the endpoint management system named
	    MyEndpointManagementSystem from the system.

OPTIONS
       [name]
	    Specifies the name for the endpoint management system. This
	    setting is required.

       type Specifies the type of endpoint management system: airwatch or
	    maas360. This setting is required.

       fqdn Specifies the fully qualified domain name. This setting is
	    required.

       port Specifies the port number. Default is 443

       serverssl-profile
	    Specifies the server SSL profile. This setting is required.

       description
	    Specifies a description for the component. The default is none.

       username
	    Specifies the user name of the MDM administrator. This setting is
	    required.

       password
	    Specifies the password the MDM administrator uses to log in. This
	    setting is required.

       mdm-token
	    Specifies the API token.

       billing-id
	    Specifies the billing ID for the user's IBM Maas360 account.

       application-id
	    Specifies the application ID provided by IBM Maas360.

       access-key
	    Specifies the access key provided by IBM Maas360.

       platform
	    Specifies the platform version of the IBM Maas360 console.

       app-version
	    Specifies the current version number of the application that
	    corresponds to the account.

       sync-interval
	    Specifies the length of time it takes for the synchronization to
	    complete. The default is 240 minutes.

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



BIG-IP				  2015-10apm aaa endpoint-management-system(1)