GET /api/v2/implementation?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "schema_version": "2.6.0",
    "service_version": "2.4.6",
    "supported_network_service_types": [
        "exchange_lan",
        "mp2mp_vc",
        "p2p_vc",
        "p2mp_vc",
        "cloud_vc"
    ],
    "supported_network_service_config_types": [
        "exchange_lan",
        "p2p_vc",
        "mp2mp_vc",
        "p2mp_vc",
        "cloud_vc"
    ],
    "supported_network_feature_types": [
        "route_server"
    ],
    "supported_network_feature_config_types": [
        "route_server"
    ],
    "supported_operations": [
        "account_read",
        "accounts_create",
        "accounts_destroy",
        "accounts_list",
        "accounts_partial_update",
        "accounts_read",
        "accounts_update",
        "api_extensions_list",
        "api_health_read",
        "api_implementation_read",
        "auth_token_create",
        "auth_token_refresh",
        "availability_zones_list",
        "availability_zones_read",
        "connections_cancellation_policy_read",
        "connections_create",
        "connections_destroy",
        "connections_list",
        "connections_loa_download",
        "connections_loa_upload",
        "connections_partial_update",
        "connections_read",
        "connections_statistics_read",
        "connections_statistics_timeseries_read",
        "connections_update",
        "contacts_create",
        "contacts_destroy",
        "contacts_list",
        "contacts_partial_update",
        "contacts_read",
        "contacts_update",
        "devices_list",
        "devices_read",
        "facilities_list",
        "facilities_read",
        "ips_create",
        "ips_list",
        "ips_partial_update",
        "ips_read",
        "ips_update",
        "macs_create",
        "macs_destroy",
        "macs_list",
        "macs_read",
        "member_joining_rules_create",
        "member_joining_rules_destroy",
        "member_joining_rules_list",
        "member_joining_rules_partial_update",
        "member_joining_rules_read",
        "member_joining_rules_update",
        "metro_area_networks_list",
        "metro_area_networks_read",
        "metro_areas_list",
        "metro_areas_read",
        "network_feature_configs_create",
        "network_feature_configs_destroy",
        "network_feature_configs_list",
        "network_feature_configs_partial_update",
        "network_feature_configs_read",
        "network_feature_configs_update",
        "network_features_list",
        "network_features_read",
        "network_service_cancellation_policy_read",
        "network_service_change_request_create",
        "network_service_change_request_destroy",
        "network_service_change_request_read",
        "network_service_config_cancellation_policy_read",
        "network_service_configs_create",
        "network_service_configs_destroy",
        "network_service_configs_list",
        "network_service_configs_partial_update",
        "network_service_configs_read",
        "network_service_configs_statistics_read",
        "network_service_configs_statistics_timeseries_read",
        "network_service_configs_update",
        "network_services_create",
        "network_services_destroy",
        "network_services_list",
        "network_services_partial_update",
        "network_services_read",
        "network_services_statistics_read",
        "network_services_statistics_timeseries_read",
        "network_services_update",
        "pops_list",
        "pops_read",
        "port_reservation_cancellation_policy_read",
        "port_reservations_create",
        "port_reservations_destroy",
        "port_reservations_list",
        "port_reservations_loa_download",
        "port_reservations_loa_upload",
        "port_reservations_partial_update",
        "port_reservations_read",
        "port_reservations_update",
        "ports_list",
        "ports_read",
        "ports_statistics_read",
        "ports_statistics_timeseries_read",
        "product_offerings_list",
        "product_offerings_read",
        "role_assignments_create",
        "role_assignments_destroy",
        "role_assignments_list",
        "role_assignments_read",
        "roles_list",
        "roles_read"
    ],
    "supported_features": {}
}

This endpoint provides information about the IX-API implementation of the exchange.

You can find the implemented schema version and supported types and operations here.


Get the API implementation details.