Unwired Server Management API

Sybase Unwired Platform includes a Java API that opens the administration and configuration of Sybase Unwired Platform to Java client applications you create. By building a custom client with the administration client API, you can build custom application to support Sybase Unwired Platform administration features and functionality within an existing IT management infrastructure.

The client you create connects to Unwired Server via Sybase Control Center embedded management server and Sybase Control Center. For details, see Developer Guide for Unwired Server Management API.

The administration client API includes these administration interfaces:
Interface Includes methods that
SUPServer Command and control operations for an Unwired Server instance, for example start, stop, and ping.
SUPCluster Manage cluster security, monitoring configuration and domain creation for a cluster instance, and so on.
SUPDomain Manage domains, deploy packages to a domain, set security configurations for a domain, and so on.
SUPPackage Configure packages by setting up subscriptions, configuring cache groups, configuring endpoint properties, and so on.
SUPMobileBusinessObject View mobile business object properties, operations, errors, endpoints, and so on.
SUPOperations View operation properties, errors, endpoints, and so on.
SUPApplication Manage applications, application connections, and application connection templates
SUPMonitor Perform monitoring functions like viewing histories, summaries, details, and performance data for various platform components, and export data as required.
SUPServerLog View, filter, delete and refresh logs, configure appenders, and so on, for Unwired Server and its embedded services like replication and messaging synchronization.
SUPDomainLog Configure domain log settings and view, filter, delete domain logs entries, and so on.
SUPServerConfiguration Configure an Unwired Server instance, as well as its listeners. All methods of this interface, except the apple push notification-related properties are metadata-based.
SUPSecurityConfiguration Create, manage, and configure a security configuration with at least one authentication provider. You can add other providers (authentication, authorization, attribution, and audit) as required.
SUPMobileWorkflow Manage and configure deployed mobile workflow packages.