Skip to content

lkx007/nsx-t-api-java

Repository files navigation

swagger-java-client

NSX-T Manager API

  • API version: 2.5.1.0.0
    • Build date: 2020-02-19T07:44:41.574+08:00[Asia/Shanghai]

VMware NSX-T Manager REST API

Automatically generated by the Swagger Codegen

Requirements

Building the API client library requires:

  1. Java 1.7+
  2. Maven/Gradle

Installation

To install the API client library to your local Maven repository, simply execute:

mvn clean install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn clean deploy

Refer to the OSSRH Guide for more information.

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>io.swagger</groupId>
  <artifactId>swagger-java-client</artifactId>
  <version>1.0.0</version>
  <scope>compile</scope>
</dependency>

Gradle users

Add this dependency to your project's build file:

compile "io.swagger:swagger-java-client:1.0.0"

Others

At first generate the JAR by executing:

mvn clean package

Then manually install the following JARs:

  • target/swagger-java-client-1.0.0.jar
  • target/lib/*.jar

Getting Started

Please follow the installation instruction and execute the following Java code:

import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        try {
            RegistrationToken result = apiInstance.createRegistrationToken();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#createRegistrationToken");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        RoleBinding body = new RoleBinding(); // RoleBinding | 
        try {
            RoleBinding result = apiInstance.createRoleBinding(body);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#createRoleBinding");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        try {
            apiInstance.deleteAllStaleRoleBindingsDeleteStaleBindings();
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#deleteAllStaleRoleBindingsDeleteStaleBindings");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String token = "token_example"; // String | Registration token
        try {
            apiInstance.deleteRegistrationToken(token);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#deleteRegistrationToken");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String bindingId = "bindingId_example"; // String | User/Group's id
        try {
            apiInstance.deleteRoleBinding(bindingId);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#deleteRoleBinding");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String cursor = "cursor_example"; // String | Opaque cursor to be used for getting next page of records (supplied by current result page)
        String includedFields = "includedFields_example"; // String | Comma separated list of fields that should be included in query result
        String name = "name_example"; // String | User/Group name
        Long pageSize = 789L; // Long | Maximum number of results to return in this page (server may return fewer)
        Boolean sortAscending = true; // Boolean | 
        String sortBy = "sortBy_example"; // String | Field by which records are sorted
        String type = "type_example"; // String | Type
        try {
            RoleBindingListResult result = apiInstance.getAllRoleBindings(cursor, includedFields, name, pageSize, sortAscending, sortBy, type);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getAllRoleBindings");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        try {
            RoleListResult result = apiInstance.getAllRolesInfo();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getAllRolesInfo");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        try {
            UserInfo result = apiInstance.getCurrentUserInfo();
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getCurrentUserInfo");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String searchString = "searchString_example"; // String | Search string to search for. 
        String cursor = "cursor_example"; // String | Opaque cursor to be used for getting next page of records (supplied by current result page)
        String includedFields = "includedFields_example"; // String | Comma separated list of fields that should be included in query result
        Long pageSize = 789L; // Long | Maximum number of results to return in this page (server may return fewer)
        Boolean sortAscending = true; // Boolean | 
        String sortBy = "sortBy_example"; // String | Field by which records are sorted
        try {
            VidmInfoListResult result = apiInstance.getGroupVidmSearchResult(searchString, cursor, includedFields, pageSize, sortAscending, sortBy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getGroupVidmSearchResult");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String token = "token_example"; // String | Registration token
        try {
            RegistrationToken result = apiInstance.getRegistrationToken(token);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getRegistrationToken");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String bindingId = "bindingId_example"; // String | User/Group's id
        try {
            RoleBinding result = apiInstance.getRoleBinding(bindingId);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getRoleBinding");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String role = "role_example"; // String | Role Name
        try {
            RoleWithFeatures result = apiInstance.getRoleInfo(role);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getRoleInfo");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String searchString = "searchString_example"; // String | Search string to search for. 
        String cursor = "cursor_example"; // String | Opaque cursor to be used for getting next page of records (supplied by current result page)
        String includedFields = "includedFields_example"; // String | Comma separated list of fields that should be included in query result
        Long pageSize = 789L; // Long | Maximum number of results to return in this page (server may return fewer)
        Boolean sortAscending = true; // Boolean | 
        String sortBy = "sortBy_example"; // String | Field by which records are sorted
        try {
            VidmInfoListResult result = apiInstance.getUserVidmSearchResult(searchString, cursor, includedFields, pageSize, sortAscending, sortBy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getUserVidmSearchResult");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        String searchString = "searchString_example"; // String | Search string to search for. 
        String cursor = "cursor_example"; // String | Opaque cursor to be used for getting next page of records (supplied by current result page)
        String includedFields = "includedFields_example"; // String | Comma separated list of fields that should be included in query result
        Long pageSize = 789L; // Long | Maximum number of results to return in this page (server may return fewer)
        Boolean sortAscending = true; // Boolean | 
        String sortBy = "sortBy_example"; // String | Field by which records are sorted
        try {
            VidmInfoListResult result = apiInstance.getVidmSearchResult(searchString, cursor, includedFields, pageSize, sortAscending, sortBy);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#getVidmSearchResult");
            e.printStackTrace();
        }
    }
}
import io.swagger.client.*;
import io.swagger.client.auth.*;
import io.swagger.client.model.*;
import io.swagger.client.api.ManagementPlaneApiAaaApi;

import java.io.File;
import java.util.*;

public class ManagementPlaneApiAaaApiExample {

    public static void main(String[] args) {
        ApiClient defaultClient = Configuration.getDefaultApiClient();
        // Configure HTTP basic authorization: BasicAuth
        HttpBasicAuth BasicAuth = (HttpBasicAuth) defaultClient.getAuthentication("BasicAuth");
        BasicAuth.setUsername("YOUR USERNAME");
        BasicAuth.setPassword("YOUR PASSWORD");

        ManagementPlaneApiAaaApi apiInstance = new ManagementPlaneApiAaaApi();
        RoleBinding body = new RoleBinding(); // RoleBinding | 
        String bindingId = "bindingId_example"; // String | User/Group's id
        try {
            RoleBinding result = apiInstance.updateRoleBinding(body, bindingId);
            System.out.println(result);
        } catch (ApiException e) {
            System.err.println("Exception when calling ManagementPlaneApiAaaApi#updateRoleBinding");
            e.printStackTrace();
        }
    }
}

Documentation for API Endpoints

All URIs are relative to https://nsxmanager.your.domain/api/v1

Class Method HTTP request Description
ManagementPlaneApiAaaApi createRegistrationToken POST /aaa/registration-token Create registration access token
ManagementPlaneApiAaaApi createRoleBinding POST /aaa/role-bindings Assign roles to User or Group
ManagementPlaneApiAaaApi deleteAllStaleRoleBindingsDeleteStaleBindings POST /aaa/role-bindings?action=delete_stale_bindings Delete all stale role assignments
ManagementPlaneApiAaaApi deleteRegistrationToken DELETE /aaa/registration-token/{token} Delete registration access token
ManagementPlaneApiAaaApi deleteRoleBinding DELETE /aaa/role-bindings/{binding-id} Delete user/group's roles assignment
ManagementPlaneApiAaaApi getAllRoleBindings GET /aaa/role-bindings Get all users and groups with their roles
ManagementPlaneApiAaaApi getAllRolesInfo GET /aaa/roles Get information about all roles
ManagementPlaneApiAaaApi getCurrentUserInfo GET /aaa/user-info Get information about logged-in user. The permissions parameter of the NsxRole has been deprecated.
ManagementPlaneApiAaaApi getGroupVidmSearchResult GET /aaa/vidm/groups Get all the User Groups where vIDM display name matches the search key case insensitively. The search key is checked to be a substring of display name. This is a non paginated API.
ManagementPlaneApiAaaApi getRegistrationToken GET /aaa/registration-token/{token} Get registration access token
ManagementPlaneApiAaaApi getRoleBinding GET /aaa/role-bindings/{binding-id} Get user/group's role information
ManagementPlaneApiAaaApi getRoleInfo GET /aaa/roles/{role} Get role information
ManagementPlaneApiAaaApi getUserVidmSearchResult GET /aaa/vidm/users Get all the users from vIDM whose userName, givenName or familyName matches the search key case insensitively. The search key is checked to be a substring of name or given name or family name. This is a non paginated API.
ManagementPlaneApiAaaApi getVidmSearchResult POST /aaa/vidm/search Get all the users and groups from vIDM matching the search key case insensitively. The search key is checked to be a substring of name or given name or family name of user and display name of group. This is a non paginated API.
ManagementPlaneApiAaaApi updateRoleBinding PUT /aaa/role-bindings/{binding-id} Update User or Group's roles
ManagementPlaneApiAggregationServiceConfigurationApi getAggregationServiceGlobalConfig GET /hpm/global-config Read global health performance monitoring configuration
ManagementPlaneApiAggregationServiceConfigurationApi getFeatureStackConfiguration GET /hpm/features/{feature-stack-name} Read health performance monitoring configuration for feature stack
ManagementPlaneApiAggregationServiceConfigurationApi listFeatureStackConfigurations GET /hpm/features List all health performance monitoring feature stacks
ManagementPlaneApiAggregationServiceConfigurationApi resetAggregationServiceFeatureStackConfigurationResetCollectionFrequency POST /hpm/features/{feature-stack-name}?action=reset_collection_frequency Reset the data collection frequency configuration setting to the default values
ManagementPlaneApiAggregationServiceConfigurationApi updateAggregationServiceGlobalConfig PUT /hpm/global-config Set the global configuration for aggregation service related data collection
ManagementPlaneApiAggregationServiceConfigurationApi updateFeatureStackConfiguration PUT /hpm/features/{feature-stack-name} Update health performance monitoring configuration for feature stack
ManagementPlaneApiApiServicesApiRequestBatchingApi registerBatchRequest POST /batch Register a Collection of API Calls at a Single End Point
ManagementPlaneApiApiServicesAuthenticationApi readAuthenticationPolicyProperties GET /node/aaa/auth-policy Read node authentication policy configuration
ManagementPlaneApiApiServicesAuthenticationApi updateAuthenticationPolicyProperties PUT /node/aaa/auth-policy Update node authentication policy configuration
ManagementPlaneApiApiServicesTaskManagementApi listTasks GET /tasks Get information about all tasks
ManagementPlaneApiApiServicesTaskManagementApi readTaskProperties GET /tasks/{task-id} Get information about the specified task
ManagementPlaneApiApiServicesTaskManagementApi readTaskResult GET /tasks/{task-id}/response Get the response of a task
ManagementPlaneApiAppDiscoveryApi addAppProfile POST /app-discovery/app-profiles Adds a new app profile
ManagementPlaneApiAppDiscoveryApi deleteAppDiscoverySession DELETE /app-discovery/sessions/{session-id} Cancel and delete the application discovery session
ManagementPlaneApiAppDiscoveryApi deleteAppProfile DELETE /app-discovery/app-profiles/{app-profile-id} Delete App Profile
ManagementPlaneApiAppDiscoveryApi getAppDiscoverySession GET /app-discovery/sessions/{session-id} Returns the status of the application discovery session and other details
ManagementPlaneApiAppDiscoveryApi getAppDiscoverySessionAppProfiles GET /app-discovery/sessions/{session-id}/app-profiles application profiles in this application discovery session
ManagementPlaneApiAppDiscoveryApi getAppDiscoverySessionInstalledApps GET /app-discovery/sessions/{session-id}/installed-apps Returns the details of the installed apps for the app profile ID in that session
ManagementPlaneApiAppDiscoveryApi getAppDiscoverySessionNsGroupMembers GET /app-discovery/sessions/{session-id}/ns-groups/{ns-group-id}/members vms in the ns-group of the application discovery session
ManagementPlaneApiAppDiscoveryApi getAppDiscoverySessionNsGroups GET /app-discovery/sessions/{session-id}/ns-groups ns-groups in this application discovery session
ManagementPlaneApiAppDiscoveryApi getAppDiscoverySessionSummary GET /app-discovery/sessions/{session-id}/summary Returns the summary of the application discovery session
ManagementPlaneApiAppDiscoveryApi getAppDiscoverySessions GET /app-discovery/sessions Returns the list of the application discovery sessions available
ManagementPlaneApiAppDiscoveryApi getAppProfileDetails GET /app-discovery/app-profiles/{app-profile-id} Returns detail of the app profile
ManagementPlaneApiAppDiscoveryApi getAppProfiles GET /app-discovery/app-profiles Returns list of app profile IDs created
ManagementPlaneApiAppDiscoveryApi getAppdiscoveryResultAppInfoAndHostVmInCsvFormatCsv POST /app-discovery/sessions/{session-id}/report/app-info-and-vm?format=csv Export app discovery results in CSV format
ManagementPlaneApiAppDiscoveryApi getAppdiscoverySessionAppProfileMemberAppsInCsvFormatCsv GET /app-discovery/sessions/{session-id}/report/app-profile-and-app-info?format=csv Export app profiles in CSV format for a given sessiom
ManagementPlaneApiAppDiscoveryApi reclassifyAppDiscoverySession POST /app-discovery/sessions/{session-id}/re-classify Re-classify a completed application discovery session.
ManagementPlaneApiAppDiscoveryApi startAppDiscoverySession POST /app-discovery/sessions Starts the discovery of application discovery session
ManagementPlaneApiAppDiscoveryApi updateAppProfile PUT /app-discovery/app-profiles/{app-profile-id} Update AppProfile
ManagementPlaneApiApplianceManagementApi listNodeLogs GET /node/logs List available node logs
ManagementPlaneApiApplianceManagementApi readNodeLog GET /node/logs/{log-name} Read node log properties
ManagementPlaneApiApplianceManagementApi readNodeLogData GET /node/logs/{log-name}/data Read node log contents
ManagementPlaneApiAssociationsApi getAssociations GET /associations Get ResourceReference objects to which the given resource belongs to
ManagementPlaneApiCapacityDashboardApi getCapacityThresholds GET /capacity/threshold Returns warning threshold(s) set for NSX Objects.
ManagementPlaneApiCapacityDashboardApi getCapacityUsage GET /capacity/usage Returns capacity usage data for NSX objects
ManagementPlaneApiCapacityDashboardApi updateCapacityThresholds PUT /capacity/threshold Updates the warning threshold(s) for NSX Objects.
ManagementPlaneApiClusterNodesDeploymentsApi addClusterNodeVM POST /cluster/nodes/deployments Deploy and register a cluster node VM
ManagementPlaneApiClusterNodesDeploymentsApi deleteAutoDeployedClusterNodeVMDelete POST /cluster/nodes/deployments/{node-id}?action=delete Attempt to delete an auto-deployed cluster node VM
ManagementPlaneApiClusterNodesDeploymentsApi getRepoSyncStatus GET /cluster/nodes/{node-id}/repo_sync/status Synchronizes the repository data between nsx managers.
ManagementPlaneApiClusterNodesDeploymentsApi listClusterNodeVMDeploymentRequests GET /cluster/nodes/deployments Returns info for all cluster node VM auto-deployment attempts
ManagementPlaneApiClusterNodesDeploymentsApi performRepoSyncRepoSync POST /cluster/node?action=repo_sync Synchronizes the repository data between nsx managers.
ManagementPlaneApiClusterNodesDeploymentsApi readClusterNodeVMDeploymentRequest GET /cluster/nodes/deployments/{node-id} Returns info for a cluster-node VM auto-deployment attempt
ManagementPlaneApiClusterNodesDeploymentsApi readClusterNodeVMDeploymentStatus GET /cluster/nodes/deployments/{node-id}/status Returns the status of the VM creation/deletion
ManagementPlaneApiConfigsInventoryApi getInventoryConfig GET /configs/inventory Return inventory configuration
ManagementPlaneApiDashboardApi createView POST /ui-views Creates a new View.
ManagementPlaneApiDashboardApi createWidgetConfiguration POST /ui-views/{view-id}/widgetconfigurations Creates a new Widget Configuration.
ManagementPlaneApiDashboardApi deletView DELETE /ui-views/{view-id} Delete View
ManagementPlaneApiDashboardApi deleteWidgetConfiguration DELETE /ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id} Delete Widget Configuration
ManagementPlaneApiDashboardApi getView GET /ui-views/{view-id} Returns View Information
ManagementPlaneApiDashboardApi getWidgetConfiguration GET /ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id} Returns Widget Configuration Information
ManagementPlaneApiDashboardApi listViews GET /ui-views Returns the Views based on query criteria defined in ViewQueryParameters.
ManagementPlaneApiDashboardApi listWidgetConfigurations GET /ui-views/{view-id}/widgetconfigurations Returns the Widget Configurations based on query criteria defined in WidgetQueryParameters.
ManagementPlaneApiDashboardApi updateView PUT /ui-views/{view-id} Update View
ManagementPlaneApiDashboardApi updateWidgetConfiguration PUT /ui-views/{view-id}/widgetconfigurations/{widgetconfiguration-id} Update Widget Configuration
ManagementPlaneApiDirectoryServiceApi createDirectoryDomain POST /directory/domains Create a directory domain
ManagementPlaneApiDirectoryServiceApi createDirectoryLdapServer POST /directory/domains/{domain-id}/ldap-servers Create a LDAP server for directory domain
ManagementPlaneApiDirectoryServiceApi deleteDirectoryDomain DELETE /directory/domains/{domain-id} Delete a specific domain with given identifier
ManagementPlaneApiDirectoryServiceApi deleteDirectoryLdapServer DELETE /directory/domains/{domain-id}/ldap-servers/{server-id} Delete a LDAP server for directory domain
ManagementPlaneApiDirectoryServiceApi getDirectoryDomain GET /directory/domains/{domain-id} Get a specific domain with given identifier
ManagementPlaneApiDirectoryServiceApi getDirectoryDomainSyncStats GET /directory/domains/{domain-id}/sync-stats Get domain sync statistics for the given identifier
ManagementPlaneApiDirectoryServiceApi getDirectoryLdapServer GET /directory/domains/{domain-id}/ldap-servers/{server-id} Get a specific LDAP server for a given directory domain
ManagementPlaneApiDirectoryServiceApi listDirectoryDomains GET /directory/domains List all configured domains
ManagementPlaneApiDirectoryServiceApi listDirectoryGroupMemberGroups GET /directory/domains/{domain-id}/groups/{group-id}/member-groups List members of a directory group
ManagementPlaneApiDirectoryServiceApi listDirectoryLdapServers GET /directory/domains/{domain-id}/ldap-servers List all configured domain LDAP servers
ManagementPlaneApiDirectoryServiceApi requestDirectoryDomainSync POST /directory/domains/{domain-id} Invoke full sync or delta sync for a specific domain, with additional delay in seconds if needed. Stop sync will try to stop any pending sync if any to return to idle state.
ManagementPlaneApiDirectoryServiceApi searchDirectoryGroups GET /directory/domains/{domain-id}/groups Search for directory groups within a domain based on the substring of a distinguished name. (e.g. CN=User,DC=acme,DC=com) The search filter pattern can optionally support multiple (up to 100 maximum) search pattern separated by '
ManagementPlaneApiDirectoryServiceApi testDirectoryLdapServer POST /directory/domains/{domain-id}/ldap-servers/{server-id} Test a LDAP server connection for directory domain
ManagementPlaneApiDirectoryServiceApi updateDirectoryDomain PUT /directory/domains/{domain-id} Update a directory domain
ManagementPlaneApiDirectoryServiceApi updateDirectoryLdapServer PUT /directory/domains/{domain-id}/ldap-servers/{server-id} Update a LDAP server for directory domain
ManagementPlaneApiDirectoryServiceApi verifyDirectoryLdapServer POST /directory/ldap-server Test a directory domain LDAP server connectivity
ManagementPlaneApiErrorResolverApi getErrorResolverInfo GET /error-resolver/{error_id} Fetches metadata about the given error_id
ManagementPlaneApiErrorResolverApi listErrorResolverInfo GET /error-resolver Fetches a list of metadata for all the registered error resolvers
ManagementPlaneApiErrorResolverApi resolveErrorResolveError POST /error-resolver?action=resolve_error Resolves the error
ManagementPlaneApiFabricComputeCollectionsApi createComputeCollectionFabricTemplate POST /fabric/compute-collection-fabric-templates Create a compute collection fabric template
ManagementPlaneApiFabricComputeCollectionsApi deleteComputeCollectionFabricTemplate DELETE /fabric/compute-collection-fabric-templates/{fabric-template-id} Deletes compute collection fabric template
ManagementPlaneApiFabricComputeCollectionsApi getComputeCollectionFabricTemplate GET /fabric/compute-collection-fabric-templates/{fabric-template-id} Get compute collection fabric template by id
ManagementPlaneApiFabricComputeCollectionsApi getHostNodeStatusOnComputeCollection GET /fabric/compute-collections/{cc-ext-id}/member-status Get status of member host nodes of the compute-collection. Only nsx prepared host nodes in the specified compute-collection are included in the response. cc-ext-id should be of type VC_Cluster.
ManagementPlaneApiFabricComputeCollectionsApi listComputeCollectionFabricTemplates GET /fabric/compute-collection-fabric-templates Get compute collection fabric templates
ManagementPlaneApiFabricComputeCollectionsApi listComputeCollectionPhysicalNetworkInterfaces GET /fabric/compute-collections/{cc-ext-id}/network/physical-interfaces List the Physical Network Interface for all discovered nodes
ManagementPlaneApiFabricComputeCollectionsApi listComputeCollections GET /fabric/compute-collections Return the List of Compute Collections
ManagementPlaneApiFabricComputeCollectionsApi performActionOnComputeCollection POST /fabric/compute-collections/{cc-ext-id} Perform action specific to NSX on the compute-collection. cc-ext-id should be of type VC_Cluster.
ManagementPlaneApiFabricComputeCollectionsApi readComputeCollection GET /fabric/compute-collections/{cc-ext-id} Return Compute Collection Information
ManagementPlaneApiFabricComputeCollectionsApi updateComputeCollectionFabricTemplate PUT /fabric/compute-collection-fabric-templates/{fabric-template-id} Updates compute collection fabric template
ManagementPlaneApiFabricComputeManagersApi addComputeManager POST /fabric/compute-managers Register compute manager with NSX
ManagementPlaneApiFabricComputeManagersApi deleteComputeManager DELETE /fabric/compute-managers/{compute-manager-id} Unregister a compute manager
ManagementPlaneApiFabricComputeManagersApi getComputeManagerState GET /fabric/compute-managers/{compute-manager-id}/state Get the realized state of a compute manager
ManagementPlaneApiFabricComputeManagersApi listComputeManagers GET /fabric/compute-managers Return the List of Compute managers
ManagementPlaneApiFabricComputeManagersApi readComputeManager GET /fabric/compute-managers/{compute-manager-id} Return compute manager Information
ManagementPlaneApiFabricComputeManagersApi readComputeManagerStatus GET /fabric/compute-managers/{compute-manager-id}/status Return runtime status information for a compute manager
ManagementPlaneApiFabricComputeManagersApi updateComputeManager PUT /fabric/compute-managers/{compute-manager-id} Update compute manager
ManagementPlaneApiFabricContainerApplicationsApi getContainerApplication GET /fabric/container-applications/{container-application-id} Return a Container Application within a container project
ManagementPlaneApiFabricContainerApplicationsApi getContainerApplicationInstance GET /fabric/container-application-instances/{container-application-instance-id} Return a container application instance
ManagementPlaneApiFabricContainerApplicationsApi listContainerApplicationInstances GET /fabric/container-application-instances Return the list of container application instance
ManagementPlaneApiFabricContainerApplicationsApi listContainerApplications GET /fabric/container-applications Return the List of Container Applications
ManagementPlaneApiFabricContainerClustersApi getContainerCluster GET /fabric/container-clusters/{container-cluster-id} Return a container cluster
ManagementPlaneApiFabricContainerClustersApi getContainerClusterNode GET /fabric/container-cluster-nodes/{container-cluster-node-id} Return a container cluster node
ManagementPlaneApiFabricContainerClustersApi getContainerIngressPolicy GET /fabric/container-ingress-policies/{ingress-policy-id} Returns an ingress policy spec
ManagementPlaneApiFabricContainerClustersApi getContainerNetworkPolicy GET /fabric/container-network-policies/{network-policy-id} Return a network policy spec
ManagementPlaneApiFabricContainerClustersApi listContainerClusterNodes GET /fabric/container-cluster-nodes Return the list of container cluster nodes
ManagementPlaneApiFabricContainerClustersApi listContainerClusters GET /fabric/container-clusters Return the List of Container Clusters
ManagementPlaneApiFabricContainerClustersApi listContainerIngressPolicies GET /fabric/container-ingress-policies Return the List of Container Ingress Policies
ManagementPlaneApiFabricContainerClustersApi listContainerNetworkPolicies GET /fabric/container-network-policies Return the List of Container Network Policies
ManagementPlaneApiFabricContainerProjectsApi getContainerProject GET /fabric/container-projects/{container-project-id} Return a container project
ManagementPlaneApiFabricContainerProjectsApi listContainerProjects GET /fabric/container-projects Return the list of container projects
ManagementPlaneApiFabricDiscoveredNodesApi createTransportNodeForDiscoveredNodeCreateTransportNode POST /fabric/discovered-nodes/{node-ext-id}?action=create_transport_node Created Transport Node for Discovered Node
ManagementPlaneApiFabricDiscoveredNodesApi hostPrepDiscoveredNodeHostprep POST /fabric/discovered-nodes/{node-ext-id}?action=hostprep (Deprecated) Prepares discovered Node for NSX
ManagementPlaneApiFabricDiscoveredNodesApi listDiscoveredNodes GET /fabric/discovered-nodes Return the List of Discovered Nodes
ManagementPlaneApiFabricDiscoveredNodesApi readDiscoveredNode GET /fabric/discovered-nodes/{node-ext-id} Return Discovered Node Information
ManagementPlaneApiFabricDiscoveredNodesApi reapplyTNProfileOnDiscoveredNodeReapplyClusterConfig POST /fabric/discovered-nodes/{node-ext-id}?action=reapply_cluster_config Apply cluster level config on Discovered Node
ManagementPlaneApiFabricNodesApi addNode POST /fabric/nodes Register and Install NSX Components on a Node
ManagementPlaneApiFabricNodesApi deleteNode DELETE /fabric/nodes/{node-id} Delete a Node
ManagementPlaneApiFabricNodesApi getFabricNodeModules GET /fabric/nodes/{node-id}/modules Get the module details of a Fabric Node This api is deprecated, use Transport Node API GET /transport-nodes/&lt;transportnode-id&gt;/modules to get fabric node modules.
ManagementPlaneApiFabricNodesApi getFabricNodeState GET /fabric/nodes/{node-id}/state Get the Realized State of a Fabric Node.
ManagementPlaneApiFabricNodesApi getSupportedHostOSTypes GET /fabric/ostypes Return list of supported host OS types
ManagementPlaneApiFabricNodesApi listFabricNodeInterfaces GET /fabric/nodes/{node-id}/network/interfaces List the specified node's Network Interfaces
ManagementPlaneApiFabricNodesApi listNodeCapabilities GET /fabric/nodes/{node-id}/capabilities Return the List of Capabilities of a Single Node
ManagementPlaneApiFabricNodesApi listNodes GET /fabric/nodes Return the List of Nodes
ManagementPlaneApiFabricNodesApi performHostNodeUpgradeActionUpgradeInfra POST /fabric/nodes/{node-id}?action=upgrade_infra Perform a service deployment upgrade on a host node
ManagementPlaneApiFabricNodesApi performNodeAction POST /fabric/nodes/{node-id} Perform an Action on Fabric Node
ManagementPlaneApiFabricNodesApi readFabricNodeInterface GET /fabric/nodes/{node-id}/network/interfaces/{interface-id} Read the node's Network Interface
ManagementPlaneApiFabricNodesApi readFabricNodeInterfaceStatistics GET /fabric/nodes/{node-id}/network/interfaces/{interface-id}/stats Read the NSX Manager's Network Interface Statistics
ManagementPlaneApiFabricNodesApi readNode GET /fabric/nodes/{node-id} Return Node Information
ManagementPlaneApiFabricNodesApi readNodeStatus GET /fabric/nodes/{node-id}/status Return Runtime Status Information for a Node
ManagementPlaneApiFabricNodesApi readNodesStatus GET /fabric/nodes/status Return Runtime Status Information for given Nodes
ManagementPlaneApiFabricNodesApi restartInventorySyncRestartInventorySync POST /fabric/nodes/{node-id}?action=restart_inventory_sync Restart the inventory sync for the node if it is paused currently.
ManagementPlaneApiFabricNodesApi updateNode PUT /fabric/nodes/{node-id} Update a Node
ManagementPlaneApiFabricVifsApi listVifs GET /fabric/vifs Return the List of Virtual Network Interfaces (VIFs)
ManagementPlaneApiFabricVirtualMachinesApi listVirtualMachines GET /fabric/virtual-machines Return the List of Virtual Machines
ManagementPlaneApiFabricVirtualMachinesApi listVmToolsInfo GET /fabric/virtual-machines/tools-info Return the list of tools and agents installed in VMs.
ManagementPlaneApiFabricVirtualMachinesApi updateVirtualMachineTagsUpdateTags POST /fabric/virtual-machines?action=update_tags Update tags applied to a virtual machine
ManagementPlaneApiGlobalConfigsApi getGlobalConfigs GET /global-configs/{config-type} Get global configs for a config type
ManagementPlaneApiGlobalConfigsApi listGlobalConfigs GET /global-configs List global configurations of a NSX domain
ManagementPlaneApiGlobalConfigsApi resyncGlobalConfigsResyncConfig PUT /global-configs/{config-type}?action=resync_config Resyncs global configurations of a config-type
ManagementPlaneApiGlobalConfigsApi updateGlobalConfigs PUT /global-configs/{config-type} Update global configurations of a config type
ManagementPlaneApiGroupingObjectsIpSetsApi addRemoveIPAddress POST /ip-sets/{ip-set-id} Add a IP address to a IPSet
ManagementPlaneApiGroupingObjectsIpSetsApi createIPSet POST /ip-sets Create IPSet
ManagementPlaneApiGroupingObjectsIpSetsApi deleteIPSet DELETE /ip-sets/{ip-set-id} Delete IPSet
ManagementPlaneApiGroupingObjectsIpSetsApi getIPAddresses GET /ip-sets/{ip-set-id}/members Get all IPAddresses in a IPSet
ManagementPlaneApiGroupingObjectsIpSetsApi listIPSets GET /ip-sets List IPSets
ManagementPlaneApiGroupingObjectsIpSetsApi readIPSet GET /ip-sets/{ip-set-id} Read IPSet
ManagementPlaneApiGroupingObjectsIpSetsApi updateIPSet PUT /ip-sets/{ip-set-id} Update IPSet
ManagementPlaneApiGroupingObjectsMacSetsApi addMACAddress POST /mac-sets/{mac-set-id}/members Add a MAC address to a MACSet
ManagementPlaneApiGroupingObjectsMacSetsApi createMACSet POST /mac-sets Create MACSet
ManagementPlaneApiGroupingObjectsMacSetsApi deleteMACSet DELETE /mac-sets/{mac-set-id} Delete MACSet
ManagementPlaneApiGroupingObjectsMacSetsApi getMACAddresses GET /mac-sets/{mac-set-id}/members Get all MACAddresses in a MACSet
ManagementPlaneApiGroupingObjectsMacSetsApi listMACSets GET /mac-sets List MACSets
ManagementPlaneApiGroupingObjectsMacSetsApi readMACSet GET /mac-sets/{mac-set-id} Read MACSet
ManagementPlaneApiGroupingObjectsMacSetsApi removeMACAddress DELETE /mac-sets/{mac-set-id}/members/{mac-address} Remove a MAC address from given MACSet
ManagementPlaneApiGroupingObjectsMacSetsApi updateMACSet PUT /mac-sets/{mac-set-id} Update MACSet
ManagementPlaneApiGroupingObjectsNsGroupsApi addOrRemoveNSGroupExpression POST /ns-groups/{ns-group-id} Add NSGroup expression
ManagementPlaneApiGroupingObjectsNsGroupsApi createNSGroup POST /ns-groups Create NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi deleteNSGroup DELETE /ns-groups/{ns-group-id} Delete NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveActiveDirectoryGroups GET /ns-groups/{ns-group-id}/effective-directory-group-members Get Effective Directory Groups of the specified NSGroup.
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveIPAddressMembers GET /ns-groups/{ns-group-id}/effective-ip-address-members Get Effective IPAddress translated from the NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveIPSetMembers GET /ns-groups/{ns-group-id}/effective-ipset-members Get Effective IPSets of the specified NSGroup.
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveLogicalPortMembers GET /ns-groups/{ns-group-id}/effective-logical-port-members Get Effective Logical Ports translated from the NSgroup
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveLogicalSwitchMembers GET /ns-groups/{ns-group-id}/effective-logical-switch-members Get Effective switch members translated from the NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveTransportNodeMembers GET /ns-groups/{ns-group-id}/effective-transport-node-members Get effective transport node members translated from the NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveVIFMembers GET /ns-groups/{ns-group-id}/effective-vif-members Get effective VIF members translated from the NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi getEffectiveVirtualMachineMembers GET /ns-groups/{ns-group-id}/effective-virtual-machine-members Get Effective Virtual Machine members of the specified NSGroup.
ManagementPlaneApiGroupingObjectsNsGroupsApi getMemberTypes GET /ns-groups/{ns-group-id}/member-types Get member types from NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi getServiceAssociations GET /ns-groups/{nsgroup-id}/service-associations Get services to which the given nsgroup belongs to
ManagementPlaneApiGroupingObjectsNsGroupsApi getUnassociatedVirtualMachines GET /ns-groups/unassociated-virtual-machines Get the list of all the virtual machines that are not a part of any existing NSGroup.
ManagementPlaneApiGroupingObjectsNsGroupsApi listNSGroups GET /ns-groups List NSGroups
ManagementPlaneApiGroupingObjectsNsGroupsApi readNSGroup GET /ns-groups/{ns-group-id} Read NSGroup
ManagementPlaneApiGroupingObjectsNsGroupsApi updateNSGroup PUT /ns-groups/{ns-group-id} Update NSGroup
ManagementPlaneApiGroupingObjectsNsProfilesApi createNSProfile POST /ns-profiles Create NSProfile
ManagementPlaneApiGroupingObjectsNsProfilesApi deleteNSProfile DELETE /ns-profiles/{ns-profile-id} Delete NSProfile
ManagementPlaneApiGroupingObjectsNsProfilesApi listNSProfiles GET /ns-profiles List NSProfiles
ManagementPlaneApiGroupingObjectsNsProfilesApi listNSSupportedAttributes GET /ns-profiles/attributes List NSProfile supported attribute and sub-attributes
ManagementPlaneApiGroupingObjectsNsProfilesApi listNSSupportedAttributesTypes GET /ns-profiles/attribute-types List NSProfile supported attribute types
ManagementPlaneApiGroupingObjectsNsProfilesApi readNSProfile GET /ns-profiles/{ns-profile-id} Read NSProfile
ManagementPlaneApiGroupingObjectsNsProfilesApi updateNSProfile PUT /ns-profiles/{ns-profile-id} Update NSProfile
ManagementPlaneApiGroupingObjectsNsServiceGroupsApi createNSServiceGroup POST /ns-service-groups Create NSServiceGroup
ManagementPlaneApiGroupingObjectsNsServiceGroupsApi deleteNSServiceGroup DELETE /ns-service-groups/{ns-service-group-id} Delete NSServiceGroup
ManagementPlaneApiGroupingObjectsNsServiceGroupsApi listNSServiceGroups GET /ns-service-groups List all NSServiceGroups
ManagementPlaneApiGroupingObjectsNsServiceGroupsApi readNSServiceGroup GET /ns-service-groups/{ns-service-group-id} Read NSServiceGroup
ManagementPlaneApiGroupingObjectsNsServiceGroupsApi updateNSServiceGroup PUT /ns-service-groups/{ns-service-group-id} Update NSServiceGroup
ManagementPlaneApiGroupingObjectsNsServicesApi createNSService POST /ns-services Create NSService
ManagementPlaneApiGroupingObjectsNsServicesApi deleteNSService DELETE /ns-services/{ns-service-id} Delete NSService
ManagementPlaneApiGroupingObjectsNsServicesApi listNSServices GET /ns-services List all NSServices
ManagementPlaneApiGroupingObjectsNsServicesApi readNSService GET /ns-services/{ns-service-id} Read NSService
ManagementPlaneApiGroupingObjectsNsServicesApi updateNSService PUT /ns-services/{ns-service-id} Update NSService
ManagementPlaneApiIdentityFirewallConfigurationApi getEnabledComputeCollection GET /idfw/idfw-compute-collections/{cc-ext-id} Get IDFW compute collection.
ManagementPlaneApiIdentityFirewallConfigurationApi getMasterSwitchSetting GET /idfw/master-switch-setting Get Identity Firewall master switch enabled/disabled
ManagementPlaneApiIdentityFirewallConfigurationApi getStandaloneHostsSwitchSetting GET /idfw/standalone-host-switch-setting Get Standalone hosts switch enabled/disabled
ManagementPlaneApiIdentityFirewallConfigurationApi listEnabledComputeCollections GET /idfw/idfw-compute-collections List all Identity firewall compute collections
ManagementPlaneApiIdentityFirewallConfigurationApi updateEnabledComputeCollection PUT /idfw/idfw-compute-collections/{cc-ext-id} Update IDFW compute collection
ManagementPlaneApiIdentityFirewallConfigurationApi updateMasterSwitchSetting PUT /idfw/master-switch-setting Update IDFW master switch setting enabled/disabled
ManagementPlaneApiIdentityFirewallConfigurationApi updateStandaloneHostsSwitchSetting PUT /idfw/standalone-host-switch-setting Update IDFW master switch setting enabled/disabled
ManagementPlaneApiIdentityFirewallMonitoringApi getComputeCollectionStatusById GET /idfw/compute-collections/{compute-collection-ext-id}/status Get list of compute collections and status.
ManagementPlaneApiIdentityFirewallMonitoringApi listComputeCollectionStatuses GET /idfw/compute-collections/status List all IDFW enabled ComputeCollection statuses.
ManagementPlaneApiIdentityFirewallMonitoringApi listTransportNodeStatusesByComputeCollectionId GET /idfw/compute-collections/{cc-ext-id}/transport-nodes/status List all transport node and statuses based on idfw enabled ComputeCollection ID.
ManagementPlaneApiIdentityFirewallMonitoringApi listVirtualMachineStatusesByTransportNodeId GET /idfw/transport-nodes/{transport-node-id}/vms/status List all VM and statuses based on transport node ID of idfw enabled compute collection.
ManagementPlaneApiIdentityFirewallRealizationDataApi getNsgroupVmDetails GET /idfw/nsgroup-vm-details/{group-id} Get all IDFW NSGroup VM details for a given NSGroup
ManagementPlaneApiIdentityFirewallRealizationDataApi getSystemStats GET /idfw/system-stats Get IDFW system statistics data
ManagementPlaneApiIdentityFirewallRealizationDataApi getUserStats GET /idfw/user-stats/{user-id} Get IDFW user login events for a given user
ManagementPlaneApiIdentityFirewallRealizationDataApi getVmStats GET /idfw/vm-stats/{vm-ext-id} Get IDFW user login events for a given VM
ManagementPlaneApiIdentityFirewallRealizationDataApi listUserSessions GET /idfw/user-session-data Get user session data
ManagementPlaneApiLicensingApi acceptEULA POST /eula/accept Accept end user license agreement
ManagementPlaneApiLicensingApi createLicense POST /licenses Add a new license key
ManagementPlaneApiLicensingApi deleteLicense DELETE /licenses/{license-key} Deprecated. Remove a license identified by the license-key
ManagementPlaneApiLicensingApi deleteLicenseKeyDelete POST /licenses?action=delete Remove a license
ManagementPlaneApiLicensingApi getEULAAcceptance GET /eula/acceptance Return the acceptance status of end user license agreement
ManagementPlaneApiLicensingApi getEULAContent GET /eula/content Return the content of end user license agreement
ManagementPlaneApiLicensingApi getLicense GET /license Deprecated. Return the Enterprise License
ManagementPlaneApiLicensingApi getLicenseByKey GET /licenses/{license-key} Deprecated. Get license properties for license identified by the license-key
ManagementPlaneApiLicensingApi getLicenseUsageReport GET /licenses/licenses-usage Get usage report of all registered modules
ManagementPlaneApiLicensingApi getLicenseUsageReportInCsvFormatCsv GET /licenses/licenses-usage?format=csv Get usage report of all registred modules in CSV format
ManagementPlaneApiLicensingApi getLicenses GET /licenses Get all licenses
ManagementPlaneApiLicensingApi updateLicense PUT /license Deprecated. Assign an Updated Enterprise License Key
ManagementPlaneApiLogicalRoutingAndServicesBfdPeersApi createStaticHopBfdPeer POST /logical-routers/{logical-router-id}/routing/static-routes/bfd-peers Create a static hop BFD peer
ManagementPlaneApiLogicalRoutingAndServicesBfdPeersApi deleteStaticHopBfdPeer DELETE /logical-routers/{logical-router-id}/routing/static-routes/bfd-peers/{bfd-peer-id} Delete a specified static route BFD peer cofigured on a specified logical router
ManagementPlaneApiLogicalRoutingAndServicesBfdPeersApi listStaticHopBfdPeers GET /logical-routers/{logical-router-id}/routing/static-routes/bfd-peers List static routes BFD Peers
ManagementPlaneApiLogicalRoutingAndServicesBfdPeersApi readStaticHopBfdPeer GET /logical-routers/{logical-router-id}/routing/static-routes/bfd-peers/{bfd-peer-id} Read a static route BFD peer
ManagementPlaneApiLogicalRoutingAndServicesBfdPeersApi updateStaticHopBfdPeer PUT /logical-routers/{logical-router-id}/routing/static-routes/bfd-peers/{bfd-peer-id} Update a static route BFD peer
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayApi createDhcpRelay POST /dhcp/relays Create a DHCP Relay Service
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayApi deleteDhcpRelay DELETE /dhcp/relays/{relay-id} Delete a DHCP Relay Service
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayApi listDhcpRelays GET /dhcp/relays List all DHCP Relay Services
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayApi readDhcpRelay GET /dhcp/relays/{relay-id} Read a DHCP Relay Service
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayApi updateDhcpRelay PUT /dhcp/relays/{relay-id} Update a DHCP Relay Service
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayProfilesApi createDhcpRelayProfile POST /dhcp/relay-profiles Create a DHCP Relay Profile
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayProfilesApi deleteDhcpRelayProfile DELETE /dhcp/relay-profiles/{relay-profile-id} Delete a DHCP Relay Profile
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayProfilesApi listDhcpRelayProfiles GET /dhcp/relay-profiles List All DHCP Relay Profiles
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayProfilesApi readDhcpRelayProfile GET /dhcp/relay-profiles/{relay-profile-id} Read a DHCP Relay Profile
ManagementPlaneApiLogicalRoutingAndServicesDhcpRelayProfilesApi updateDhcpRelayProfile PUT /dhcp/relay-profiles/{relay-profile-id} Update a DHCP Relay Profile
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi createLogicalRouterPort POST /logical-router-ports Create a Logical Router Port
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi deleteLogicalRouterPort DELETE /logical-router-ports/{logical-router-port-id} Delete a Logical Router Port
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi getLogicalRouterPortArpTable GET /logical-router-ports/{logical-router-port-id}/arp-table Get the ARP table (IPv4) or Neighbor Discovery table (IPv6) for the Logical Router Port of the given id
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi getLogicalRouterPortArpTableInCsvFormatCsv GET /logical-router-ports/{logical-router-port-id}/arp-table?format=csv Get the ARP table (IPv4) or Neighbor Discovery table (IPv6) for the Logical Router Port of the given id
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi getLogicalRouterPortState GET /logical-router-ports/{logical-router-port-id}/state Get the Realized State of a Logical Router Port
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi getLogicalRouterPortStatistics GET /logical-router-ports/{logical-router-port-id}/statistics Get the statistics of a specified logical router port on all or a specified node
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi getLogicalRouterPortStatisticsSummary GET /logical-router-ports/{logical-router-port-id}/statistics/summary Get the statistics summary of a specified logical router port
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi listLogicalRouterPorts GET /logical-router-ports List Logical Router Ports
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi readLogicalRouterPort GET /logical-router-ports/{logical-router-port-id} Read Logical Router Port
ManagementPlaneApiLogicalRoutingAndServicesLogicalRouterPortsApi updateLogicalRouterPort PUT /logical-router-ports/{logical-router-port-id} Update a Logical Router Port
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi createLogicalRouter POST /logical-routers Create a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi deleteLogicalRouter DELETE /logical-routers/{logical-router-id} Delete a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getBgpNeighborAdvertisedRoutes GET /logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/advertised-routes Get BGP neighbor advertised routes
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getBgpNeighborAdvertisedRoutesInCsvFormatCsv GET /logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/advertised-routes?format=csv Get BGP neighbor advertised routes in CSV format
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getBgpNeighborRoutes GET /logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/routes Get BGP neighbor learned routes
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getBgpNeighborRoutesInCsvFormatCsv GET /logical-routers/{logical-router-id}/routing/bgp/neighbors/{neighbor-id}/routes?format=csv Get BGP neighbor learned routes in CSV format
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getBgpNeighborsStatus GET /logical-routers/{logical-router-id}/routing/bgp/neighbors/status Get the status of all the BGP neighbors for the Logical Router of the given id
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterForwardingTable GET /logical-routers/{logical-router-id}/routing/forwarding-table Get FIB table on a specified node for a logical router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterForwardingTableInCsvFormatCsv GET /logical-routers/{logical-router-id}/routing/forwarding-table?format=csv Get FIB table on a specified node for a logical router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterRouteTable GET /logical-routers/{logical-router-id}/routing/route-table Get route table on a given node for a logical router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterRouteTableInCsvFormatCsv GET /logical-routers/{logical-router-id}/routing/route-table?format=csv Get route table on a node for a logical router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterRoutingTable GET /logical-routers/{logical-router-id}/routing/routing-table Get RIB table on a specified node for a logical router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterRoutingTableInCsvFormatCsv GET /logical-routers/{logical-router-id}/routing/routing-table?format=csv Get RIB table on a specified node for a logical router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterState GET /logical-routers/{logical-router-id}/state Get the Realized State of a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalRouterStatus GET /logical-routers/{logical-router-id}/status Get the status for the Logical Router of the given id
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi getLogicalServiceRouterClusterState GET /logical-routers/{logical-router-id}/service-cluster/state Get the Realized State of a Logical Service Router Cluster
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi listLogicalRouters GET /logical-routers List Logical Routers
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi reAllocateServiceRoutersReallocate POST /logical-routers/{logical-router-id}?action=reallocate Re allocate edge node placement of TIER1 service routers
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi reProcessLogicalRouterReprocess POST /logical-routers/{logical-router-id}?action=reprocess Reprocesses a logical router configuration and publish updates to controller
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi readLogicalRouter GET /logical-routers/{logical-router-id} Read Logical Router
ManagementPlaneApiLogicalRoutingAndServicesLogicalRoutersApi updateLogicalRouter PUT /logical-routers/{logical-router-id} Update a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesNatApi addNatRule POST /logical-routers/{logical-router-id}/nat/rules Add a NAT rule in a specific logical router
ManagementPlaneApiLogicalRoutingAndServicesNatApi addNatRulesCreateMultiple POST /logical-routers/{logical-router-id}/nat/rules?action=create_multiple Add multiple NAT rules in a specific logical router
ManagementPlaneApiLogicalRoutingAndServicesNatApi deleteNatRule DELETE /logical-routers/{logical-router-id}/nat/rules/{rule-id} Delete a specific NAT rule from a logical router
ManagementPlaneApiLogicalRoutingAndServicesNatApi getNatRule GET /logical-routers/{logical-router-id}/nat/rules/{rule-id} Get a specific NAT rule from a given logical router
ManagementPlaneApiLogicalRoutingAndServicesNatApi getNatStatisticsPerLogicalRouter GET /logical-routers/{logical-router-id}/nat/rules/statistics Get the statistics of all rules of the logical router
ManagementPlaneApiLogicalRoutingAndServicesNatApi getNatStatisticsPerRule GET /logical-routers/{logical-router-id}/nat/rules/{rule-id}/statistics Get the statistics of a specified logical router NAT Rule
ManagementPlaneApiLogicalRoutingAndServicesNatApi getNatStatisticsPerTransportNode GET /transport-nodes/{node-id}/statistics/nat-rules Get statistics for all logical router NAT rules on a transport node
ManagementPlaneApiLogicalRoutingAndServicesNatApi listNatRules GET /logical-routers/{logical-router-id}/nat/rules List NAT rules of the logical router
ManagementPlaneApiLogicalRoutingAndServicesNatApi updateNatRule PUT /logical-routers/{logical-router-id}/nat/rules/{rule-id} Update a specific NAT rule from a given logical router
ManagementPlaneApiLogicalRoutingAndServicesRoutingBfdConfigurationApi readRoutingBfdConfig GET /logical-routers/{logical-router-id}/routing/bfd-config Read the Routing BFD Configuration
ManagementPlaneApiLogicalRoutingAndServicesRoutingBfdConfigurationApi updateRoutingBfdConfig PUT /logical-routers/{logical-router-id}/routing/bfd-config Update the BFD Configuration for BFD peers for routing
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi addBgpNeighbor POST /logical-routers/{logical-router-id}/routing/bgp/neighbors Add a new BGP Neighbor on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi addIPPrefixList POST /logical-routers/{logical-router-id}/routing/ip-prefix-lists Add IPPrefixList on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi addRouteMap POST /logical-routers/{logical-router-id}/routing/route-maps Add RouteMap on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi addStaticRoute POST /logical-routers/{logical-router-id}/routing/static-routes Add Static Routes on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi createBGPCommunityList POST /logical-routers/{logical-router-id}/routing/bgp/community-lists Create a new BGP community list on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi createDADProfile POST /ipv6/dad-profiles Create a new DADProfile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi createNDRAProfile POST /ipv6/nd-ra-profiles Create a new NDRA Profile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi deleteBGPCommunityList DELETE /logical-routers/{logical-router-id}/routing/bgp/community-lists/{community-list-id} Delete a specific BGP community list from a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi deleteBgpNeighbor DELETE /logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} Delete a specific BGP Neighbor on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi deleteDADProfile DELETE /ipv6/dad-profiles/{dad-profile-id} Delete DAD Profile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi deleteIPPrefixList DELETE /logical-routers/{logical-router-id}/routing/ip-prefix-lists/{id} Delete a specific IPPrefixList on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi deleteNDRAProfile DELETE /ipv6/nd-ra-profiles/{nd-ra-profile-id} Delete NDRA Profile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi deleteRouteMap DELETE /logical-routers/{logical-router-id}/routing/route-maps/{id} Delete a specific RouteMap on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi deleteStaticRoute DELETE /logical-routers/{logical-router-id}/routing/static-routes/{id} Delete a specific Static Route on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi listBGPCommunityLists GET /logical-routers/{logical-router-id}/routing/bgp/community-lists Paginated list of BGP community lists on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi listBgpNeighbors GET /logical-routers/{logical-router-id}/routing/bgp/neighbors Paginated list of BGP Neighbors on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi listDADProfiles GET /ipv6/dad-profiles Read All IPV6 DADProfiles
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi listIPPrefixLists GET /logical-routers/{logical-router-id}/routing/ip-prefix-lists Paginated List of IPPrefixLists
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi listNDRAProfiles GET /ipv6/nd-ra-profiles Read All IPV6 NDRA Profiles
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi listRouteMaps GET /logical-routers/{logical-router-id}/routing/route-maps Paginated List of RouteMaps
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi listStaticRoutes GET /logical-routers/{logical-router-id}/routing/static-routes Paginated List of Static Routes
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readAdvertiseRuleList GET /logical-routers/{logical-router-id}/routing/advertisement/rules Read the Advertisement Rules on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readAdvertisementConfig GET /logical-routers/{logical-router-id}/routing/advertisement Read the Advertisement Configuration on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readBGPCommunityList GET /logical-routers/{logical-router-id}/routing/bgp/community-lists/{community-list-id} Read a specific BGP community list from a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readBgpConfig GET /logical-routers/{logical-router-id}/routing/bgp Read the BGP Configuration on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readBgpNeighbor GET /logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} Read a specific BGP Neighbor on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readBgpNeighborWithPasswordShowSensitiveData GET /logical-routers/{logical-router-id}/routing/bgp/neighbors/{id}?action=show-sensitive-data Read a specific BGP Neighbor with password on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readDADProfile GET /ipv6/dad-profiles/{dad-profile-id} Read specified IPV6 DADProfile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readDebugInfoText GET /logical-routers/{logical-router-id}/debug-info?format=text Read the debug information for the logical router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readIPPrefixList GET /logical-routers/{logical-router-id}/routing/ip-prefix-lists/{id} Get a specific IPPrefixList on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readNDRAProfile GET /ipv6/nd-ra-profiles/{nd-ra-profile-id} Read specified IPV6 NDRA Profile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readRedistributionConfig GET /logical-routers/{logical-router-id}/routing/redistribution Read the Redistribution Configuration on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readRedistributionRuleList GET /logical-routers/{logical-router-id}/routing/redistribution/rules Read All the Redistribution Rules on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readRouteMap GET /logical-routers/{logical-router-id}/routing/route-maps/{id} Get a specific RouteMap on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readRoutingConfig GET /logical-routers/{logical-router-id}/routing Read the Routing Configuration
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi readStaticRoute GET /logical-routers/{logical-router-id}/routing/static-routes/{id} Get a specific Static Route on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi unSetPasswordOnBgpNeighbor POST /logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} Unset/Delete password property on specific BGP Neighbor on Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateAdvertiseRuleList PUT /logical-routers/{logical-router-id}/routing/advertisement/rules Update the Advertisement Rules on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateAdvertisementConfig PUT /logical-routers/{logical-router-id}/routing/advertisement Update the Advertisement Configuration on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateBGPCommunityList PUT /logical-routers/{logical-router-id}/routing/bgp/community-lists/{community-list-id} Update a specific BGP community list from a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateBGPCommunityListOld PUT /logical-routers/{logical-router-id}/routing/bgp/communty-lists/{community-list-id} Update a specific BGP community list from a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateBgpConfig PUT /logical-routers/{logical-router-id}/routing/bgp Update the BGP Configuration on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateBgpNeighbor PUT /logical-routers/{logical-router-id}/routing/bgp/neighbors/{id} Update a specific BGP Neighbor on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateDADProfile PUT /ipv6/dad-profiles/{dad-profile-id} Update DADProfile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateIPPrefixList PUT /logical-routers/{logical-router-id}/routing/ip-prefix-lists/{id} Update a specific IPPrefixList on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateNDRAProfile PUT /ipv6/nd-ra-profiles/{nd-ra-profile-id} Update NDRA Profile
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateRedistributionConfig PUT /logical-routers/{logical-router-id}/routing/redistribution Update the Redistribution Configuration on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateRedistributionRuleList PUT /logical-routers/{logical-router-id}/routing/redistribution/rules Update All the Redistribution Rules on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateRouteMap PUT /logical-routers/{logical-router-id}/routing/route-maps/{id} Update a specific RouteMap on a Logical Router
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateRoutingConfig PUT /logical-routers/{logical-router-id}/routing Update the Routing Configuration
ManagementPlaneApiLogicalRoutingAndServicesRoutingConfigurationApi updateStaticRoute PUT /logical-routers/{logical-router-id}/routing/static-routes/{id} Update a specific Static Route Rule on a Logical Router
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi createLogicalPort POST /logical-ports Create a Logical Port
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi deleteLogicalPort DELETE /logical-ports/{lport-id} Delete a Logical Port
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi getLogicalPort GET /logical-ports/{lport-id} Get Information About a Logical Port
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi getLogicalPortMacTable GET /logical-ports/{lport-id}/mac-table Get MAC table of a logical port with a given port id (lport-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi getLogicalPortMacTableInCsvFormatCsv GET /logical-ports/{lport-id}/mac-table?format=csv Get MAC table of a logical port with a given port id (lport-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi getLogicalPortOperationalStatus GET /logical-ports/{lport-id}/status Get Operational Status for Logical Port of a Given Port ID (lport-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi getLogicalPortState GET /logical-ports/{lport-id}/state Get realized state & location of a logical port
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi getLogicalPortStatistics GET /logical-ports/{lport-id}/statistics Get Statistics for Logical Port of a Given Port ID (lport-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi getLogicalPortStatusSummary GET /logical-ports/status Get Operational Status Summary of All Logical Ports in the System
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi listLogicalPorts GET /logical-ports List All Logical Ports
ManagementPlaneApiLogicalSwitchingLogicalSwitchPortsApi updateLogicalPort PUT /logical-ports/{lport-id} Update a Logical Port
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi createLogicalSwitch POST /logical-switches Create a Logical Switch
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi deleteLogicalSwitch DELETE /logical-switches/{lswitch-id} Delete a Logical Switch
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitch GET /logical-switches/{lswitch-id} Get Logical Switch associated with the provided id (lswitch-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchMacTable GET /logical-switches/{lswitch-id}/mac-table Get MAC Table for Logical Switch of the Given ID (lswitch-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchMacTableInCsvFormatCsv GET /logical-switches/{lswitch-id}/mac-table?format=csv Get MAC Table for Logical Switch of the Given ID (lswitch-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchState GET /logical-switches/{lswitch-id}/state Get the realized state associated with provided logical switch id
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchStatistics GET /logical-switches/{lswitch-id}/statistics Get Statistics for Logical Switch of the Given ID (lswitch-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchStatus GET /logical-switches/{lswitch-id}/summary Get Logical Switch runtime status info for a given logical switch
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchStatusSummary GET /logical-switches/status Get Status Summary of All Logical Switches in the System
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchVtepTable GET /logical-switches/{lswitch-id}/vtep-table Get virtual tunnel endpoint table for logical switch of the given ID (lswitch-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi getLogicalSwitchVtepTableInCsvFormatCsv GET /logical-switches/{lswitch-id}/vtep-table?format=csv Get virtual tunnel endpoint table for logical switch of the given ID (lswitch-id)
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi listLogicalSwitches GET /logical-switches List all Logical Switches
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi listLogicalSwitchesByState GET /logical-switches/state List logical switches by realized state
ManagementPlaneApiLogicalSwitchingLogicalSwitchesApi updateLogicalSwitch PUT /logical-switches/{lswitch-id} Update a Logical Switch
ManagementPlaneApiLogicalSwitchingSwitchingProfilesApi createSwitchingProfile POST /switching-profiles Create a Switching Profile
ManagementPlaneApiLogicalSwitchingSwitchingProfilesApi deleteSwitchingProfile DELETE /switching-profiles/{switching-profile-id} Delete a Switching Profile
ManagementPlaneApiLogicalSwitchingSwitchingProfilesApi getSwitchingProfile GET /switching-profiles/{switching-profile-id} Get Switching Profile by ID
ManagementPlaneApiLogicalSwitchingSwitchingProfilesApi getSwitchingProfileStatus GET /switching-profiles/{switching-profile-id}/summary Get Counts of Ports and Switches Using This Switching Profile
ManagementPlaneApiLogicalSwitchingSwitchingProfilesApi listSwitchingProfiles GET /switching-profiles List Switching Profiles
ManagementPlaneApiLogicalSwitchingSwitchingProfilesApi updateSwitchingProfile PUT /switching-profiles/{switching-profile-id} Update a Switching Profile
ManagementPlaneApiMigrationFeedbackApi acceptRecommendedValueInFeedbackAcceptRecommended POST /migration/feedback-response?action=accept-recommended Accept default action for feedbacks
ManagementPlaneApiMigrationFeedbackApi getFeedbackRequests GET /migration/feedback-requests NSX-V feedback details
ManagementPlaneApiMigrationFeedbackApi getFeedbackSummary GET /migration/feedback-summary Feedback request summary
ManagementPlaneApiMigrationFeedbackApi getGroupedFeedbackRequests GET /migration/grouped-feedback-requests NSX-V feedback details
ManagementPlaneApiMigrationFeedbackApi updateFeedbackResponse PUT /migration/feedback-response Migration feedback response
ManagementPlaneApiMigrationGroupApi addMigrationUnitsToGroupAddMigrationUnits POST /migration/migration-unit-groups/{group-id}?action=add_migration_units Add migration units to specified migration unit group
ManagementPlaneApiMigrationGroupApi createMigrationUnitGroup POST /migration/migration-unit-groups Create a group
ManagementPlaneApiMigrationGroupApi deleteMigrationUnitGroup DELETE /migration/migration-unit-groups/{group-id} Delete the migration unit group
ManagementPlaneApiMigrationGroupApi getMigrationUnitGroup GET /migration/migration-unit-groups/{group-id} Return migration unit group information
ManagementPlaneApiMigrationGroupApi getMigrationUnitGroupAggregateInfo GET /migration/migration-unit-groups/aggregate-info Return aggregate information of all migration unit groups
ManagementPlaneApiMigrationGroupApi getMigrationUnitGroupStatus GET /migration/migration-unit-groups/{group-id}/status Get migration status for group
ManagementPlaneApiMigrationGroupApi getMigrationUnitGroups GET /migration/migration-unit-groups Return information of all migration unit groups
ManagementPlaneApiMigrationGroupApi getMigrationUnitGroupsStatus GET /migration/migration-unit-groups-status Get migration status for migration unit groups
ManagementPlaneApiMigrationGroupApi reorderMigrationUnitGroupReorder POST /migration/migration-unit-groups/{group-id}?action=reorder Reorder migration unit group
ManagementPlaneApiMigrationGroupApi reorderMigrationUnitReorder POST /migration/migration-unit-groups/{group-id}/migration-unit/{migration-unit-id}?action=reorder Reorder an migration unit within the migration unit group
ManagementPlaneApiMigrationGroupApi updateMigrationUnitGroup PUT /migration/migration-unit-groups/{group-id} Update the migration unit group
ManagementPlaneApiMigrationMigrationunitsApi getMigrationUnit GET /migration/migration-units/{migration-unit-id} Get a specific migration unit
ManagementPlaneApiMigrationMigrationunitsApi getMigrationUnitAggregateInfo GET /migration/migration-units/aggregate-info Get migration units aggregate-info
ManagementPlaneApiMigrationMigrationunitsApi getMigrationUnits GET /migration/migration-units Get migration units
ManagementPlaneApiMigrationMigrationunitsApi getMigrationUnitsStats GET /migration/migration-units-stats Get migration units stats
ManagementPlaneApiMigrationNodesApi getMigrationNodes GET /migration/nodes Get list of nodes across all types
ManagementPlaneApiMigrationNodesApi getMigrationNodesSummary GET /migration/nodes-summary Get summary of nodes
ManagementPlaneApiMigrationPlanApi abortMigrationAbort POST /migration/plan?action=abort Abort migration
ManagementPlaneApiMigrationPlanApi continueMigrationContinue POST /migration/plan?action=continue Continue migration
ManagementPlaneApiMigrationPlanApi finishMigrationFinish POST /migration/plan?action=finish Mark completion of a migration cycle
ManagementPlaneApiMigrationPlanApi getMigrationPlanSettings GET /migration/plan/{component_type}/settings Get migration plan settings for the component
ManagementPlaneApiMigrationPlanApi pauseMigrationPause POST /migration/plan?action=pause Pause migration
ManagementPlaneApiMigrationPlanApi resetMigrationPlanReset POST /migration/plan?action=reset Reset migration plan to default plan
ManagementPlaneApiMigrationPlanApi startMigrationStart POST /migration/plan?action=start Start migration
ManagementPlaneApiMigrationPlanApi startRollbackMigrationRollback POST /migration/plan?action=rollback Rollbabck migration
ManagementPlaneApiMigrationPlanApi updateMigrationPlanSettings PUT /migration/plan/{component_type}/settings Update migration plan settings for the component
ManagementPlaneApiMigrationSetupApi getNsxvSetupDetails GET /migration/setup NSX-V setup details
ManagementPlaneApiMigrationSetupApi updateNsxvSetupDetails PUT /migration/setup NSX-V setup details
ManagementPlaneApiMigrationStatsApi getLogicalConstructMigrationStats GET /migration/logical-constructs/stats Get migration stats for logical constructs phase
ManagementPlaneApiMigrationStatusApi getMigrationStatusSummary GET /migration/status-summary Get migration status summary
ManagementPlaneApiMigrationStatusApi getMigrationSummary GET /migration/summary Get migration summary
ManagementPlaneApiMigrationUserInputsApi getDiscoveredSwitches GET /migration/discovered-switches Get the list of discovered switches (DVS, VSS)
ManagementPlaneApiMigrationUserInputsApi getMigratedSwitches GET /migration/migrated-switches Get the list of migrated switches (DVS, VSS)
ManagementPlaneApiMigrationUserInputsApi getMigrationSwitch GET /migration/switch Get the switch set as current scope for migration
ManagementPlaneApiMigrationUserInputsApi setMigrationSwitch PUT /migration/switch Set the switch as current scope for migration
ManagementPlaneApiNetworkTransportBridgeClustersApi createBridgeCluster POST /bridge-clusters Create a Bridge Cluster
ManagementPlaneApiNetworkTransportBridgeClustersApi deleteBridgeCluster DELETE /bridge-clusters/{bridgecluster-id} Delete a Bridge Cluster
ManagementPlaneApiNetworkTransportBridgeClustersApi getBridgeCluster GET /bridge-clusters/{bridgecluster-id} Get Information about a bridge cluster
ManagementPlaneApiNetworkTransportBridgeClustersApi getBridgeClusterStatus GET /bridge-clusters/{cluster-id}/status Returns status of a specified Bridge Cluster
ManagementPlaneApiNetworkTransportBridgeClustersApi listBridgeClusters GET /bridge-clusters List All Bridge Clusters
ManagementPlaneApiNetworkTransportBridgeClustersApi updateBridgeCluster PUT /bridge-clusters/{bridgecluster-id} Update a Bridge Cluster
ManagementPlaneApiNetworkTransportBridgeEndpointProfilesApi createBridgeEndpointProfile POST /bridge-endpoint-profiles Create a Bridge Endpoint Profile
ManagementPlaneApiNetworkTransportBridgeEndpointProfilesApi deleteBridgeEndpointProfile DELETE /bridge-endpoint-profiles/{bridgeendpointprofile-id} Delete a Bridge Endpoint Profile
ManagementPlaneApiNetworkTransportBridgeEndpointProfilesApi getBridgeEndpointProfile GET /bridge-endpoint-profiles/{bridgeendpointprofile-id} Get Information about a bridge endpoint Profile
ManagementPlaneApiNetworkTransportBridgeEndpointProfilesApi listBridgeEndpointProfiles GET /bridge-endpoint-profiles List All Bridge Endpoint Profiles
ManagementPlaneApiNetworkTransportBridgeEndpointProfilesApi updateBridgeEndpointProfile PUT /bridge-endpoint-profiles/{bridgeendpointprofile-id} Update a Bridge Endpoint Profile
ManagementPlaneApiNetworkTransportBridgeEndpointsApi createBridgeEndpoint POST /bridge-endpoints Create a Bridge Endpoint
ManagementPlaneApiNetworkTransportBridgeEndpointsApi deleteBridgeEndpoint DELETE /bridge-endpoints/{bridgeendpoint-id} Delete a Bridge Endpoint
ManagementPlaneApiNetworkTransportBridgeEndpointsApi getBridgeEndpoint GET /bridge-endpoints/{bridgeendpoint-id} Get Information about a bridge endpoint
ManagementPlaneApiNetworkTransportBridgeEndpointsApi getBridgeEndpointStatistics GET /bridge-endpoints/{endpoint-id}/statistics Returns statistics of a specified Bridge Endpoint
ManagementPlaneApiNetworkTransportBridgeEndpointsApi getBridgeEndpointStatus GET /bridge-endpoints/{endpoint-id}/status Returns status of a specified Bridge Endpoint
ManagementPlaneApiNetworkTransportBridgeEndpointsApi listBridgeEndpoints GET /bridge-endpoints List All Bridge Endpoints
ManagementPlaneApiNetworkTransportBridgeEndpointsApi updateBridgeEndpoint PUT /bridge-endpoints/{bridgeendpoint-id} Update a Bridge Endpoint
ManagementPlaneApiNetworkTransportClusterProfilesApi createClusterProfile POST /cluster-profiles Create a Cluster Profile
ManagementPlaneApiNetworkTransportClusterProfilesApi deleteClusterProfile DELETE /cluster-profiles/{cluster-profile-id} Delete a cluster profile
ManagementPlaneApiNetworkTransportClusterProfilesApi getClusterProfile GET /cluster-profiles/{cluster-profile-id} Get cluster profile by Id
ManagementPlaneApiNetworkTransportClusterProfilesApi listClusterProfiles GET /cluster-profiles List Cluster Profiles
ManagementPlaneApiNetworkTransportClusterProfilesApi updateClusterProfile PUT /cluster-profiles/{cluster-profile-id} Update a cluster profile
ManagementPlaneApiNetworkTransportEdgeClustersApi createEdgeCluster POST /edge-clusters Create Edge Cluster
ManagementPlaneApiNetworkTransportEdgeClustersApi deleteEdgeCluster DELETE /edge-clusters/{edge-cluster-id} Delete Edge Cluster
ManagementPlaneApiNetworkTransportEdgeClustersApi getEdgeClusterAllocationStatus GET /edge-clusters/{edge-cluster-id}/allocation-status Get the Allocation details of an edge cluster
ManagementPlaneApiNetworkTransportEdgeClustersApi getEdgeClusterState GET /edge-clusters/{edge-cluster-id}/state Get the Realized State of a Edge Cluster
ManagementPlaneApiNetworkTransportEdgeClustersApi getEdgeClusterStatus GET /edge-clusters/{edge-cluster-id}/status Get the status for the Edge cluster of the given id
ManagementPlaneApiNetworkTransportEdgeClustersApi listEdgeClusters GET /edge-clusters List Edge Clusters
ManagementPlaneApiNetworkTransportEdgeClustersApi readEdgeCluster GET /edge-clusters/{edge-cluster-id} Read Edge Cluster
ManagementPlaneApiNetworkTransportEdgeClustersApi replaceEdgeClusterMemberTransportNodeReplaceTransportNode POST /edge-clusters/{edge-cluster-id}?action=replace_transport_node Replace the transport node in the specified member of the edge-cluster
ManagementPlaneApiNetworkTransportEdgeClustersApi updateEdgeCluster PUT /edge-clusters/{edge-cluster-id} Update Edge Cluster
ManagementPlaneApiNetworkTransportFailureDomainsApi createFailureDomain POST /failure-domains Create Failure Domain
ManagementPlaneApiNetworkTransportFailureDomainsApi deleteFailureDomain DELETE /failure-domains/{failure-domain-id} Delete Failure Domain
ManagementPlaneApiNetworkTransportFailureDomainsApi getFailureDomain GET /failure-domains/{failure-domain-id} Get a Failure Domain
ManagementPlaneApiNetworkTransportFailureDomainsApi listFailureDomains GET /failure-domains List Failure Domains
ManagementPlaneApiNetworkTransportFailureDomainsApi updateFailureDomain PUT /failure-domains/{failure-domain-id} Update Failure Domain
ManagementPlaneApiNetworkTransportHostswitchProfilesApi createHostSwitchProfile POST /host-switch-profiles Create a Hostswitch Profile
ManagementPlaneApiNetworkTransportHostswitchProfilesApi deleteHostSwitchProfile DELETE /host-switch-profiles/{host-switch-profile-id} Delete a Hostswitch Profile
ManagementPlaneApiNetworkTransportHostswitchProfilesApi getHostSwitchProfile GET /host-switch-profiles/{host-switch-profile-id} Get a Hostswitch Profile by ID
ManagementPlaneApiNetworkTransportHostswitchProfilesApi listHostSwitchProfiles GET /host-switch-profiles List Hostswitch Profiles
ManagementPlaneApiNetworkTransportHostswitchProfilesApi updateHostSwitchProfile PUT /host-switch-profiles/{host-switch-profile-id} Update a Hostswitch Profile
ManagementPlaneApiNetworkTransportTransportNodeCollectionsApi createTransportNodeCollection POST /transport-node-collections Create transport node collection by attaching Transport Node Profile to cluster.
ManagementPlaneApiNetworkTransportTransportNodeCollectionsApi deleteTransportNodeCollection DELETE /transport-node-collections/{transport-node-collection-id} Detach transport node profile from compute collection.
ManagementPlaneApiNetworkTransportTransportNodeCollectionsApi getTransportNodeCollection GET /transport-node-collections/{transport-node-collection-id} Get Transport Node collection by id
ManagementPlaneApiNetworkTransportTransportNodeCollectionsApi getTransportNodeCollectionState GET /transport-node-collections/{transport-node-collection-id}/state Get Transport Node collection application state
ManagementPlaneApiNetworkTransportTransportNodeCollectionsApi listTransportNodeCollections GET /transport-node-collections List Transport Node collections
ManagementPlaneApiNetworkTransportTransportNodeCollectionsApi updateTransportNodeCollection PUT /transport-node-collections/{transport-node-collection-id} Update Transport Node collection
ManagementPlaneApiNetworkTransportTransportNodeProfilesApi createTransportNodeProfile POST /transport-node-profiles Create a Transport Node Profile
ManagementPlaneApiNetworkTransportTransportNodeProfilesApi deleteTransportNodeProfile DELETE /transport-node-profiles/{transport-node-profile-id} Delete a Transport Node Profile
ManagementPlaneApiNetworkTransportTransportNodeProfilesApi getTransportNodeProfile GET /transport-node-profiles/{transport-node-profile-id} Get a Transport Node
ManagementPlaneApiNetworkTransportTransportNodeProfilesApi listTransportNodeProfiles GET /transport-node-profiles List Transport Nodes
ManagementPlaneApiNetworkTransportTransportNodeProfilesApi updateTransportNodeProfile PUT /transport-node-profiles/{transport-node-profile-id} Update a Transport Node Profile
ManagementPlaneApiNetworkTransportTransportNodesApi createComputeCollectionTransportNodeTemplateAndTNCollection POST /compute-collection-transport-node-templates Create transport node template for compute collection.
ManagementPlaneApiNetworkTransportTransportNodesApi createNetworkMigrationSpec POST /network-migration-specs Create a template of network migration specification.
ManagementPlaneApiNetworkTransportTransportNodesApi createTransportNodeWithDeploymentInfo POST /transport-nodes Create a Transport Node
ManagementPlaneApiNetworkTransportTransportNodesApi deleteComputeCollectionTransportNodeTemplateAndTNCollection DELETE /compute-collection-transport-node-templates/{template-id} Delete a compute collection transport node template
ManagementPlaneApiNetworkTransportTransportNodesApi deleteNetworkMigrationSpec DELETE /network-migration-specs/{template-id} Delete a network migration specification template
ManagementPlaneApiNetworkTransportTransportNodesApi deleteTransportNodeWithDeploymentInfo DELETE /transport-nodes/{transport-node-id} Delete a Transport Node
ManagementPlaneApiNetworkTransportTransportNodesApi disableFlowCacheDisableFlowCache POST /transport-nodes/{transport-node-id}?action=disable_flow_cache Disable flow cache for an edge transport node
ManagementPlaneApiNetworkTransportTransportNodesApi enableFlowCacheEnableFlowCache POST /transport-nodes/{transport-node-id}?action=enable_flow_cache Enable flow cache for an edge transport node
ManagementPlaneApiNetworkTransportTransportNodesApi getAllTransportNodesStatus GET /transport-nodes/status Get high-level summary of all transport nodes. The service layer does not support source = realtime or cached.
ManagementPlaneApiNetworkTransportTransportNodesApi getAllTransportZoneStatus GET /transport-zones/status Get high-level summary of a transport zone. The service layer does not support source = realtime or cached.
ManagementPlaneApiNetworkTransportTransportNodesApi getComputeCollectionTransportNodeTemplate GET /compute-collection-transport-node-templates/{template-id} Get compute collection transportnode template by id
ManagementPlaneApiNetworkTransportTransportNodesApi getComputeCollectionTransportNodeTemplateState GET /compute-collection-transport-node-templates/{template-id}/state Get compute collection transportnode template application states
ManagementPlaneApiNetworkTransportTransportNodesApi getFabricNodeModulesOfTransportNode GET /transport-nodes/{node-id}/modules Get the module details of a transport node
ManagementPlaneApiNetworkTransportTransportNodesApi getHeatmapTransportZoneStatus GET /transport-zones/{zone-id}/status Get high-level summary of a transport zone
ManagementPlaneApiNetworkTransportTransportNodesApi getNetworkMigrationSpec GET /network-migration-specs/{template-id} Get network migration specification template by id.
ManagementPlaneApiNetworkTransportTransportNodesApi getPnicStatusesForTransportNode GET /transport-nodes/{node-id}/pnic-bond-status Get high-level summary of a transport node
ManagementPlaneApiNetworkTransportTransportNodesApi getTransportNodeReport GET /transport-zones/transport-node-status-report Creates a status report of transport nodes of all the transport zones
ManagementPlaneApiNetworkTransportTransportNodesApi getTransportNodeReportForATransportZone GET /transport-zones/{zone-id}/transport-node-status-report Creates a status report of transport nodes in a transport zone
ManagementPlaneApiNetworkTransportTransportNodesApi getTransportNodeStateWithDeploymentInfo GET /transport-nodes/{transport-node-id}/state Get a Transport Node's State
ManagementPlaneApiNetworkTransportTransportNodesApi getTransportNodeStatus GET /transport-nodes/{node-id}/status Read status of a transport node
ManagementPlaneApiNetworkTransportTransportNodesApi getTransportNodeWithDeploymentInfo GET /transport-nodes/{transport-node-id} Get a Transport Node
ManagementPlaneApiNetworkTransportTransportNodesApi getTunnel GET /transport-nodes/{node-id}/tunnels/{tunnel-name} Tunnel properties
ManagementPlaneApiNetworkTransportTransportNodesApi listComputeCollectionTransportNodeTemplates GET /compute-collection-transport-node-templates List compute collection transportnode templates
ManagementPlaneApiNetworkTransportTransportNodesApi listNeighborProperties GET /lldp/transport-nodes/{node-id}/interfaces List LLDP Neighbor Properties of Transport Node
ManagementPlaneApiNetworkTransportTransportNodesApi listNetworkMigrationSpecs GET /network-migration-specs List all network migration specification templates.
ManagementPlaneApiNetworkTransportTransportNodesApi listRemoteTransportNodeStatus GET /transport-nodes/{node-id}/remote-transport-node-status Read status of all transport nodes with tunnel connections to transport node
ManagementPlaneApiNetworkTransportTransportNodesApi listTransportNodeCapabilities GET /transport-nodes/{transport-node-id}/capabilities Return the list of capabilities of transport node
ManagementPlaneApiNetworkTransportTransportNodesApi listTransportNodeInterfaces GET /transport-nodes/{transport-node-id}/network/interfaces List the specified transport node's network interfaces
ManagementPlaneApiNetworkTransportTransportNodesApi listTransportNodeStatus GET /transport-zones/transport-node-status Read status of all the transport nodes
ManagementPlaneApiNetworkTransportTransportNodesApi listTransportNodeStatusForTransportZone GET /transport-zones/{zone-id}/transport-node-status Read status of transport nodes in a transport zone
ManagementPlaneApiNetworkTransportTransportNodesApi listTransportNodesByStateWithDeploymentInfo GET /transport-nodes/state List transport nodes by realized state
ManagementPlaneApiNetworkTransportTransportNodesApi listTransportNodesWithDeploymentInfo GET /transport-nodes List Transport Nodes
ManagementPlaneApiNetworkTransportTransportNodesApi queryTunnels GET /transport-nodes/{node-id}/tunnels List of tunnels
ManagementPlaneApiNetworkTransportTransportNodesApi readNeighborProperties GET /lldp/transport-nodes/{node-id}/interfaces/{interface-name} Read LLDP Neighbor Properties of Transport Node by Interface Name
ManagementPlaneApiNetworkTransportTransportNodesApi readTransportNodeInterface GET /transport-nodes/{transport-node-id}/network/interfaces/{interface-id} Read the transport node's network interface
ManagementPlaneApiNetworkTransportTransportNodesApi readTransportNodeInterfaceStatistics GET /transport-nodes/{transport-node-id}/network/interfaces/{interface-id}/stats Read the NSX Manager's Network Interface Statistics
ManagementPlaneApiNetworkTransportTransportNodesApi refreshTransportNode POST /transport-nodes/{transport-node-id}?action=refresh_node_configuration&resource_type=EdgeNode Refresh the node configuration for the Edge node.
ManagementPlaneApiNetworkTransportTransportNodesApi restartTransportNodeInventorySyncRestartInventorySync POST /transport-nodes/{transport-node-id}?action=restart_inventory_sync Restart the inventory sync for the node if it is paused currently.
ManagementPlaneApiNetworkTransportTransportNodesApi restoreParentClusterConfigurationRestoreClusterConfig POST /transport-nodes/{transport-node-id}?action=restore_cluster_config Apply cluster level Transport Node Profile on overridden host
ManagementPlaneApiNetworkTransportTransportNodesApi resyncTransportNodeResyncHostConfig POST /transport-nodes/{transportnode-id}?action=resync_host_config Resync a Transport Node
ManagementPlaneApiNetworkTransportTransportNodesApi updateComputeCollectionTransportNodeTemplateAndTNCollection PUT /compute-collection-transport-node-templates/{template-id} Update compute collection transportnode template
ManagementPlaneApiNetworkTransportTransportNodesApi updateNetworkMigrationSpec PUT /network-migration-specs/{template-id} Update a template of network migration specification.
ManagementPlaneApiNetworkTransportTransportNodesApi updateTransportNodeMaintenanceMode POST /transport-nodes/{transportnode-id} Update transport node maintenance mode
ManagementPlaneApiNetworkTransportTransportNodesApi updateTransportNodeWithDeploymentInfo PUT /transport-nodes/{transport-node-id} Update a Transport Node
ManagementPlaneApiNetworkTransportTransportProfilesApi createTransportZoneProfile POST /transportzone-profiles Create a transport zone Profile
ManagementPlaneApiNetworkTransportTransportProfilesApi deleteTransportZoneProfile DELETE /transportzone-profiles/{transportzone-profile-id} Delete a transport zone Profile
ManagementPlaneApiNetworkTransportTransportProfilesApi getTransportZoneProfile GET /transportzone-profiles/{transportzone-profile-id} Get transport zone profile by identifier
ManagementPlaneApiNetworkTransportTransportProfilesApi listTransportZoneProfiles GET /transportzone-profiles List transport zone profiles
ManagementPlaneApiNetworkTransportTransportProfilesApi updateTransportZoneProfile PUT /transportzone-profiles/{transportzone-profile-id} Update a transport zone profile
ManagementPlaneApiNetworkTransportTransportZonesApi createTransportZone POST /transport-zones Create a Transport Zone
ManagementPlaneApiNetworkTransportTransportZonesApi deleteTransportZone DELETE /transport-zones/{zone-id} Delete a Transport Zone
ManagementPlaneApiNetworkTransportTransportZonesApi getTransportZone GET /transport-zones/{zone-id} Get a Transport Zone
ManagementPlaneApiNetworkTransportTransportZonesApi getTransportZoneStatus GET /transport-zones/{zone-id}/summary Get a Transport Zone's Current Runtime Status Information
ManagementPlaneApiNetworkTransportTransportZonesApi listTransportZones GET /transport-zones List Transport Zones
ManagementPlaneApiNetworkTransportTransportZonesApi updateTransportZone PUT /transport-zones/{zone-id} Update a Transport Zone
ManagementPlaneApiNormalizationApi getNormalizations GET /normalizations Get normalizations based on the query parameters
ManagementPlaneApiNsxComponentAdministrationApplianceApi changeNodeMode POST /configs/node/mode NodeMode
ManagementPlaneApiNsxComponentAdministrationApplianceApi getNodeMode GET /node/mode NodeMode
ManagementPlaneApiNsxComponentAdministrationApplianceApi setNodeTimeSetSystemTime POST /node?action=set_system_time Set the node system time
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi addNodeUserSshKeyAddSshKey POST /node/users/{userid}/ssh-keys?action=add_ssh_key Add SSH public key to authorized_keys file for node user
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi cancelApplianceManagementTaskCancel POST /node/tasks/{task-id}?action=cancel Cancel specified task
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi checkRabbitMQManagementPort GET /node/rabbitmq-management-port Check if RabbitMQ management port is enabled or not
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi collectAlarms GET /hpm/alarms Collect alarms from all NSX nodes
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi collectAuditLogs POST /administration/audit-logs Collect audit logs from registered manager nodes
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi collectSupportBundlesCollect POST /administration/support-bundles?action=collect Collect support bundles from registered cluster and fabric nodes
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi copyFromRemoteFileCopyFromRemoteFile POST /node/file-store/{file-name}?action=copy_from_remote_file Copy a remote file to the file store
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi copyToRemoteFileCopyToRemoteFile POST /node/file-store/{file-name}?action=copy_to_remote_file Copy file in the file store to a remote file store
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createApplianceManagementServiceActionRestart POST /node/services/node-mgmt?action=restart Restart the node management service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createClusterBootManagerServiceActionRestart POST /node/services/cluster_manager?action=restart Restart, start or stop the cluster boot manager service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createClusterBootManagerServiceActionStart POST /node/services/cluster_manager?action=start Restart, start or stop the cluster boot manager service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createClusterBootManagerServiceActionStop POST /node/services/cluster_manager?action=stop Restart, start or stop the cluster boot manager service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createCminventoryServiceActionRestart POST /node/services/cm-inventory?action=restart Restart, start or stop the manager service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createCminventoryServiceActionStart POST /node/services/cm-inventory?action=start Restart, start or stop the manager service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createCminventoryServiceActionStop POST /node/services/cm-inventory?action=stop Restart, start or stop the manager service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createControllerServerServiceActionRestart POST /node/services/controller?action=restart Restart, start or stop the controller service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createControllerServerServiceActionStart POST /node/services/controller?action=start Restart, start or stop the controller service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createControllerServerServiceActionStop POST /node/services/controller?action=stop Restart, start or stop the controller service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createFile POST /node/file-store/{file-name} Upload a file to the file store
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createLiagentServiceActionRestart POST /node/services/liagent?action=restart Restart, start or stop the liagent service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createLiagentServiceActionStart POST /node/services/liagent?action=start Restart, start or stop the liagent service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createLiagentServiceActionStop POST /node/services/liagent?action=stop Restart, start or stop the liagent service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createMigrationCoordinatorServiceActionRestart POST /node/services/migration-coordinator?action=restart Restart, start or stop the migration coordinator service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createMigrationCoordinatorServiceActionStart POST /node/services/migration-coordinator?action=start Restart, start or stop the migration coordinator service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createMigrationCoordinatorServiceActionStop POST /node/services/migration-coordinator?action=stop Restart, start or stop the migration coordinator service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNSXMessageBusServiceActionRestart POST /node/services/nsx-message-bus?action=restart Restart, start or stop the NSX Message Bus service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNSXMessageBusServiceActionStart POST /node/services/nsx-message-bus?action=start Restart, start or stop the NSX Message Bus service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNSXMessageBusServiceActionStop POST /node/services/nsx-message-bus?action=stop Restart, start or stop the NSX Message Bus service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNTPServiceActionRestart POST /node/services/ntp?action=restart Restart, start or stop the NTP service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNTPServiceActionStart POST /node/services/ntp?action=start Restart, start or stop the NTP service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNTPServiceActionStop POST /node/services/ntp?action=stop Restart, start or stop the NTP service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNodeNetworkRoute POST /node/network/routes Create node network route
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNodeStatsServiceActionRestart POST /node/services/node-stats?action=restart Restart, start or stop the NSX node-stats service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNodeStatsServiceActionStart POST /node/services/node-stats?action=start Restart, start or stop the NSX node-stats service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNodeStatsServiceActionStop POST /node/services/node-stats?action=stop Restart, start or stop the NSX node-stats service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNsxUiServiceServiceActionRestart POST /node/services/ui-service?action=restart Restart, Start and Stop the ui service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNsxUiServiceServiceActionStart POST /node/services/ui-service?action=start Restart, Start and Stop the ui service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNsxUiServiceServiceActionStop POST /node/services/ui-service?action=stop Restart, Start and Stop the ui service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNsxUpgradeAgentServiceActionRestart POST /node/services/nsx-upgrade-agent?action=restart Restart, start or stop the NSX upgrade agent service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNsxUpgradeAgentServiceActionStart POST /node/services/nsx-upgrade-agent?action=start Restart, start or stop the NSX upgrade agent service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createNsxUpgradeAgentServiceActionStop POST /node/services/nsx-upgrade-agent?action=stop Restart, start or stop the NSX upgrade agent service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPhonehomeCoordinatorServiceActionRestart POST /node/services/telemetry?action=restart Restart, start or stop Telemetry service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPhonehomeCoordinatorServiceActionStart POST /node/services/telemetry?action=start Restart, start or stop Telemetry service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPhonehomeCoordinatorServiceActionStop POST /node/services/telemetry?action=stop Restart, start or stop Telemetry service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPlatformClientServiceActionRestart POST /node/services/nsx-platform-client?action=restart Restart, start or stop the NSX Platform Client service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPlatformClientServiceActionStart POST /node/services/nsx-platform-client?action=start Restart, start or stop the NSX Platform Client service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPlatformClientServiceActionStop POST /node/services/nsx-platform-client?action=stop Restart, start or stop the NSX Platform Client service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPolicyServiceActionRestart POST /node/services/policy?action=restart Restart, start or stop the service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPolicyServiceActionStart POST /node/services/policy?action=start Restart, start or stop the service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createPolicyServiceActionStop POST /node/services/policy?action=stop Restart, start or stop the service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createProtonServiceActionRestart POST /node/services/manager?action=restart Restart, start or stop the service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createProtonServiceActionStart POST /node/services/manager?action=start Restart, start or stop the service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createProtonServiceActionStop POST /node/services/manager?action=stop Restart, start or stop the service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createProxyServiceActionRestart POST /node/services/http?action=restart Restart the http service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createProxyServiceActionStart POST /node/services/http?action=start Start the http service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createProxyServiceActionStop POST /node/services/http?action=stop Stop the http service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createProxyServiceApplyCertificateActionApplyCertificate POST /node/services/http?action=apply_certificate Update http service certificate
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createRabbitMQServiceActionRestart POST /node/services/mgmt-plane-bus?action=restart Restart, start or stop the Rabbit MQ service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createRabbitMQServiceActionStart POST /node/services/mgmt-plane-bus?action=start Restart, start or stop the Rabbit MQ service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createRabbitMQServiceActionStop POST /node/services/mgmt-plane-bus?action=stop Restart, start or stop the Rabbit MQ service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createRemoteDirectoryCreateRemoteDirectory POST /node/file-store?action=create_remote_directory Create directory in remote file server
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createRepositoryServiceActionRestart POST /node/services/install-upgrade?action=restart Restart, start or stop the NSX install-upgrade service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createRepositoryServiceActionStart POST /node/services/install-upgrade?action=start Restart, start or stop the NSX install-upgrade service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createRepositoryServiceActionStop POST /node/services/install-upgrade?action=stop Restart, start or stop the NSX install-upgrade service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSNMPServiceActionRestart POST /node/services/snmp?action=restart Restart, start or stop the SNMP service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSNMPServiceActionStart POST /node/services/snmp?action=start Restart, start or stop the SNMP service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSNMPServiceActionStop POST /node/services/snmp?action=stop Restart, start or stop the SNMP service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSSHServiceActionNotifyMpaRestart POST /node/services/ssh/notify_mpa?action=restart Restart, start or stop the ssh service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSSHServiceActionNotifyMpaStart POST /node/services/ssh/notify_mpa?action=start Restart, start or stop the ssh service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSSHServiceActionNotifyMpaStop POST /node/services/ssh/notify_mpa?action=stop Restart, start or stop the ssh service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSSHServiceActionRestart POST /node/services/ssh?action=restart Restart, start or stop the ssh service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSSHServiceActionStart POST /node/services/ssh?action=start Restart, start or stop the ssh service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSSHServiceActionStop POST /node/services/ssh?action=stop Restart, start or stop the ssh service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSSHServiceRemoveHostFingerprintActionRemoveHostFingerprint POST /node/services/ssh?action=remove_host_fingerprint Remove a host's fingerprint from known hosts file
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSearchServiceActionRestart POST /node/services/search?action=restart Restart, start or stop the NSX Search service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSearchServiceActionStart POST /node/services/search?action=start Restart, start or stop the NSX Search service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSearchServiceActionStop POST /node/services/search?action=stop Restart, start or stop the NSX Search service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSyslogServiceActionRestart POST /node/services/syslog?action=restart Restart, start or stop the syslog service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSyslogServiceActionStart POST /node/services/syslog?action=start Restart, start or stop the syslog service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi createSyslogServiceActionStop POST /node/services/syslog?action=stop Restart, start or stop the syslog service
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi dELETERabbitMQManagementPort DELETE /node/rabbitmq-management-port Delete RabbitMQ management port
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi deleteApplianceManagementTask DELETE /node/tasks/{task-id} Delete task
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi deleteFile DELETE /node/file-store/{file-name} Delete file
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi deleteNodeNetworkRoute DELETE /node/network/routes/{route-id} Delete node network route
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi deleteNodeSyslogExporter DELETE /node/services/syslog/exporters/{exporter-name} Delete node syslog exporter
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi deleteNodeUserSshKeyRemoveSshKey POST /node/users/{userid}/ssh-keys?action=remove_ssh_key Remove SSH public key from authorized_keys file for node user
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi deleteSupportBundlesAsyncResponseDeleteAsyncResponse POST /administration/support-bundles?action=delete_async_response Delete existing support bundles waiting to be downloaded
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi getControllerProfilerStatus GET /node/services/controller/profiler Get the status (Enabled/Disabled) of controller profiler
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi getNodeMandatoryAccessControl GET /node/hardening-policy/mandatory-access-control Gets the enable status for Mandatory Access Control
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi getNodeMandatoryAccessControlReport GET /node/hardening-policy/mandatory-access-control/report Get the report for Mandatory Access Control
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokeDeleteClusterCentralAPI DELETE /cluster/{target-node-id}/{target-uri} Invoke DELETE request on target cluster node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokeDeleteFabricCentralAPI DELETE /fabric/nodes/{target-node-id}/{target-uri} Invoke DELETE request on target fabric node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokeDeleteTransportNodeCentralAPI DELETE /transport-nodes/{target-node-id}/{target-uri} Invoke DELETE request on target transport node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokeGetClusterCentralAPI GET /cluster/{target-node-id}/{target-uri} Invoke GET request on target cluster node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokeGetFabricCentralAPI GET /fabric/nodes/{target-node-id}/{target-uri} Invoke GET request on target fabric node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokeGetTransportNodeCentralAPI GET /transport-nodes/{target-node-id}/{target-uri} Invoke GET request on target transport node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokePostClusterCentralAPI POST /cluster/{target-node-id}/{target-uri} Invoke POST request on target cluster node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokePostFabricCentralAPI POST /fabric/nodes/{target-node-id}/{target-uri} Invoke POST request on target fabric node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokePostTransportNodeCentralAPI POST /transport-nodes/{target-node-id}/{target-uri} Invoke POST request on target transport node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokePutClusterCentralAPI PUT /cluster/{target-node-id}/{target-uri} Invoke PUT request on target cluster node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokePutFabricCentralAPI PUT /fabric/nodes/{target-node-id}/{target-uri} Invoke PUT request on target fabric node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi invokePutTransportNodeCentralAPI PUT /transport-nodes/{target-node-id}/{target-uri} Invoke PUT request on target transport node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listApplianceManagementTasks GET /node/tasks List appliance management tasks
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listFiles GET /node/file-store List node files
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listNodeInterfaces GET /node/network/interfaces List the NSX Manager's Network Interfaces
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listNodeNetworkRoutes GET /node/network/routes List node network routes
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listNodeProcesses GET /node/processes List node processes
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listNodeServices GET /node/services List node services
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listNodeSyslogExporters GET /node/services/syslog/exporters List node syslog exporters
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listNodeUserSshKeys GET /node/users/{userid}/ssh-keys List SSH keys from authorized_keys file for node user
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi listNodeUsers GET /node/users List node users
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi postNodeSyslogExporter POST /node/services/syslog/exporters Add node syslog exporter
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readApplianceManagementService GET /node/services/node-mgmt Read appliance management service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readApplianceManagementServiceStatus GET /node/services/node-mgmt/status Read appliance management service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readApplianceManagementTaskProperties GET /node/tasks/{task-id} Read task properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readApplianceNodeStatus GET /node/status Read node status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readAsyncApplianceManagementTaskResponse GET /node/tasks/{task-id}/response Read asynchronous task response
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readAuthProviderVidm GET /node/aaa/providers/vidm Read AAA provider vIDM properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readAuthProviderVidmStatus GET /node/aaa/providers/vidm/status Read AAA provider vIDM status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readClusterBootManagerService GET /node/services/cluster_manager Read cluster boot manager service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readClusterBootManagerServiceStatus GET /node/services/cluster_manager/status Read cluster boot manager service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readCminventoryService GET /node/services/cm-inventory Read cm inventory service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readCminventoryServiceStatus GET /node/services/cm-inventory/status Read manager service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readControllerServerCertificate GET /node/services/controller/controller-certificate Read controller server certificate properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readControllerServerService GET /node/services/controller Read controller service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readControllerServerServiceStatus GET /node/services/controller/status Read controller service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readFile GET /node/file-store/{file-name}/data Read file contents
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readFileProperties GET /node/file-store/{file-name} Read file properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readFileThumbprint GET /node/file-store/{file-name}/thumbprint Read file thumbprint
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readLiagentService GET /node/services/liagent Read liagent service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readLiagentServiceStatus GET /node/services/liagent/status Read liagent service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readMigrationCoordinatorService GET /node/services/migration-coordinator Read migration coordinator service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readMigrationCoordinatorServiceStatus GET /node/services/migration-coordinator/status Read migration coordinator service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNSXMessageBusService GET /node/services/nsx-message-bus Read NSX Message Bus service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNSXMessageBusServiceStatus GET /node/services/nsx-message-bus/status Read NSX Message Bus service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNTPService GET /node/services/ntp Read NTP service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNTPServiceStatus GET /node/services/ntp/status Read NTP service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNetworkInterfaceStatistics GET /node/network/interfaces/{interface-id}/stats Read the NSX Manager's Network Interface Statistics
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNetworkProperties GET /node/network Read network configuration properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeInterface GET /node/network/interfaces/{interface-id} Read the NSX Manager's Network Interface
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeNameServers GET /node/network/name-servers Read the NSX Manager's Name Servers
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeNetworkRoute GET /node/network/routes/{route-id} Read node network route
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeProcess GET /node/processes/{process-id} Read node process
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeProperties GET /node Read node properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeSearchDomains GET /node/network/search-domains Read the NSX Manager's Search Domains
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeStatsService GET /node/services/node-stats Read NSX node-stats service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeStatsServiceStatus GET /node/services/node-stats/status Read NSX node-stats service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeSupportBundle GET /node/support-bundle Read node support bundle
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeSyslogExporter GET /node/services/syslog/exporters/{exporter-name} Read node syslog exporter
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeUser GET /node/users/{userid} Read node user
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNodeVersion GET /node/version Read node version
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNsxUiServiceService GET /node/services/ui-service Read ui service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNsxUiServiceServiceStatus GET /node/services/ui-service/status Read ui service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNsxUpgradeAgentService GET /node/services/nsx-upgrade-agent Read NSX upgrade Agent service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readNsxUpgradeAgentServiceStatus GET /node/services/nsx-upgrade-agent/status Read Nsx upgrade agent service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readPhonehomeCoordinatorService GET /node/services/telemetry Read Telemetry service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readPhonehomeCoordinatorServiceStatus GET /node/services/telemetry/status Read Telemetry service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readPlatformClientService GET /node/services/nsx-platform-client Read NSX Platform Client service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readPlatformClientServiceStatus GET /node/services/nsx-platform-client/status Read NSX Platform Client service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readPolicyService GET /node/services/policy Read service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readPolicyServiceStatus GET /node/services/policy/status Read service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readProtonService GET /node/services/manager Read service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readProtonServiceStatus GET /node/services/manager/status Read service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readProxyService GET /node/services/http Read http service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readProxyServiceStatus GET /node/services/http/status Read http service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readRabbitMQService GET /node/services/mgmt-plane-bus Read Rabbit MQ service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readRabbitMQServiceStatus GET /node/services/mgmt-plane-bus/status Read Rabbit MQ service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readRepositoryService GET /node/services/install-upgrade Read NSX install-upgrade service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readRepositoryServiceStatus GET /node/services/install-upgrade/status Read NSX install-upgrade service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSNMPService GET /node/services/snmp Read SNMP service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSNMPServiceStatus GET /node/services/snmp/status Read SNMP service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSNMPV3EngineID GET /node/services/snmp/v3-engine-id Read SNMP V3 Engine ID
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSSHService GET /node/services/ssh Read ssh service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSSHServiceStatus GET /node/services/ssh/status Read ssh service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSearchService GET /node/services/search Read NSX Search service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSearchServiceStatus GET /node/services/search/status Read NSX Search service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSyslogService GET /node/services/syslog Read syslog service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi readSyslogServiceStatus GET /node/services/syslog/status Read syslog service status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi resetPolicyServiceLoggingLevelActionResetManagerLoggingLevels POST /node/services/policy?action=reset-manager-logging-levels Reset the logging levels to default values
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi resetProtonServiceLoggingLevelActionResetManagerLoggingLevels POST /node/services/manager?action=reset-manager-logging-levels Reset the logging levels to default values
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi restartOrShutdownNodeRestart POST /node?action=restart Restart or shutdown node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi restartOrShutdownNodeShutdown POST /node?action=shutdown Restart or shutdown node
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi setControllerProfiler PUT /node/services/controller/profiler Enable or disable controller profiler
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi setNodeMandatoryAccessControl PUT /node/hardening-policy/mandatory-access-control Enable or disable Mandatory Access Control
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi setRabbitMQManagementPort POST /node/rabbitmq-management-port Set RabbitMQ management port
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateApplianceNodeStatusClearBootupError POST /node/status?action=clear_bootup_error Update node status
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateAuthProviderVidm PUT /node/aaa/providers/vidm Update AAA provider vIDM properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateFile PUT /node/file-store/{file-name}/data Replace file contents
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateNTPService PUT /node/services/ntp Update NTP service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateNodeInterface PUT /node/network/interfaces/{interface-id} Update the NSX Manager's Network Interface
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateNodeNameServers PUT /node/network/name-servers Update the NSX Manager's Name Servers
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateNodeProperties PUT /node Update node properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateNodeSearchDomains PUT /node/network/search-domains Update the NSX Manager's Search Domains
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateNodeUser PUT /node/users/{userid} Update node user
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updatePolicyService PUT /node/services/policy Update service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateProtonService PUT /node/services/manager Update service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateProxyService PUT /node/services/http Update http service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateRepositoryService PUT /node/services/install-upgrade Update NSX install-upgrade service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateSNMPService PUT /node/services/snmp Update SNMP service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateSNMPV3EngineID PUT /node/services/snmp/v3-engine-id Update SNMP V3 Engine ID
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateSSHService PUT /node/services/ssh Update ssh service properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi updateUcState PUT /node/services/install-upgrade/uc-state Update UC state properties
ManagementPlaneApiNsxComponentAdministrationApplianceManagementApi verifyNodeSyslogExporterVerify POST /node/services/syslog/exporters?action=verify Verify node syslog exporter
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementBackupApi configureBackupConfig PUT /cluster/backups/config Configure backup
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementBackupApi getBackupConfig GET /cluster/backups/config Get backup configuration
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementBackupApi getBackupHistory GET /cluster/backups/history Get backup history
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementBackupApi getBackupStatus GET /cluster/backups/status Get backup status
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementBackupApi getSshFingerprintOfServerRetrieveSshFingerprint POST /cluster/backups?action=retrieve_ssh_fingerprint Get ssh fingerprint of remote(backup) server
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementBackupApi requestOnetimeBackupBackupToRemote POST /cluster?action=backup_to_remote Request one-time backup
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementBackupApi requestOnetimeInventorySummarySummarizeInventoryToRemote POST /cluster?action=summarize_inventory_to_remote Request one-time inventory summary.
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi advanceClusterRestoreAdvance POST /cluster/restore?action=advance Advance any suspended restore operation
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi cancelClusterRestoreCancel POST /cluster/restore?action=cancel Cancel any running restore operation
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi configureRestoreConfig PUT /cluster/restore/config Configure Restore SFTP server credentials
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi getRestoreConfig GET /cluster/restore/config Get Restore configuration
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi initiateClusterRestoreStart POST /cluster/restore?action=start Initiate a restore operation
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi listClusterBackupTimestamps GET /cluster/restore/backuptimestamps List timestamps of all available Cluster Backups.
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi listRestoreInstructionResources GET /cluster/restore/instruction-resources List resources for a given instruction, to be shown to/executed by users.
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi queryClusterRestoreStatus GET /cluster/restore/status Query Restore Request Status
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi retryClusterRestoreRetry POST /cluster/restore?action=retry Retry any failed restore operation
ManagementPlaneApiNsxComponentAdministrationBackupRestoreManagementRestoreApi suspendClusterRestoreSuspend POST /cluster/restore?action=suspend Suspend any running restore operation
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi addClusterNode POST /cluster/nodes Add a controller to the cluster
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi clearClusterCertificateClearClusterCertificate POST /cluster/api-certificate?action=clear_cluster_certificate Clear the cluster certificate
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi clearClusterVirtualIpClearVirtualIp POST /cluster/api-virtual-ip?action=clear_virtual_ip Clear cluster virtual IP address
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi deleteClusterNodeConfig DELETE /cluster/nodes/{node-id} Remove a controller from the cluster
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi detachClusterNodeRemoveNode POST /cluster/{node-id}?action=remove_node Detach a node from the Cluster
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi getApiServiceConfig GET /cluster/api-service Read API service properties
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi getClusterCertificateId GET /cluster/api-certificate Read cluster certificate ID
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi getClusterNodeConfig GET /cluster/{node-id} Read cluster node configuration
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi getClusterVirtualIp GET /cluster/api-virtual-ip Read cluster virtual IP address
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi joinClusterJoinCluster POST /cluster?action=join_cluster Join this node to a NSX Cluster
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi listClusterNodeConfigs GET /cluster/nodes List Cluster Node Configurations
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi listClusterNodeInterfaces GET /cluster/nodes/{node-id}/network/interfaces List the specified node's Network Interfaces
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi readClusterConfig GET /cluster Read Cluster Configuration
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi readClusterNodeConfig GET /cluster/nodes/{node-id} Read Cluster Node Configuration
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi readClusterNodeInterface GET /cluster/nodes/{node-id}/network/interfaces/{interface-id} Read the node's Network Interface
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi readClusterNodeInterfaceStatistics GET /cluster/nodes/{node-id}/network/interfaces/{interface-id}/stats Read the NSX Manager/Controller's Network Interface Statistics
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi readClusterNodeStatus GET /cluster/nodes/{node-id}/status Read cluster node runtime status
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi readClusterNodesAggregateStatus GET /cluster/nodes/status Read cluster runtime status
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi readClusterStatus GET /cluster/status Read Cluster Status
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi setClusterCertificateSetClusterCertificate POST /cluster/api-certificate?action=set_cluster_certificate Set the cluster certificate
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi setClusterVirtualIpSetVirtualIp POST /cluster/api-virtual-ip?action=set_virtual_ip Set cluster virtual IP address
ManagementPlaneApiNsxComponentAdministrationClusterManagementApi updateApiServiceConfig PUT /cluster/api-service Update API service properties
ManagementPlaneApiNsxComponentAdministrationNsxAdministrationApi readManagementConfig GET /configs/management Read NSX Management nodes global configuration.
ManagementPlaneApiNsxComponentAdministrationNsxAdministrationApi updateManagementConfig PUT /configs/management Update NSX Management nodes global configuration
ManagementPlaneApiNsxComponentAdministrationSystemPropertiesApi deleteMPAConfiguration DELETE /node/mpa-config Delete the MPA config file
ManagementPlaneApiNsxComponentAdministrationSystemPropertiesApi deleteManagementPlaneConfiguration DELETE /node/management-plane Delete the management_plane config
ManagementPlaneApiNsxComponentAdministrationSystemPropertiesApi readMPAConfiguration GET /node/mpa-config MPA config for the management plane this node is communicating with
ManagementPlaneApiNsxComponentAdministrationSystemPropertiesApi readManagementPlaneConfiguration GET /node/management-plane Management plane this controller is communicating with
ManagementPlaneApiNsxComponentAdministrationSystemPropertiesApi updateMPAConfiguration PUT /node/mpa-config Update management plane agent configuration
ManagementPlaneApiNsxComponentAdministrationSystemPropertiesApi updateManagementPlaneConfiguration PUT /node/management-plane Update management plane configuration
ManagementPlaneApiNsxComponentAdministrationTrustManagementCertificateApi addCertificateImport POST /trust-management/certificates?action=import Add a New Certificate
ManagementPlaneApiNsxComponentAdministrationTrustManagementCertificateApi deleteCertificate DELETE /trust-management/certificates/{cert-id} Delete Certificate for the Given Certificate ID
ManagementPlaneApiNsxComponentAdministrationTrustManagementCertificateApi getCertificate GET /trust-management/certificates/{cert-id} Show Certificate Data for the Given Certificate ID
ManagementPlaneApiNsxComponentAdministrationTrustManagementCertificateApi getCertificates GET /trust-management/certificates Return All the User-Facing Components' Certificates
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi addCrlImport POST /trust-management/crls?action=import Add a New Certificate Revocation List
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi createCrlDistributionPoint POST /trust-management/crl-distribution-points Create a Crl Distribution Point
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi deleteCrl DELETE /trust-management/crls/{crl-id} Delete a CRL
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi deleteCrlDistributionPoint DELETE /trust-management/crl-distribution-points/{crl-distribution-point-id} Delete a CrlDistributionPoint
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi getCrl GET /trust-management/crls/{crl-id} Show CRL Data for the Given CRL ID
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi getCrlDistributionPoint GET /trust-management/crl-distribution-points/{crl-distribution-point-id} Return the CrlDistributionPoint with <crl-distribution-point-id>
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi getCrlDistributionPointPem POST /trust-management/crl-distribution-points/pem-file Return stored CRL in PEM format
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi getCrlDistributionPointStatus GET /trust-management/crl-distribution-points/{crl-distribution-point-id}/status Return the status of the CrlDistributionPoint
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi getCrls GET /trust-management/crls Return All Added CRLs
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi getTrustObjects GET /trust-management Return the Properties of a Trust Manager
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi listCrlDistributionPoints GET /trust-management/crl-distribution-points Return the list of CrlDistributionPoints
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi updateCrl PUT /trust-management/crls/{crl-id} Update CRL for the Given CRL ID
ManagementPlaneApiNsxComponentAdministrationTrustManagementCrlApi updateCrlDistributionPoint PUT /trust-management/crl-distribution-points/{crl-distribution-point-id} Update CrlDistributionPoint with <crl-distribution-point-id> This allows updating the ManagedResource fields.
ManagementPlaneApiNsxComponentAdministrationTrustManagementCsrApi deleteCsr DELETE /trust-management/csrs/{csr-id} Delete a CSR
ManagementPlaneApiNsxComponentAdministrationTrustManagementCsrApi generateCsr POST /trust-management/csrs Generate a New Certificate Signing Request
ManagementPlaneApiNsxComponentAdministrationTrustManagementCsrApi getCsr GET /trust-management/csrs/{csr-id} Show CSR Data for the Given CSR ID
ManagementPlaneApiNsxComponentAdministrationTrustManagementCsrApi getCsrPem GET /trust-management/csrs/{csr-id}/pem-file Get CSR PEM File for the Given CSR ID
ManagementPlaneApiNsxComponentAdministrationTrustManagementCsrApi getCsrs GET /trust-management/csrs Return All the Generated CSRs
ManagementPlaneApiNsxComponentAdministrationTrustManagementCsrApi importCertificateImport POST /trust-management/csrs/{csr-id}?action=import Import a Certificate Associated with an Approved CSR
ManagementPlaneApiNsxComponentAdministrationTrustManagementCsrApi selfSignCertificateSelfSign POST /trust-management/csrs/{csr-id}?action=self_sign Self-Sign the CSR
ManagementPlaneApiNsxComponentAdministrationTrustManagementPrincipalIdentityApi deletePrincipalIdentity DELETE /trust-management/principal-identities/{principal-identity-id} Delete a principal identity
ManagementPlaneApiNsxComponentAdministrationTrustManagementPrincipalIdentityApi getPrincipalIdentities GET /trust-management/principal-identities Return the list of principal identities
ManagementPlaneApiNsxComponentAdministrationTrustManagementPrincipalIdentityApi getPrincipalIdentity GET /trust-management/principal-identities/{principal-identity-id} Get a Principal Identity
ManagementPlaneApiNsxComponentAdministrationTrustManagementPrincipalIdentityApi registerPrincipalIdentity POST /trust-management/principal-identities Register a name-certificate combination.
ManagementPlaneApiNsxComponentAdministrationTrustManagementPrincipalIdentityApi registerPrincipalIdentityWithCertificate POST /trust-management/principal-identities/with-certificate Register a name-certificate combination.
ManagementPlaneApiNsxComponentAdministrationTrustManagementPrincipalIdentityApi updatePrincipalIdentityCertificateUpdateCertificate POST /trust-management/principal-identities?action=update_certificate Update a Principal Identity's certificate
ManagementPlaneApiNsxNotificationsApi addNotificationWatcher POST /notification-watchers Add a new notification watcher.
ManagementPlaneApiNsxNotificationsApi addUriFiltersAddUriFilters POST /notification-watchers/{watcher-id}/notifications?action=add_uri_filters Add uri filters for the specified watcher ID.
ManagementPlaneApiNsxNotificationsApi deleteNotificationWatcher DELETE /notification-watchers/{watcher-id} Delete an existing Notification-Watcher.
ManagementPlaneApiNsxNotificationsApi deleteUriFiltersDeleteUriFilters POST /notification-watchers/{watcher-id}/notifications?action=delete_uri_filters Delete uri filters for the specified watcher ID.
ManagementPlaneApiNsxNotificationsApi getNotificationWatcher GET /notification-watchers/{watcher-id} Returns notification watcher by watcher id.
ManagementPlaneApiNsxNotificationsApi getNotifications GET /notification-watchers/{watcher-id}/notifications Get notifications for the specified watcher ID.
ManagementPlaneApiNsxNotificationsApi listNotificationWatchers GET /notification-watchers Returns a list of registered notification watchers.
ManagementPlaneApiNsxNotificationsApi updateNotificationWatcher PUT /notification-watchers/{watcher-id} Update notification watcher.
ManagementPlaneApiNsxNotificationsApi updateNotifications PUT /notification-watchers/{watcher-id}/notifications Update notifications for the specified watcher ID.
ManagementPlaneApiOperationsIpfixApi createIpfixCollectorConfig POST /ipfix/collectorconfigs Create a new IPFIX collector configuration
ManagementPlaneApiOperationsIpfixApi createIpfixConfig POST /ipfix/configs Create a new IPFIX configuration
ManagementPlaneApiOperationsIpfixApi deleteIpfixCollectorConfig DELETE /ipfix/collectorconfigs/{collector-config-id} Delete an existing IPFIX collector configuration
ManagementPlaneApiOperationsIpfixApi deleteIpfixConfig DELETE /ipfix/configs/{config-id} Delete an existing IPFIX configuration
ManagementPlaneApiOperationsIpfixApi getIpfixCollectorConfig GET /ipfix/collectorconfigs/{collector-config-id} Get an existing IPFIX collector configuration
ManagementPlaneApiOperationsIpfixApi getIpfixConfig GET /ipfix/configs/{config-id} Get an existing IPFIX configuration
ManagementPlaneApiOperationsIpfixApi listIpfixCollectorConfig GET /ipfix/collectorconfigs List IPFIX collector configurations
ManagementPlaneApiOperationsIpfixApi listIpfixConfig GET /ipfix/configs List IPFIX configuration
ManagementPlaneApiOperationsIpfixApi updateIpfixCollectorConfig PUT /ipfix/collectorconfigs/{collector-config-id} Update an existing IPFIX collector configuration
ManagementPlaneApiOperationsIpfixApi updateIpfixConfig PUT /ipfix/configs/{config-id} Update an existing IPFIX configuration
ManagementPlaneApiOperationsLldpApi listFabricNodeNeighborProperties GET /lldp/fabric-nodes/{fabric-node-id}/interfaces List LLDP Neighbor Properties of Fabric Node
ManagementPlaneApiOperationsLldpApi readFabricNodeNeighborProperties GET /lldp/fabric-nodes/{fabric-node-id}/interfaces/{interface-name} Read LLDP Neighbor Properties of Fabric Node by Interface Name
ManagementPlaneApiPoolManagementIpBlocksApi allocateOrReleaseFromIpBlockSubnet POST /pools/ip-subnets/{subnet-id} Allocate or Release an IP Address from a Ip Subnet
ManagementPlaneApiPoolManagementIpBlocksApi createIpBlock POST /pools/ip-blocks Create a new IP address block.
ManagementPlaneApiPoolManagementIpBlocksApi createIpBlockSubnet POST /pools/ip-subnets Create subnet of specified size within an IP block
ManagementPlaneApiPoolManagementIpBlocksApi deleteIpBlock DELETE /pools/ip-blocks/{block-id} Delete an IP Address Block
ManagementPlaneApiPoolManagementIpBlocksApi deleteIpBlockSubnet DELETE /pools/ip-subnets/{subnet-id} Delete subnet within an IP block
ManagementPlaneApiPoolManagementIpBlocksApi listIpBlockSubnets GET /pools/ip-subnets List subnets within an IP block
ManagementPlaneApiPoolManagementIpBlocksApi listIpBlocks GET /pools/ip-blocks Returns list of configured IP address blocks.
ManagementPlaneApiPoolManagementIpBlocksApi readIpBlock GET /pools/ip-blocks/{block-id} Get IP address block information.
ManagementPlaneApiPoolManagementIpBlocksApi readIpBlockSubnet GET /pools/ip-subnets/{subnet-id} Get the subnet within an IP block
ManagementPlaneApiPoolManagementIpBlocksApi updateIpBlock PUT /pools/ip-blocks/{block-id} Update an IP Address Block
ManagementPlaneApiPoolManagementIpPoolsApi allocateOrReleaseFromIpPool POST /pools/ip-pools/{pool-id} Allocate or Release an IP Address from a Pool
ManagementPlaneApiPoolManagementIpPoolsApi createIpPool POST /pools/ip-pools Create an IP Pool
ManagementPlaneApiPoolManagementIpPoolsApi deleteIpPool DELETE /pools/ip-pools/{pool-id} Delete an IP Pool
ManagementPlaneApiPoolManagementIpPoolsApi listIpPoolAllocations GET /pools/ip-pools/{pool-id}/allocations List IP Pool Allocations
ManagementPlaneApiPoolManagementIpPoolsApi listIpPools GET /pools/ip-pools List IP Pools
ManagementPlaneApiPoolManagementIpPoolsApi readIpPool GET /pools/ip-pools/{pool-id} Read IP Pool
ManagementPlaneApiPoolManagementIpPoolsApi updateIpPool PUT /pools/ip-pools/{pool-id} Update an IP Pool
ManagementPlaneApiPoolManagementMacPoolsApi listMacPools GET /pools/mac-pools List MAC Pools
ManagementPlaneApiPoolManagementMacPoolsApi readMacPool GET /pools/mac-pools/{pool-id} Read MAC Pool
ManagementPlaneApiPoolManagementVniPoolsApi listVNIPools GET /pools/vni-pools List VNI Pools
ManagementPlaneApiPoolManagementVniPoolsApi readVNIPool GET /pools/vni-pools/{pool-id} Read VNI Pool
ManagementPlaneApiPoolManagementVniPoolsApi updateVNIPool PUT /pools/vni-pools/{pool-id} Update a VNI Pool
ManagementPlaneApiPoolManagementVtepLabelPoolsApi listVtepLabelPools GET /pools/vtep-label-pools List virtual tunnel endpoint Label Pools
ManagementPlaneApiPoolManagementVtepLabelPoolsApi readVtepLabelPool GET /pools/vtep-label-pools/{pool-id} Read a virtual tunnel endpoint label pool
ManagementPlaneApiProxyConfigurationApi getProxyConfig GET /proxy/config Returns the proxy configuration
ManagementPlaneApiProxyConfigurationApi updateProxyConfig PUT /proxy/config Creates or updates the proxy configuration
ManagementPlaneApiRealizationApi getCurrentBarrier GET /realization-state-barrier/current Gets the current barrier number
ManagementPlaneApiRealizationApi getRealizationStateBarrierConfig GET /realization-state-barrier/config Gets the realization state barrier configuration
ManagementPlaneApiRealizationApi incrementRealizationStateBarrierIncrement POST /realization-state-barrier/current?action=increment Increments the barrier count by 1
ManagementPlaneApiRealizationApi updateRealizationStateBarrierConfig PUT /realization-state-barrier/config Updates the barrier configuration
ManagementPlaneApiServiceConfigApi createServiceConfig POST /service-configs Create service config
ManagementPlaneApiServiceConfigApi deleteServiceConfig DELETE /service-configs/{config-set-id} Delete Service Config
ManagementPlaneApiServiceConfigApi effectiveProfiles GET /service-configs/effective-profiles Get Effective Profiles for an Entity
ManagementPlaneApiServiceConfigApi listServiceConfigs GET /service-configs List service configs
ManagementPlaneApiServiceConfigApi readServiceConfig GET /service-configs/{config-set-id} Read Service Config
ManagementPlaneApiServiceConfigApi serviceConfigBatchOperation POST /service-configs/batch Creates/Updates service configs sent in batch request
ManagementPlaneApiServiceConfigApi updateServiceConfig PUT /service-configs/{config-set-id} Update service config
ManagementPlaneApiServicesDhcpApi createDhcpIpPool POST /dhcp/servers/{server-id}/ip-pools Create an ip pool for a DHCP server
ManagementPlaneApiServicesDhcpApi createDhcpProfile POST /dhcp/server-profiles Create a DHCP server profile
ManagementPlaneApiServicesDhcpApi createDhcpServer POST /dhcp/servers Create a DHCP server
ManagementPlaneApiServicesDhcpApi createDhcpStaticBinding POST /dhcp/servers/{server-id}/static-bindings Create a static binding for a DHCP server
ManagementPlaneApiServicesDhcpApi deleteADhcpLease DELETE /dhcp/servers/{server-id}/leases Delete a single DHCP lease entry specified by ip and mac.
ManagementPlaneApiServicesDhcpApi deleteDhcpIpPool DELETE /dhcp/servers/{server-id}/ip-pools/{pool-id} Delete a DHCP server's IP pool
ManagementPlaneApiServicesDhcpApi deleteDhcpProfile DELETE /dhcp/server-profiles/{profile-id} Delete a DHCP server profile
ManagementPlaneApiServicesDhcpApi deleteDhcpServer DELETE /dhcp/servers/{server-id} Delete a DHCP server
ManagementPlaneApiServicesDhcpApi deleteDhcpStaticBinding DELETE /dhcp/servers/{server-id}/static-bindings/{binding-id} Delete a static binding
ManagementPlaneApiServicesDhcpApi getDhcpIpPoolState GET /dhcp/servers/{server-id}/ip-pools/{pool-id}/state Get the realized state of a dhcp ip pool
ManagementPlaneApiServicesDhcpApi getDhcpLeaseInfo GET /dhcp/servers/{server-id}/leases Get specific leases of a given dhcp server
ManagementPlaneApiServicesDhcpApi getDhcpServerState GET /dhcp/servers/{server-id}/state Get the realized state of a dhcp server
ManagementPlaneApiServicesDhcpApi getDhcpStaticBindingState GET /dhcp/servers/{server-id}/static-bindings/{binding-id}/state Get the realized state of a dhcp static binding
ManagementPlaneApiServicesDhcpApi getDhcpStatistics GET /dhcp/servers/{server-id}/statistics Get DHCP statistics with given dhcp server id
ManagementPlaneApiServicesDhcpApi getDhcpStatus GET /dhcp/servers/{server-id}/status Get DHCP service status with given dhcp server id
ManagementPlaneApiServicesDhcpApi listDhcpIpPools GET /dhcp/servers/{server-id}/ip-pools Get a paginated list of a DHCP server's IP pools
ManagementPlaneApiServicesDhcpApi listDhcpProfiles GET /dhcp/server-profiles Get a paginated list of DHCP server profiles
ManagementPlaneApiServicesDhcpApi listDhcpServers GET /dhcp/servers Get a paginated list of DHCP servers
ManagementPlaneApiServicesDhcpApi listDhcpStaticBindings GET /dhcp/servers/{server-id}/static-bindings Get a paginated list of a DHCP server's static bindings
ManagementPlaneApiServicesDhcpApi readDhcpIpPool GET /dhcp/servers/{server-id}/ip-pools/{pool-id} Get a DHCP server's IP pool with the specified pool ID
ManagementPlaneApiServicesDhcpApi readDhcpProfile GET /dhcp/server-profiles/{profile-id} Get a DHCP server profile
ManagementPlaneApiServicesDhcpApi readDhcpServer GET /dhcp/servers/{server-id} Get a DHCP server
ManagementPlaneApiServicesDhcpApi readDhcpStaticBinding GET /dhcp/servers/{server-id}/static-bindings/{binding-id} Get a DHCP server's static binding with the specified binding ID
ManagementPlaneApiServicesDhcpApi reallocateDhcpProfileEdgeClusterReallocate POST /dhcp/server-profiles/{server-profile-id}?action=reallocate Reallocate edge cluster and members of given DHCP profile.
ManagementPlaneApiServicesDhcpApi updateDhcpIpPool PUT /dhcp/servers/{server-id}/ip-pools/{pool-id} Update a DHCP server's IP pool
ManagementPlaneApiServicesDhcpApi updateDhcpProfile PUT /dhcp/server-profiles/{profile-id} Update a DHCP server profile
ManagementPlaneApiServicesDhcpApi updateDhcpServer PUT /dhcp/servers/{server-id} Update a DHCP server
ManagementPlaneApiServicesDhcpApi updateDhcpStaticBinding PUT /dhcp/servers/{server-id}/static-bindings/{binding-id} Update a DHCP server's static binding
ManagementPlaneApiServicesDnsApi clearDnsForwarderCacheClearCache POST /dns/forwarders/{forwarder-id}?action=clear_cache Clear the current cache of the DNS forwarder.
ManagementPlaneApiServicesDnsApi createDnsForwader POST /dns/forwarders Create a DNS forwader
ManagementPlaneApiServicesDnsApi deleteDnsForwarder DELETE /dns/forwarders/{forwarder-id} Delete a specific DNS forwarder
ManagementPlaneApiServicesDnsApi disableDnsForwarderDisable POST /dns/forwarders/{forwarder-id}?action=disable Disable the DNS forwarder.
ManagementPlaneApiServicesDnsApi enableDnsForwarderEnable POST /dns/forwarders/{forwarder-id}?action=enable Enable the DNS forwarder.
ManagementPlaneApiServicesDnsApi getDnsForwarderState GET /dns/forwarders/{forwarder-id}/state Get the realized state of a DNS forwarder
ManagementPlaneApiServicesDnsApi getDnsForwarderStatistics GET /dns/forwarders/{forwarder-id}/statistics Get statistics of given dns forwarder
ManagementPlaneApiServicesDnsApi getDnsForwarderStatus GET /dns/forwarders/{forwarder-id}/status Get current status of the given DNS forwarder
ManagementPlaneApiServicesDnsApi getFailedDnsQueries GET /dns/forwarders/{forwarder-id}/failed-queries Get the recent failed DNS queries
ManagementPlaneApiServicesDnsApi listDnsForwaders GET /dns/forwarders Get a paginated list of DNS forwarders
ManagementPlaneApiServicesDnsApi lookupAddress GET /dns/forwarders/{forwarder-id}/nslookup Resolve a given address via the DNS forwarder
ManagementPlaneApiServicesDnsApi readDnsForwader GET /dns/forwarders/{forwarder-id} Retrieve a DNS forwarder
ManagementPlaneApiServicesDnsApi updateDnsForwarder PUT /dns/forwarders/{forwarder-id} Update a specific DNS forwarder
ManagementPlaneApiServicesFirewallApi addMemberAddMember POST /firewall/excludelist?action=add_member Add a new object in the exclude list
ManagementPlaneApiServicesFirewallApi addRuleInSection POST /firewall/sections/{section-id}/rules Add a Single Rule in a Section
ManagementPlaneApiServicesFirewallApi addRulesInSectionCreateMultiple POST /firewall/sections/{section-id}/rules?action=create_multiple Add Multiple Rules in a Section
ManagementPlaneApiServicesFirewallApi addSection POST /firewall/sections Create a New Empty Section
ManagementPlaneApiServicesFirewallApi addSectionWithRulesCreateWithRules POST /firewall/sections?action=create_with_rules Create a Section with Rules
ManagementPlaneApiServicesFirewallApi checkMemberIfExistsCheckIfExists POST /firewall/excludelist?action=check_if_exists Check if the object a member of the exclude list
ManagementPlaneApiServicesFirewallApi createFirewallProfile POST /firewall/profiles Create a firewall profile.
ManagementPlaneApiServicesFirewallApi deleteFirewallProfile DELETE /firewall/profiles/{profile-id} Delete a firewall profile.
ManagementPlaneApiServicesFirewallApi deleteRule DELETE /firewall/sections/{section-id}/rules/{rule-id} Delete an Existing Rule
ManagementPlaneApiServicesFirewallApi deleteSection DELETE /firewall/sections/{section-id} Delete an Existing Section and Its Associated Rules
ManagementPlaneApiServicesFirewallApi disableFirewallOnTargetResourceDisableFirewall POST /firewall/status/{context-type}/{id}?action=disable_firewall Disable firewall on target resource in dfw context
ManagementPlaneApiServicesFirewallApi enableFirewallOnTargetResourceEnableFirewall POST /firewall/status/{context-type}/{id}?action=enable_firewall Enable firewall on target resource in dfw context
ManagementPlaneApiServicesFirewallApi getExcludeList GET /firewall/excludelist Get list of entities in exclude list
ManagementPlaneApiServicesFirewallApi getFirewallProfile GET /firewall/profiles/{profile-id} Get all firewall session timer profiles.
ManagementPlaneApiServicesFirewallApi getFirewallSectionStats GET /firewall/sections/{section-id}/rules/stats Get Firewall section level statistics section
ManagementPlaneApiServicesFirewallApi getFirewallStats GET /firewall/sections/{section-id}/rules/{rule-id}/stats Get Firewall rule level statistics
ManagementPlaneApiServicesFirewallApi getFirewallStatus GET /firewall/status/{context-type} Get firewall global status for dfw context
ManagementPlaneApiServicesFirewallApi getFirewallStatusOnTargetResource GET /firewall/status/{context-type}/{id} Get firewall status for target resource in dfw context
ManagementPlaneApiServicesFirewallApi getRule GET /firewall/sections/{section-id}/rules/{rule-id} Read an Existing Rule
ManagementPlaneApiServicesFirewallApi getRuleState GET /firewall/rules/{rule-id}/state Get the Realized State of a Firewall Rule
ManagementPlaneApiServicesFirewallApi getRules GET /firewall/sections/{section-id}/rules Get All the Rules for a Section
ManagementPlaneApiServicesFirewallApi getSection GET /firewall/sections/{section-id} Get an Existing Section
ManagementPlaneApiServicesFirewallApi getSectionState GET /firewall/sections/{section-id}/state Get the Realized State of a Firewall Section
ManagementPlaneApiServicesFirewallApi getSectionWithRulesListWithRules POST /firewall/sections/{section-id}?action=list_with_rules Get an Existing Section, Including Rules
ManagementPlaneApiServicesFirewallApi getSectionsSummary GET /firewall/sections/summary Get the summary of sections in the firewall configuration.
ManagementPlaneApiServicesFirewallApi listFirewallProfiles GET /firewall/profiles Get firewall profiles available.
ManagementPlaneApiServicesFirewallApi listFirewallStatus GET /firewall/status List all firewall status for supported contexts
ManagementPlaneApiServicesFirewallApi listSections GET /firewall/sections List All Firewall Sections
ManagementPlaneApiServicesFirewallApi lockSectionLock POST /firewall/sections/{section-id}?action=lock Lock a section
ManagementPlaneApiServicesFirewallApi readFirewallRule GET /firewall/rules/{rule-id} Read an Existing Rule
ManagementPlaneApiServicesFirewallApi removeMemberRemoveMember POST /firewall/excludelist?action=remove_member Remove an existing object from the exclude list
ManagementPlaneApiServicesFirewallApi resetFirewallRuleStatsReset POST /firewall/stats?action=reset Reset firewall rule statistics
ManagementPlaneApiServicesFirewallApi reviseRuleRevise POST /firewall/sections/{section-id}/rules/{rule-id}?action=revise Update an Existing Rule and Reorder the Rule
ManagementPlaneApiServicesFirewallApi reviseSectionRevise POST /firewall/sections/{section-id}?action=revise Update an Existing Section, Including Its Position
ManagementPlaneApiServicesFirewallApi reviseSectionWithRulesReviseWithRules POST /firewall/sections/{section-id}?action=revise_with_rules Update an Existing Section with Rules
ManagementPlaneApiServicesFirewallApi unlockSectionUnlock POST /firewall/sections/{section-id}?action=unlock Unlock a section
ManagementPlaneApiServicesFirewallApi updateExcludeList PUT /firewall/excludelist Modify exclude list
ManagementPlaneApiServicesFirewallApi updateFirewallProfile PUT /firewall/profiles/{profile-id} Update a firewall profile.
ManagementPlaneApiServicesFirewallApi updateFirewallStatus PUT /firewall/status/{context-type} Update global firewall status for dfw context
ManagementPlaneApiServicesFirewallApi updateRule PUT /firewall/sections/{section-id}/rules/{rule-id} Update an Existing Rule
ManagementPlaneApiServicesFirewallApi updateSection PUT /firewall/sections/{section-id} Update an Existing Section
ManagementPlaneApiServicesFirewallApi updateSectionWithRulesUpdateWithRules POST /firewall/sections/{section-id}?action=update_with_rules Update an Existing Section, Including Its Rules
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerApplicationProfile POST /loadbalancer/application-profiles Create a load balancer application profile
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerClientSslProfile POST /loadbalancer/client-ssl-profiles Create a load balancer client-ssl profile
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerMonitor POST /loadbalancer/monitors Create a load balancer monitor
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerPersistenceProfile POST /loadbalancer/persistence-profiles Create a load balancer persistence profile
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerPool POST /loadbalancer/pools Create a load balancer pool
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerRule POST /loadbalancer/rules Create a load balancer rule
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerServerSslProfile POST /loadbalancer/server-ssl-profiles Create a load balancer server-ssl profile
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerService POST /loadbalancer/services Create a load balancer service
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerTcpProfile POST /loadbalancer/tcp-profiles Create a load balancer TCP profile
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerVirtualServer POST /loadbalancer/virtual-servers Create a load balancer virtual server
ManagementPlaneApiServicesLoadbalancerApi createLoadBalancerVirtualServerWithRulesCreateWithRules POST /loadbalancer/virtual-servers?action=create_with_rules Create a load balancer virtual server with rules
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerApplicationProfile DELETE /loadbalancer/application-profiles/{application-profile-id} Delete a load balancer application profile
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerClientSslProfile DELETE /loadbalancer/client-ssl-profiles/{client-ssl-profile-id} Delete a load balancer client-ssl profile
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerMonitor DELETE /loadbalancer/monitors/{monitor-id} Delete a load balancer monitor
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerPersistenceProfile DELETE /loadbalancer/persistence-profiles/{persistence-profile-id} Delete a load balancer persistence profile
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerPool DELETE /loadbalancer/pools/{pool-id} Delete a load balancer pool
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerRule DELETE /loadbalancer/rules/{rule-id} Delete a load balancer rule
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerServerSslProfile DELETE /loadbalancer/server-ssl-profiles/{server-ssl-profile-id} Delete a load balancer server-ssl profile
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerService DELETE /loadbalancer/services/{service-id} Delete a load balancer service
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerTcpProfile DELETE /loadbalancer/tcp-profiles/{tcp-profile-id} Delete a load balancer TCP profile
ManagementPlaneApiServicesLoadbalancerApi deleteLoadBalancerVirtualServer DELETE /loadbalancer/virtual-servers/{virtual-server-id} Delete a load balancer virtual server
ManagementPlaneApiServicesLoadbalancerApi getLoadBalancerPoolStatistics GET /loadbalancer/services/{service-id}/pools/{pool-id}/statistics Get the statistics of load balancer pool
ManagementPlaneApiServicesLoadbalancerApi getLoadBalancerPoolStatus GET /loadbalancer/services/{service-id}/pools/{pool-id}/status Get the status of load balancer pool
ManagementPlaneApiServicesLoadbalancerApi getLoadBalancerServiceStatistics GET /loadbalancer/services/{service-id}/statistics Get the statistics of load balancer service
ManagementPlaneApiServicesLoadbalancerApi getLoadBalancerServiceStatus GET /loadbalancer/services/{service-id}/status Get the status of the given load balancer service
ManagementPlaneApiServicesLoadbalancerApi getLoadBalancerVirtualServerStatistics GET /loadbalancer/services/{service-id}/virtual-servers/{virtual-server-id}/statistics Get the statistics of the given load balancer virtual server
ManagementPlaneApiServicesLoadbalancerApi getLoadBalancerVirtualServerStatus GET /loadbalancer/services/{service-id}/virtual-servers/{virtual-server-id}/status Get the status of the load balancer virtual server
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerApplicationProfiles GET /loadbalancer/application-profiles Retrieve a paginated list of load balancer application profiles
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerClientSslProfiles GET /loadbalancer/client-ssl-profiles Retrieve a paginated list of load balancer client-ssl profiles
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerMonitors GET /loadbalancer/monitors Retrieve a paginated list of load balancer monitors
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerPersistenceProfiles GET /loadbalancer/persistence-profiles Retrieve a paginated list of load balancer persistence profiles
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerPoolStatistics GET /loadbalancer/services/{service-id}/pools/statistics Get the statistics list of load balancer pools
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerPoolStatuses GET /loadbalancer/services/{service-id}/pools/status Get the status list of load balancer pools
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerPools GET /loadbalancer/pools Retrieve a paginated list of load balancer pools
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerRules GET /loadbalancer/rules Retrieve a paginated list of load balancer rules
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerServerSslProfiles GET /loadbalancer/server-ssl-profiles Retrieve a paginated list of load balancer server-ssl profiles
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerServices GET /loadbalancer/services Retrieve a paginated list of load balancer services
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerSslCiphersAndProtocols GET /loadbalancer/ssl/ciphers-and-protocols Retrieve a list of supported SSL ciphers and protocols
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerTcpProfiles GET /loadbalancer/tcp-profiles Retrieve a paginated list of load balancer TCP profiles
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerVirtualServerStatuses GET /loadbalancer/services/{service-id}/virtual-servers/status Get the status list of virtual servers in given load balancer service
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerVirtualServers GET /loadbalancer/virtual-servers Retrieve a paginated list of load balancer virtual servers
ManagementPlaneApiServicesLoadbalancerApi listLoadBalancerVirtualServersStatistics GET /loadbalancer/services/{service-id}/virtual-servers/statistics Get the statistics list of virtual servers
ManagementPlaneApiServicesLoadbalancerApi performPoolMemberAction POST /loadbalancer/pools/{pool-id} Add, remove, or modify load balancer pool members
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerApplicationProfile GET /loadbalancer/application-profiles/{application-profile-id} Retrieve a load balancer application profile
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerClientSslProfile GET /loadbalancer/client-ssl-profiles/{client-ssl-profile-id} Retrieve a load balancer client-ssl profile
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerMonitor GET /loadbalancer/monitors/{monitor-id} Retrieve a load balancer monitor
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerNodeUsage GET /loadbalancer/usage-per-node/{node-id} Read load balancer usage for the given node
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerNodeUsageSummary GET /loadbalancer/node-usage-summary Read load balancer node usage summary
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerPersistenceProfile GET /loadbalancer/persistence-profiles/{persistence-profile-id} Retrieve a load balancer persistence profile
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerPool GET /loadbalancer/pools/{pool-id} Retrieve a load balancer pool
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerRule GET /loadbalancer/rules/{rule-id} Retrieve a load balancer rule
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerServerSslProfile GET /loadbalancer/server-ssl-profiles/{server-ssl-profile-id} Retrieve a load balancer server-ssl profile
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerService GET /loadbalancer/services/{service-id} Retrieve a load balancer service
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerServiceDebugInfo GET /loadbalancer/services/{service-id}/debug-info Read the debug information of the load balancer service
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerServiceUsage GET /loadbalancer/services/{service-id}/usage Read the usage information of the given load balancer service
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerTcpProfile GET /loadbalancer/tcp-profiles/{tcp-profile-id} Retrieve a load balancer TCP profile
ManagementPlaneApiServicesLoadbalancerApi readLoadBalancerVirtualServer GET /loadbalancer/virtual-servers/{virtual-server-id} Retrieve a load balancer virtual server
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerApplicationProfile PUT /loadbalancer/application-profiles/{application-profile-id} Update a load balancer application profile
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerClientSslProfile PUT /loadbalancer/client-ssl-profiles/{client-ssl-profile-id} Update a load balancer client-ssl profile
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerMonitor PUT /loadbalancer/monitors/{monitor-id} Update a load balancer monitor
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerPersistenceProfile PUT /loadbalancer/persistence-profiles/{persistence-profile-id} Update a load balancer persistence profile
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerPool PUT /loadbalancer/pools/{pool-id} Update a load balancer pool
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerRule PUT /loadbalancer/rules/{rule-id} Update a load balancer rule
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerServerSslProfile PUT /loadbalancer/server-ssl-profiles/{server-ssl-profile-id} Update a load balancer server-ssl profile
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerService PUT /loadbalancer/services/{service-id} Update a load balancer service
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerTcpProfile PUT /loadbalancer/tcp-profiles/{tcp-profile-id} Update a load balancer TCP profile
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerVirtualServer PUT /loadbalancer/virtual-servers/{virtual-server-id} Update a load balancer virtual server
ManagementPlaneApiServicesLoadbalancerApi updateLoadBalancerVirtualServerWithRulesUpdateWithRules PUT /loadbalancer/virtual-servers/{virtual-server-id}?action=update_with_rules Update a load balancer virtual server with rules
ManagementPlaneApiServicesMetadataProxyApi createMetadataProxy POST /md-proxies Create a metadata proxy
ManagementPlaneApiServicesMetadataProxyApi deleteMetadataProxy DELETE /md-proxies/{proxy-id} Delete a metadata proxy
ManagementPlaneApiServicesMetadataProxyApi getMetadataProxyStatistics GET /md-proxies/{proxy-id}/statistics Get Metadata Proxy statistics with given proxy id
ManagementPlaneApiServicesMetadataProxyApi getMetadataProxyStatus GET /md-proxies/{proxy-id}/{logical-switch-id}/status Get Metadata Proxy status with given proxy id and attached logical switch.
ManagementPlaneApiServicesMetadataProxyApi listMetadataProxy GET /md-proxies Get a paginated list of metadata proxies
ManagementPlaneApiServicesMetadataProxyApi readMetadataProxy GET /md-proxies/{proxy-id} Get a metadata proxy
ManagementPlaneApiServicesMetadataProxyApi updateMetadataProxy PUT /md-proxies/{proxy-id} Update a metadata proxy
ManagementPlaneApiServicesPolicyBasedRoutingApi addPBRRuleInSection POST /pbr/sections/{section-id}/rules Add a Single Rule in a Section
ManagementPlaneApiServicesPolicyBasedRoutingApi addPBRRulesInSectionCreateMultiple POST /pbr/sections/{section-id}/rules?action=create_multiple Add Multiple Rules in a Section
ManagementPlaneApiServicesPolicyBasedRoutingApi addPBRSection POST /pbr/sections Create a New Empty Section
ManagementPlaneApiServicesPolicyBasedRoutingApi addPBRSectionWithRulesCreateWithRules POST /pbr/sections?action=create_with_rules Create a Section with Rules
ManagementPlaneApiServicesPolicyBasedRoutingApi deletePBRRule DELETE /pbr/sections/{section-id}/rules/{rule-id} Delete an Existing Rule
ManagementPlaneApiServicesPolicyBasedRoutingApi deletePBRSection DELETE /pbr/sections/{section-id} Delete an Existing Section and Its Associated Rules
ManagementPlaneApiServicesPolicyBasedRoutingApi getPBRRule GET /pbr/sections/{section-id}/rules/{rule-id} Read an Existing Rule
ManagementPlaneApiServicesPolicyBasedRoutingApi getPBRRuleStats GET /pbr/sections/{section-id}/rules/{rule-id}/stats Get PBR rule level statistics.
ManagementPlaneApiServicesPolicyBasedRoutingApi getPBRRules GET /pbr/sections/{section-id}/rules Get All the Rules for a Section
ManagementPlaneApiServicesPolicyBasedRoutingApi getPBRSection GET /pbr/sections/{section-id} Get an Existing Section
ManagementPlaneApiServicesPolicyBasedRoutingApi getPBRSectionStats GET /pbr/sections/{section-id}/rules/stats Get PBR section level statistics.
ManagementPlaneApiServicesPolicyBasedRoutingApi getPBRSectionWithRulesListWithRules POST /pbr/sections/{section-id}?action=list_with_rules Get an Existing Section, Including Rules
ManagementPlaneApiServicesPolicyBasedRoutingApi listPBRSections GET /pbr/sections List All PBR Sections
ManagementPlaneApiServicesPolicyBasedRoutingApi revisePBRRuleRevise POST /pbr/sections/{section-id}/rules/{rule-id}?action=revise Update an Existing Rule and Reorder the Rule
ManagementPlaneApiServicesPolicyBasedRoutingApi revisePBRSectionRevise POST /pbr/sections/{section-id}?action=revise Update an Existing Section, including Its Position
ManagementPlaneApiServicesPolicyBasedRoutingApi revisePBRSectionWithRulesReviseWithRules POST /pbr/sections/{section-id}?action=revise_with_rules Update an Existing Section with Rules
ManagementPlaneApiServicesPolicyBasedRoutingApi updatePBRRule PUT /pbr/sections/{section-id}/rules/{rule-id} Update an Existing Rule
ManagementPlaneApiServicesPolicyBasedRoutingApi updatePBRSection PUT /pbr/sections/{section-id} Update an Existing Section
ManagementPlaneApiServicesPolicyBasedRoutingApi updatePBRSectionWithRulesUpdateWithRules POST /pbr/sections/{section-id}?action=update_with_rules Update an Existing Section, Including Its Rules
ManagementPlaneApiServicesServiceInsertionApi addInstanceEndpoint POST /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-endpoints Add an InstanceEndpoint for a Service Instance
ManagementPlaneApiServicesServiceInsertionApi addSIServiceProfile POST /serviceinsertion/services/{service-id}/service-profiles Add ServiceProfile for a given Service.
ManagementPlaneApiServicesServiceInsertionApi addServiceAttachment POST /serviceinsertion/service-attachments Add a Service Attachment.
ManagementPlaneApiServicesServiceInsertionApi addServiceChain POST /serviceinsertion/service-chains Add Service Chain
ManagementPlaneApiServicesServiceInsertionApi addServiceInsertionExcludeListMemberAddMember POST /serviceinsertion/excludelist?action=add_member Add a new member in the exclude list
ManagementPlaneApiServicesServiceInsertionApi addServiceInsertionRuleInSection POST /serviceinsertion/sections/{section-id}/rules Add a Single Rule in a Section
ManagementPlaneApiServicesServiceInsertionApi addServiceInsertionRulesInSectionCreateMultiple POST /serviceinsertion/sections/{section-id}/rules?action=create_multiple Add Multiple Rules in a Section
ManagementPlaneApiServicesServiceInsertionApi addServiceInsertionSection POST /serviceinsertion/sections Create a New Empty Section
ManagementPlaneApiServicesServiceInsertionApi addServiceInsertionSectionWithRulesCreateWithRules POST /serviceinsertion/sections?action=create_with_rules Create a Section with Rules
ManagementPlaneApiServicesServiceInsertionApi addServiceInsertionService POST /serviceinsertion/services Create a Service-Insertion Service
ManagementPlaneApiServicesServiceInsertionApi addServiceInstance POST /serviceinsertion/services/{service-id}/service-instances Add a Service Instance for a specified Service.
ManagementPlaneApiServicesServiceInsertionApi addVendorTemplate POST /serviceinsertion/services/{service-id}/vendor-templates Add Vendor Template for a given Service
ManagementPlaneApiServicesServiceInsertionApi createSolutionConfig POST /serviceinsertion/services/{service-id}/solution-configs Add Solution Config for a given Service
ManagementPlaneApiServicesServiceInsertionApi deleteInstanceEndpoint DELETE /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-endpoints/{instance-endpoint-id} Delete a particular InstanceEndpoint.
ManagementPlaneApiServicesServiceInsertionApi deleteSIServiceProfile DELETE /serviceinsertion/services/{service-id}/service-profiles/{service-profile-id} Delete a particular ServiceProfile.
ManagementPlaneApiServicesServiceInsertionApi deleteServiceAttachment DELETE /serviceinsertion/service-attachments/{service-attachment-id} Delete an existing service attachment
ManagementPlaneApiServicesServiceInsertionApi deleteServiceChain DELETE /serviceinsertion/service-chains/{service-chain-id} Delete a Service Chain.
ManagementPlaneApiServicesServiceInsertionApi deleteServiceDeployment DELETE /serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id} Remove service deployment
ManagementPlaneApiServicesServiceInsertionApi deleteServiceInsertionRule DELETE /serviceinsertion/sections/{section-id}/rules/{rule-id} Delete an Existing Rule
ManagementPlaneApiServicesServiceInsertionApi deleteServiceInsertionSection DELETE /serviceinsertion/sections/{section-id} Delete an Existing Section and Its Associated Rules
ManagementPlaneApiServicesServiceInsertionApi deleteServiceInsertionService DELETE /serviceinsertion/services/{service-id} Delete an existing Service and the Service-Instance associated with it.
ManagementPlaneApiServicesServiceInsertionApi deleteServiceInstance DELETE /serviceinsertion/services/{service-id}/service-instances/{service-instance-id} Delete an existing Service-Instance
ManagementPlaneApiServicesServiceInsertionApi deleteServiceManager DELETE /serviceinsertion/service-managers/{service-manager-id} Delete service manager
ManagementPlaneApiServicesServiceInsertionApi deleteServiceVMsDelete POST /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes?action=delete Remove service VMs either as standalone or HA
ManagementPlaneApiServicesServiceInsertionApi deleteSolutionConfig DELETE /serviceinsertion/services/{service-id}/solution-configs/{solution-config-id} Deletes solution config information.
ManagementPlaneApiServicesServiceInsertionApi deleteVendorTemplate DELETE /serviceinsertion/services/{service-id}/vendor-templates/{vendor-template-id} Delete a particular vendor tempalte.
ManagementPlaneApiServicesServiceInsertionApi deployService POST /serviceinsertion/services/{service-id}/service-deployments Deploys a particular service
ManagementPlaneApiServicesServiceInsertionApi deployServiceVMsDeploy POST /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes?action=deploy Deploy and set up service VMs either as standalone or HA
ManagementPlaneApiServicesServiceInsertionApi getInstanceEndpoint GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-endpoints/{instance-endpoint-id} Get a particular instance endpoint for a service instance.
ManagementPlaneApiServicesServiceInsertionApi getRuntimeInterfaceOperationalStatus GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes/{instance-runtime-id}/interfaces/{interface_index}/status Get operational status for an interface
ManagementPlaneApiServicesServiceInsertionApi getRuntimeInterfaceStatistics GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes/{instance-runtime-id}/interfaces/{interface_index}/statistics Get statistics for a given interface identified by the interface index
ManagementPlaneApiServicesServiceInsertionApi getSIServiceProfile GET /serviceinsertion/services/{service-id}/service-profiles/{service-profile-id} Get a particular ServiceProfile for a Service.
ManagementPlaneApiServicesServiceInsertionApi getServiceAttachment GET /serviceinsertion/service-attachments/{service-attachment-id} Get a particular service attachment.
ManagementPlaneApiServicesServiceInsertionApi getServiceChain GET /serviceinsertion/service-chains/{service-chain-id} Get a particular service chain.
ManagementPlaneApiServicesServiceInsertionApi getServiceDeployment GET /serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id} Get a particular service deployment.
ManagementPlaneApiServicesServiceInsertionApi getServiceDeploymentState GET /serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}/state Get Service-Deployment state for Service.
ManagementPlaneApiServicesServiceInsertionApi getServiceDeploymentStatus GET /serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}/status Get a particular service deployment status.
ManagementPlaneApiServicesServiceInsertionApi getServiceDeployments GET /serviceinsertion/services/{service-id}/service-deployments Get all service deployments for the given service id
ManagementPlaneApiServicesServiceInsertionApi getServiceInsertionExcludeList GET /serviceinsertion/excludelist Get list of members in exclude list
ManagementPlaneApiServicesServiceInsertionApi getServiceInsertionRule GET /serviceinsertion/sections/{section-id}/rules/{rule-id} Read an Existing Rule
ManagementPlaneApiServicesServiceInsertionApi getServiceInsertionRules GET /serviceinsertion/sections/{section-id}/rules Get All the Rules for a Section
ManagementPlaneApiServicesServiceInsertionApi getServiceInsertionSection GET /serviceinsertion/sections/{section-id} Get an Existing Section
ManagementPlaneApiServicesServiceInsertionApi getServiceInsertionSectionWithRulesListWithRules POST /serviceinsertion/sections/{section-id}?action=list_with_rules Get an Existing Section, Including Rules
ManagementPlaneApiServicesServiceInsertionApi getServiceInsertionService GET /serviceinsertion/services/{service-id} Get an existing Service
ManagementPlaneApiServicesServiceInsertionApi getServiceInsertionStatus GET /serviceinsertion/status/{context-type} Get ServiceInsertion global status for a context
ManagementPlaneApiServicesServiceInsertionApi getServiceInstance GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id} Get Service-Instance for Service.
ManagementPlaneApiServicesServiceInsertionApi getServiceInstanceNSGroups GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/group-associations Get NSgroups for a given ServiceInstance.
ManagementPlaneApiServicesServiceInsertionApi getServiceInstanceState GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/state Get Service-Instance state for Service.
ManagementPlaneApiServicesServiceInsertionApi getServiceInstanceStatus GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/status Get Service-Instance status for Service.
ManagementPlaneApiServicesServiceInsertionApi getServiceManager GET /serviceinsertion/service-managers/{service-manager-id} Get service manager
ManagementPlaneApiServicesServiceInsertionApi getServiceProfileNSGroups GET /serviceinsertion/services/{service-id}/service-profiles/{service-profile-id}/nsgroups Get NSgroups for a given ServiceProfile.
ManagementPlaneApiServicesServiceInsertionApi getSolutionConfig GET /serviceinsertion/services/{service-id}/solution-configs/{solution-config-id} Get Solution Config Information for a given solution config id.
ManagementPlaneApiServicesServiceInsertionApi getVendorTemplate GET /serviceinsertion/services/{service-id}/vendor-templates/{vendor-template-id} Get a particular vendor template for a given service.
ManagementPlaneApiServicesServiceInsertionApi listInstanceEndpoints GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-endpoints List all InstanceEndpoints of a Service Instance.
ManagementPlaneApiServicesServiceInsertionApi listInstanceRuntimes GET /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes Returns list of instance runtimes of service VM being deployed
ManagementPlaneApiServicesServiceInsertionApi listSIServiceProfiles GET /serviceinsertion/services/{service-id}/service-profiles List all Service Profiles of a Service.
ManagementPlaneApiServicesServiceInsertionApi listServiceAttachments GET /serviceinsertion/service-attachments Get all service attachments.
ManagementPlaneApiServicesServiceInsertionApi listServiceChainMappings GET /serviceinsertion/services/{service-id}/service-profiles/{service-profile-id}/service-chain-mappings List all ServiceChainMappings.
ManagementPlaneApiServicesServiceInsertionApi listServiceChains GET /serviceinsertion/service-chains List all ServiceChains.
ManagementPlaneApiServicesServiceInsertionApi listServiceInsertionSections GET /serviceinsertion/sections List All Service Insertion Sections
ManagementPlaneApiServicesServiceInsertionApi listServiceInsertionServices GET /serviceinsertion/services List all Service-Insertion Services.
ManagementPlaneApiServicesServiceInsertionApi listServiceInsertionStatus GET /serviceinsertion/status List all service insertion status for supported contexts
ManagementPlaneApiServicesServiceInsertionApi listServiceInstances GET /serviceinsertion/service-instances Get all Service-Instances present in system
ManagementPlaneApiServicesServiceInsertionApi listServiceInstancesForService GET /serviceinsertion/services/{service-id}/service-instances Get all Service-Instances for Service.
ManagementPlaneApiServicesServiceInsertionApi listServiceManagers GET /serviceinsertion/service-managers List service managers
ManagementPlaneApiServicesServiceInsertionApi listServicePaths GET /serviceinsertion/service-chains/{service-chain-id}/service-paths List all service paths
ManagementPlaneApiServicesServiceInsertionApi listSolutionConfigs GET /serviceinsertion/services/{service-id}/solution-configs Get Solution Config Information associated with a given service.
ManagementPlaneApiServicesServiceInsertionApi listVendorTemplates GET /serviceinsertion/services/{service-id}/vendor-templates List all VendorTemplates of a Service.
ManagementPlaneApiServicesServiceInsertionApi registerServiceManager POST /serviceinsertion/service-managers Register service manager
ManagementPlaneApiServicesServiceInsertionApi removeServiceInsertionExcludeListMemberRemoveMember POST /serviceinsertion/excludelist?action=remove_member Remove an existing object from the exclude list
ManagementPlaneApiServicesServiceInsertionApi resolveSourceEntities GET /serviceinsertion/source-entities Resolve 'source node id' value to source entities.
ManagementPlaneApiServicesServiceInsertionApi reviseServiceInsertionRuleRevise POST /serviceinsertion/sections/{section-id}/rules/{rule-id}?action=revise Update an Existing Rule and Reorder the Rule
ManagementPlaneApiServicesServiceInsertionApi reviseServiceInsertionSectionRevise POST /serviceinsertion/sections/{section-id}?action=revise Update an Existing Section, Including Its Position
ManagementPlaneApiServicesServiceInsertionApi reviseServiceInsertionSectionWithRulesReviseWithRules POST /serviceinsertion/sections/{section-id}?action=revise_with_rules Update an Existing Section with Rules
ManagementPlaneApiServicesServiceInsertionApi updateServiceDeployment PUT /serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id} Update an existing Service Deployment.
ManagementPlaneApiServicesServiceInsertionApi updateServiceInsertionExcludeList PUT /serviceinsertion/excludelist Modify exclude list
ManagementPlaneApiServicesServiceInsertionApi updateServiceInsertionRule PUT /serviceinsertion/sections/{section-id}/rules/{rule-id} Update an Existing Rule
ManagementPlaneApiServicesServiceInsertionApi updateServiceInsertionSection PUT /serviceinsertion/sections/{section-id} Update an Existing Section
ManagementPlaneApiServicesServiceInsertionApi updateServiceInsertionSectionWithRulesUpdateWithRules POST /serviceinsertion/sections/{section-id}?action=update_with_rules Update an Existing Section, Including Its Rules
ManagementPlaneApiServicesServiceInsertionApi updateServiceInsertionService PUT /serviceinsertion/services/{service-id} Update an existing Service
ManagementPlaneApiServicesServiceInsertionApi updateServiceInsertionStatus PUT /serviceinsertion/status/{context-type} Update global ServiceInsertion status for a context
ManagementPlaneApiServicesServiceInsertionApi updateServiceInstance PUT /serviceinsertion/services/{service-id}/service-instances/{service-instance-id} Update an existing Service-Instance.
ManagementPlaneApiServicesServiceInsertionApi updateServiceManager PUT /serviceinsertion/service-managers/{service-manager-id} Update service manager
ManagementPlaneApiServicesServiceInsertionApi updateServiceVmState POST /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes/{instance-runtime-id} Update maintenance mode or runtime state of a service VM
ManagementPlaneApiServicesServiceInsertionApi updateSolutionConfig PUT /serviceinsertion/services/{service-id}/solution-configs/{solution-config-id} Updates Solution Config for a given Service
ManagementPlaneApiServicesServiceInsertionApi upgradeServiceDeploymentUpgrade POST /serviceinsertion/services/{service-id}/service-deployments/{service-deployment-id}?action=upgrade Upgrade all VMs part of this service deployment using newer version of OVF. It is currently being disabled.
ManagementPlaneApiServicesServiceInsertionApi upgradeServiceVMsUpgrade POST /serviceinsertion/services/{service-id}/service-instances/{service-instance-id}/instance-runtimes?action=upgrade Upgrade service VMs using newer version of OVF
ManagementPlaneApiTelemetryConfigurationApi getTelemetryAgreement GET /telemetry/agreement Returns telemetry agreement information
ManagementPlaneApiTelemetryConfigurationApi getTelemetryConfig GET /telemetry/config Returns the telemetry configuration
ManagementPlaneApiTelemetryConfigurationApi updateTelemetryAgreement PUT /telemetry/agreement Set telemetry agreement information
ManagementPlaneApiTelemetryConfigurationApi updateTelemetryConfig PUT /telemetry/config Creates or updates the telemetry configuration
ManagementPlaneApiTroubleshootingAndMonitoringHealthcheckApi createManualHealthCheck POST /manual-health-checks Create a new manual health check request
ManagementPlaneApiTroubleshootingAndMonitoringHealthcheckApi deleteManualHealthCheck DELETE /manual-health-checks/{manual-health-check-id} Delete an existing manual health check
ManagementPlaneApiTroubleshootingAndMonitoringHealthcheckApi getManualHealthCheck GET /manual-health-checks/{manual-health-check-id} Get an existing manual health check
ManagementPlaneApiTroubleshootingAndMonitoringHealthcheckApi listManualHealthChecks GET /manual-health-checks List manual health checks
ManagementPlaneApiTroubleshootingAndMonitoringIpfixApi getIpfixObsPoints GET /ipfix-obs-points Get the list of IPFIX observation points
ManagementPlaneApiTroubleshootingAndMonitoringIpfixApi getSwitchIpfixConfig GET /ipfix-obs-points/switch-global Read global switch IPFIX export configuration
ManagementPlaneApiTroubleshootingAndMonitoringIpfixApi updateSwitchIpfixConfig PUT /ipfix-obs-points/switch-global Update global switch IPFIX export configuration
ManagementPlaneApiTroubleshootingAndMonitoringPacketCaptureApi createPacketCaptureSession POST /pktcap/session Create an new packet capture session
ManagementPlaneApiTroubleshootingAndMonitoringPacketCaptureApi deleteAllCaptureSessionsDelete POST /pktcap/sessions?action=delete Delete all the packet capture sessions
ManagementPlaneApiTroubleshootingAndMonitoringPacketCaptureApi deletePacketCaptureSessionDelete POST /pktcap/session/{session-id}?action=delete Delete the packet capture session by session id.
ManagementPlaneApiTroubleshootingAndMonitoringPacketCaptureApi listPacketCaptureSessions GET /pktcap/sessions Get the information of all packet capture sessions
ManagementPlaneApiTroubleshootingAndMonitoringPacketCaptureApi readPacketCaptureSession GET /pktcap/session/{session-id} Get the status of packet capture session
ManagementPlaneApiTroubleshootingAndMonitoringPacketCaptureApi restartPacketCaptureSessionRestart POST /pktcap/session/{session-id}?action=restart Restart the packet capture session
ManagementPlaneApiTroubleshootingAndMonitoringPacketCaptureApi terminatePacketCaptureSessionTerminate POST /pktcap/session/{session-id}?action=terminate Terminate the packet capture session by session id
ManagementPlaneApiTroubleshootingAndMonitoringPortConnectionApi getForwardingPath GET /logical-ports/{lport-id}/forwarding-path Get networking entities between two logical ports with VIF attachment
ManagementPlaneApiTroubleshootingAndMonitoringPortMirroringApi createPortMirroringSessions POST /mirror-sessions Create a mirror session
ManagementPlaneApiTroubleshootingAndMonitoringPortMirroringApi deletePortMirroringSession DELETE /mirror-sessions/{mirror-session-id} Delete the mirror session
ManagementPlaneApiTroubleshootingAndMonitoringPortMirroringApi getPortMirroringSession GET /mirror-sessions/{mirror-session-id} Get the mirror session
ManagementPlaneApiTroubleshootingAndMonitoringPortMirroringApi listPortMirroringSession GET /mirror-sessions List all mirror sessions
ManagementPlaneApiTroubleshootingAndMonitoringPortMirroringApi updatePortMirroringSession PUT /mirror-sessions/{mirror-session-id} Update the mirror session
ManagementPlaneApiTroubleshootingAndMonitoringPortMirroringApi verifyPortMirroringSessionVerify POST /mirror-sessions/{mirror-session-id}?action=verify Verify whether the mirror session is still valid
ManagementPlaneApiTroubleshootingAndMonitoringTraceflowApi createTraceflow POST /traceflows Initiate a Traceflow Operation on the Specified Port
ManagementPlaneApiTroubleshootingAndMonitoringTraceflowApi deleteTraceflow DELETE /traceflows/{traceflow-id} Delete the Traceflow round
ManagementPlaneApiTroubleshootingAndMonitoringTraceflowApi getTraceflow GET /traceflows/{traceflow-id} Get the Traceflow round status and result summary
ManagementPlaneApiTroubleshootingAndMonitoringTraceflowApi getTraceflowObservations GET /traceflows/{traceflow-id}/observations Get observations for the Traceflow round
ManagementPlaneApiTroubleshootingAndMonitoringTraceflowApi listTraceflows GET /traceflows List all Traceflow rounds
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi createIpfixCollectorUpmProfile POST /ipfix-collector-profiles Create a new IPFIX collector profile
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi createIpfixUpmProfile POST /ipfix-profiles Create a new IPFIX profile
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi deleteIpfixCollectorUpmProfile DELETE /ipfix-collector-profiles/{ipfix-collector-profile-id} Delete an existing IPFIX collector profile
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi deleteIpfixUpmProfile DELETE /ipfix-profiles/{ipfix-profile-id} Delete an existing IPFIX profile
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi getIpfixCollectorUpmProfile GET /ipfix-collector-profiles/{ipfix-collector-profile-id} Get an existing IPFIX collector profile
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi getIpfixUpmProfile GET /ipfix-profiles/{ipfix-profile-id} Get an existing IPFIX profile
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi listIpfixCollectorUpmProfiles GET /ipfix-collector-profiles List IPFIX Collector Profies
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi listIpfixUpmProfiles GET /ipfix-profiles List IPFIX Profies
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi updateIpfixCollectorUpmProfile PUT /ipfix-collector-profiles/{ipfix-collector-profile-id} Update an existing IPFIX collector profile
ManagementPlaneApiUnifiedNsgroupProfileManagementProfilesApi updateIpfixUpmProfile PUT /ipfix-profiles/{ipfix-profile-id} Update an existing IPFIX profile
ManagementPlaneApiUpgradeBundleApi triggerUcUpgradeUpgradeUc POST /upgrade?action=upgrade_uc Upgrade the upgrade coordinator.
ManagementPlaneApiUpgradeBundlesApi cancelUpgradeBundleUploadCancelUpload POST /upgrade/bundles/{bundle-id}?action=cancel_upload Cancel upgrade bundle upload
ManagementPlaneApiUpgradeBundlesApi fetchUpgradeBundleFromUrl POST /upgrade/bundles Fetch upgrade bundle from given url
ManagementPlaneApiUpgradeBundlesApi getUpgradeBundleInfo GET /upgrade/bundles/{bundle-id} Get uploaded upgrade bundle information
ManagementPlaneApiUpgradeBundlesApi getUpgradeBundleUploadStatus GET /upgrade/bundles/{bundle-id}/upload-status Get uploaded upgrade bundle upload status
ManagementPlaneApiUpgradeBundlesApi uploadUpgradeBundleAsyncUpload POST /upgrade/bundles?action=upload Upload upgrade bundle
ManagementPlaneApiUpgradeEulaApi acceptUpgradeEULA POST /upgrade/eula/accept Accept end user license agreement
ManagementPlaneApiUpgradeEulaApi getUpgradeEULAAcceptance GET /upgrade/eula/acceptance Return the acceptance status of end user license agreement
ManagementPlaneApiUpgradeEulaApi getUpgradeEULAContent GET /upgrade/eula/content Return the content of end user license agreement
ManagementPlaneApiUpgradeGroupApi addUpgradeUnitsToGroupAddUpgradeUnits POST /upgrade/upgrade-unit-groups/{group-id}?action=add_upgrade_units Add upgrade units to specified upgrade unit group
ManagementPlaneApiUpgradeGroupApi createUpgradeUnitGroup POST /upgrade/upgrade-unit-groups Create a group
ManagementPlaneApiUpgradeGroupApi deleteUpgradeUnitGroup DELETE /upgrade/upgrade-unit-groups/{group-id} Delete the upgrade unit group
ManagementPlaneApiUpgradeGroupApi getUpgradeUnitGroup GET /upgrade/upgrade-unit-groups/{group-id} Return upgrade unit group information
ManagementPlaneApiUpgradeGroupApi getUpgradeUnitGroupAggregateInfo GET /upgrade/upgrade-unit-groups/aggregate-info Return aggregate information of all upgrade unit groups
ManagementPlaneApiUpgradeGroupApi getUpgradeUnitGroupStatus GET /upgrade/upgrade-unit-groups/{group-id}/status Get upgrade status for group
ManagementPlaneApiUpgradeGroupApi getUpgradeUnitGroups GET /upgrade/upgrade-unit-groups Return information of all upgrade unit groups
ManagementPlaneApiUpgradeGroupApi getUpgradeUnitGroupsStatus GET /upgrade/upgrade-unit-groups-status Get upgrade status for upgrade unit groups
ManagementPlaneApiUpgradeGroupApi reorderUpgradeUnitGroupReorder POST /upgrade/upgrade-unit-groups/{group-id}?action=reorder Reorder upgrade unit group
ManagementPlaneApiUpgradeGroupApi reorderUpgradeUnitReorder POST /upgrade/upgrade-unit-groups/{group-id}/upgrade-unit/{upgrade-unit-id}?action=reorder Reorder an upgrade unit within the upgrade unit group
ManagementPlaneApiUpgradeGroupApi updateUpgradeUnitGroup PUT /upgrade/upgrade-unit-groups/{group-id} Update the upgrade unit group
ManagementPlaneApiUpgradeHistoryApi getUpgradeHistory GET /upgrade/history Get upgrade history
ManagementPlaneApiUpgradeNodesApi getNodes GET /upgrade/nodes Get list of nodes across all types
ManagementPlaneApiUpgradeNodesApi getNodesSummary GET /upgrade/nodes-summary Get summary of nodes
ManagementPlaneApiUpgradeNodesApi getVersionWhitelist GET /upgrade/version-whitelist Get the version whitelist
ManagementPlaneApiUpgradeNodesApi getVersionWhitelistByComponent GET /upgrade/version-whitelist/{component_type} Get the version whitelist for the specified component
ManagementPlaneApiUpgradeNodesApi updateVersionWhitelist PUT /upgrade/version-whitelist/{component_type} Update the version whitelist for the specified component type
ManagementPlaneApiUpgradePlanApi abortPreUpgradeChecksAbortPreUpgradeChecks POST /upgrade?action=abort_pre_upgrade_checks Abort pre-upgrade checks
ManagementPlaneApiUpgradePlanApi continueUpgradeContinue POST /upgrade/plan?action=continue Continue upgrade
ManagementPlaneApiUpgradePlanApi executePostUpgradeChecksExecutePostUpgradeChecks POST /upgrade/{component-type}?action=execute_post_upgrade_checks Execute post-upgrade checks
ManagementPlaneApiUpgradePlanApi executePreUpgradeChecksExecutePreUpgradeChecks POST /upgrade?action=execute_pre_upgrade_checks Execute pre-upgrade checks
ManagementPlaneApiUpgradePlanApi getAllPreUpgradeChecksInCsvFormatCsv GET /upgrade/pre-upgrade-checks?format=csv Returns pre-upgrade checks in csv format
ManagementPlaneApiUpgradePlanApi getUpgradeChecksInfo GET /upgrade/upgrade-checks-info Returns information about upgrade checks
ManagementPlaneApiUpgradePlanApi getUpgradePlanSettings GET /upgrade/plan/{component_type}/settings Get upgrade plan settings for the component
ManagementPlaneApiUpgradePlanApi pauseUpgradePause POST /upgrade/plan?action=pause Pause upgrade
ManagementPlaneApiUpgradePlanApi resetUpgradePlanReset POST /upgrade/plan?action=reset Reset upgrade plan to default plan
ManagementPlaneApiUpgradePlanApi startUpgradeStart POST /upgrade/plan?action=start Start upgrade
ManagementPlaneApiUpgradePlanApi updateUpgradePlanSettings PUT /upgrade/plan/{component_type}/settings Update upgrade plan settings for the component
ManagementPlaneApiUpgradePlanApi upgradeSelectedUnitsUpgradeSelectedUnits POST /upgrade/plan?action=upgrade_selected_units Upgrade selected units
ManagementPlaneApiUpgradeStatusApi getUcFunctionalState GET /upgrade/functional-state Get functional state of the upgrade coordinator
ManagementPlaneApiUpgradeStatusApi getUcUpgradeStatus GET /upgrade/uc-upgrade-status Get upgrade-coordinator upgrade status
ManagementPlaneApiUpgradeStatusApi getUpgradeStatusSummary GET /upgrade/status-summary Get upgrade status summary
ManagementPlaneApiUpgradeStatusApi getUpgradeSummary GET /upgrade/summary Get upgrade summary
ManagementPlaneApiUpgradeUpgradeUnitsApi getUpgradeUnit GET /upgrade/upgrade-units/{upgrade-unit-id} Get a specific upgrade unit
ManagementPlaneApiUpgradeUpgradeUnitsApi getUpgradeUnitAggregateInfo GET /upgrade/upgrade-units/aggregate-info Get upgrade units aggregate-info
ManagementPlaneApiUpgradeUpgradeUnitsApi getUpgradeUnits GET /upgrade/upgrade-units Get upgrade units
ManagementPlaneApiUpgradeUpgradeUnitsApi getUpgradeUnitsStats GET /upgrade/upgrade-units-stats Get upgrade units stats
ManagementPlaneApiVpnIpsecDpdProfilesApi createIPSecVPNDPDProfile POST /vpn/ipsec/dpd-profiles Create dead peer detection (DPD) profile
ManagementPlaneApiVpnIpsecDpdProfilesApi deleteIPSecVPNDPDProfile DELETE /vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id} Delete dead peer detection (DPD) profile
ManagementPlaneApiVpnIpsecDpdProfilesApi getIPSecVPNDPDProfile GET /vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id} Get IPSec dead peer detection (DPD) profile
ManagementPlaneApiVpnIpsecDpdProfilesApi listIPSecVPNDPDProfiles GET /vpn/ipsec/dpd-profiles Get IPSec dead peer detection (DPD) profile list result
ManagementPlaneApiVpnIpsecDpdProfilesApi updateIPSecVPNDPDProfile PUT /vpn/ipsec/dpd-profiles/{ipsec-vpn-dpd-profile-id} Edit IPSec dead peer detection (DPD) profile
ManagementPlaneApiVpnIpsecIkeProfilesApi createIPSecVPNIKEProfile POST /vpn/ipsec/ike-profiles Create custom internet key exchange (IKE) Profile
ManagementPlaneApiVpnIpsecIkeProfilesApi deleteIPSecVPNIKEProfile DELETE /vpn/ipsec/ike-profiles/{ipsec-vpn-ike-profile-id} Delete custom IKE Profile
ManagementPlaneApiVpnIpsecIkeProfilesApi getIPSecVPNIKEProfile GET /vpn/ipsec/ike-profiles/{ipsec-vpn-ike-profile-id} Get IKE Profile
ManagementPlaneApiVpnIpsecIkeProfilesApi listIPSecVPNIKEProfiles GET /vpn/ipsec/ike-profiles List IKE profiles
ManagementPlaneApiVpnIpsecIkeProfilesApi updateIPSecVPNIKEProfile PUT /vpn/ipsec/ike-profiles/{ipsec-vpn-ike-profile-id} Edit custom IKE Profile
ManagementPlaneApiVpnIpsecLocalEndpointsApi createIPSecVPNLocalEndpoint POST /vpn/ipsec/local-endpoints Create custom local endpoint
ManagementPlaneApiVpnIpsecLocalEndpointsApi deleteIPSecVPNLocalEndpoint DELETE /vpn/ipsec/local-endpoints/{ipsec-vpn-local-endpoint-id} Delete custom IPSec local endpoint
ManagementPlaneApiVpnIpsecLocalEndpointsApi getIPSecVPNLocalEndpoint GET /vpn/ipsec/local-endpoints/{ipsec-vpn-local-endpoint-id} Get custom IPSec local endpoint
ManagementPlaneApiVpnIpsecLocalEndpointsApi listIPSecVPNLocalEndpoints GET /vpn/ipsec/local-endpoints Get IPSec local endpoint list result
ManagementPlaneApiVpnIpsecLocalEndpointsApi updateIPSecVPNLocalEndpoint PUT /vpn/ipsec/local-endpoints/{ipsec-vpn-local-endpoint-id} Edit custom IPSec local endpoint
ManagementPlaneApiVpnIpsecPeerEndpointsApi createIPSecVPNPeerEndPoint POST /vpn/ipsec/peer-endpoints Create custom peer endpoint
ManagementPlaneApiVpnIpsecPeerEndpointsApi deleteIPSecVPNPeerEndpoint DELETE /vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id} Delete custom IPSec VPN peer endpoint
ManagementPlaneApiVpnIpsecPeerEndpointsApi getIPSecVPNPeerEndpoint GET /vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id} Get IPSec VPN peer endpoint
ManagementPlaneApiVpnIpsecPeerEndpointsApi getIPSecVPNPeerEndpointWithPSKShowSensitiveData GET /vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id}?action=show-sensitive-data Get IPSec VPN peer endpoint with PSK
ManagementPlaneApiVpnIpsecPeerEndpointsApi listIPSecVPNPeerEndpoints GET /vpn/ipsec/peer-endpoints Get IPSecVPNPeerEndpoint List Result
ManagementPlaneApiVpnIpsecPeerEndpointsApi updateIPSecVPNPeerEndpoint PUT /vpn/ipsec/peer-endpoints/{ipsec-vpn-peer-endpoint-id} Edit custom IPSecPeerEndpoint
ManagementPlaneApiVpnIpsecServicesApi createIPSecVPNService POST /vpn/ipsec/services Create VPN service
ManagementPlaneApiVpnIpsecServicesApi deleteIPSecVPNService DELETE /vpn/ipsec/services/{ipsec-vpn-service-id} Delete IPSec VPN service
ManagementPlaneApiVpnIpsecServicesApi getIPSecVPNService GET /vpn/ipsec/services/{ipsec-vpn-service-id} Get IPSec VPN service
ManagementPlaneApiVpnIpsecServicesApi listIPSecVPNServices GET /vpn/ipsec/services Get IPSec VPN service list result
ManagementPlaneApiVpnIpsecServicesApi updateIPSecVPNService PUT /vpn/ipsec/services/{ipsec-vpn-service-id} Edit IPSec VPN service
ManagementPlaneApiVpnIpsecSessionsApi createIPSecVPNSession POST /vpn/ipsec/sessions Create new VPN session
ManagementPlaneApiVpnIpsecSessionsApi deleteIPSecVPNSession DELETE /vpn/ipsec/sessions/{ipsec-vpn-session-id} Delete IPSec VPN session
ManagementPlaneApiVpnIpsecSessionsApi getIPSecVPNSession GET /vpn/ipsec/sessions/{ipsec-vpn-session-id} Fetch IPSec VPN session
ManagementPlaneApiVpnIpsecSessionsApi getIPSecVPNSessionState GET /vpn/ipsec/sessions/{ipsec-vpn-session-id}/state Get the Realized State of a IPSec VPN Session
ManagementPlaneApiVpnIpsecSessionsApi getPeerConfig GET /vpn/ipsec/sessions/{ipsec-vpn-session-id}/peer-config Get VPN configuration for the peer site
ManagementPlaneApiVpnIpsecSessionsApi listIPSecVPNSessions GET /vpn/ipsec/sessions Get IPSec VPN session list result
ManagementPlaneApiVpnIpsecSessionsApi updateIPSecVPNSession PUT /vpn/ipsec/sessions/{ipsec-vpn-session-id} Edit IPSec VPN session
ManagementPlaneApiVpnIpsecTunnelProfilesApi createIPSecVPNTunnelProfile POST /vpn/ipsec/tunnel-profiles Create custom IPSec tunnel profile
ManagementPlaneApiVpnIpsecTunnelProfilesApi deleteIPSecVPNTunnelProfile DELETE /vpn/ipsec/tunnel-profiles/{ipsec-vpn-tunnel-profile-id} Delete custom IPSecTunnelProfile
ManagementPlaneApiVpnIpsecTunnelProfilesApi getIPSecVPNTunnelProfile GET /vpn/ipsec/tunnel-profiles/{ipsec-vpn-tunnel-profile-id} Get IPSec tunnel profile
ManagementPlaneApiVpnIpsecTunnelProfilesApi listIPSecVPNTunnelProfiles GET /vpn/ipsec/tunnel-profiles Get IPSecTunnelProfile List Result
ManagementPlaneApiVpnIpsecTunnelProfilesApi updateIPSecVPNTunnelProfile PUT /vpn/ipsec/tunnel-profiles/{ipsec-vpn-tunnel-profile-id} Edit custom IPSecTunnelProfile
ManagementPlaneApiVpnL2VpnServicesApi createL2VpnService POST /vpn/l2vpn/services Create L2VPN service
ManagementPlaneApiVpnL2VpnServicesApi deleteL2VpnService DELETE /vpn/l2vpn/services/{l2vpn-service-id} Delete a L2VPN service
ManagementPlaneApiVpnL2VpnServicesApi getL2VpnService GET /vpn/l2vpn/services/{l2vpn-service-id} Get L2VPN service
ManagementPlaneApiVpnL2VpnServicesApi listL2VpnServices GET /vpn/l2vpn/services Get all L2VPN services
ManagementPlaneApiVpnL2VpnServicesApi updateL2VpnService PUT /vpn/l2vpn/services/{l2vpn-service-id} Edit a L2VPN service
ManagementPlaneApiVpnL2VpnSessionsApi createL2VpnSession POST /vpn/l2vpn/sessions Create L2VPN session
ManagementPlaneApiVpnL2VpnSessionsApi deleteL2VpnSession DELETE /vpn/l2vpn/sessions/{l2vpn-session-id} Delete a L2VPN session
ManagementPlaneApiVpnL2VpnSessionsApi getL2VpnSession GET /vpn/l2vpn/sessions/{l2vpn-session-id} Get a L2VPN session
ManagementPlaneApiVpnL2VpnSessionsApi getL2VpnSessionPeerCodes GET /vpn/l2vpn/sessions/{l2vpn-session-id}/peer-codes Get peer codes for the L2VpnSession
ManagementPlaneApiVpnL2VpnSessionsApi listL2VpnSessions GET /vpn/l2vpn/sessions Get all L2VPN sessions
ManagementPlaneApiVpnL2VpnSessionsApi updateL2VpnSession PUT /vpn/l2vpn/sessions/{l2vpn-session-id} Edit a L2VPN session
ManagementPlaneApiVpnStatisticsIkeServiceApi getIPSecVPNIKEService GET /vpn/services/{service-id}/summary Cumulative statistics for one IKE service instance
ManagementPlaneApiVpnStatisticsIkeSessionsStatusApi getIPSecVPNIKESessionStatus GET /vpn/ipsec/sessions/{session-id}/status Get IPSec VPN IKE session status
ManagementPlaneApiVpnStatisticsL2VpnRemoteMacsApi getL2VPNSessionRemoteMacsForLS GET /vpn/l2vpn/sessions/{session-id}/remote-mac Get L2VPN session remote mac for logical switch
ManagementPlaneApiVpnStatisticsL2VpnSessionStatisticsApi getL2VPNSessionStatistics GET /vpn/l2vpn/sessions/{session-id}/statistics Get L2VPN session statistics
ManagementPlaneApiVpnStatisticsL2VpnSessionStatusApi getL2VPNSessionStatus GET /vpn/l2vpn/sessions/{session-id}/status Get L2VPN session status
ManagementPlaneApiVpnStatisticsL2VpnSessionsSummaryApi getL2VPNSessionSummary GET /vpn/l2vpn/sessions/summary Get status summary of all existing L2VPN sessions.
ManagementPlaneApiVpnStatisticsResetSessionsStatisticsApi resetIPSecVPNSessionStatisticsReset POST /vpn/ipsec/sessions/{session-id}/statistics?action=reset Reset the statistics of the given VPN session
ManagementPlaneApiVpnStatisticsSessionsStatisticsApi getIPSecVPNSessionStatistics GET /vpn/ipsec/sessions/{session-id}/statistics Get IPSec VPN session statistics
ManagementPlaneApiVpnStatisticsSessionsSummaryApi getIPSecVPNSessionSummary GET /vpn/ipsec/sessions/summary VPN session summary
NsxIntelligenceDeploymentsApi addPaceClusterNodeVM POST /intelligence/nodes/deployments Deploy and register a Intelligence cluster node VM
NsxIntelligenceDeploymentsApi deleteAutoDeployedPaceClusterNodeVMDelete POST /intelligence/nodes/deployments/{node-id}?action=delete Attempt to delete an auto-deployed cluster node VM
NsxIntelligenceDeploymentsApi listPaceClusterNodeVMDeploymentRequests GET /intelligence/nodes/deployments Returns info for all cluster node VM auto-deployment attempts
NsxIntelligenceDeploymentsApi readPaceClusterNodeVMDeploymentRequest GET /intelligence/nodes/deployments/{node-id} Returns info for a Intelligence cluster node VM auto-deployment attempt
NsxIntelligenceDeploymentsApi readPaceClusterNodeVMDeploymentStatus GET /intelligence/nodes/deployments/{node-id}/status Returns the status of the VM creation/deletion
NsxIntelligenceHostApi getPaceHostConfiguration GET /intelligence/host-config Get NSX-Intelligence host configuration
NsxIntelligenceHostApi patchPaceHostConfiguration PATCH /intelligence/host-config Patch NSX-Intelligence host configuration
NsxIntelligenceHostApi resetPaceHostConfigurationReset POST /intelligence/host-config?action=reset Reset NSX-Intelligence host configuration
UpgradeNodeUpgradeApi executeUpgradeTask_ POST /node/upgrade/performtask?action=[^/]+ Execute upgrade task
UpgradeNodeUpgradeApi getUpgradeProgressStatus GET /node/upgrade/progress-status Get upgrade progress status
UpgradeNodeUpgradeApi getUpgradeTaskStatus GET /node/upgrade Get upgrade task status

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

BasicAuth

  • Type: HTTP basic authentication

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages