@itentialopensource/adapter-paragon_pathfinder 0.1.1 → 1.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CALLS.md +509 -673
- package/CHANGELOG.md +16 -1
- package/adapter.js +2189 -5559
- package/entities/Config/action.json +85 -0
- package/entities/{Authentication → Config}/schema.json +5 -3
- package/entities/Netconf/action.json +126 -0
- package/entities/{Authorization → Netconf}/schema.json +7 -6
- package/entities/Scheduler/action.json +168 -0
- package/entities/Scheduler/schema.json +26 -0
- package/entities/{IamService → Topology}/action.json +328 -666
- package/entities/Topology/schema.json +135 -0
- package/entities/TransportControllerGroups/action.json +146 -0
- package/entities/TransportControllerGroups/schema.json +25 -0
- package/entities/{Authorization → TransportControllers}/action.json +17 -16
- package/entities/TransportControllers/schema.json +23 -0
- package/package.json +1 -1
- package/pronghorn.json +25890 -25536
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +7 -7
- package/report/pathfinder-api-v2.json +30876 -0
- package/test/integration/adapterTestIntegration.js +4451 -7706
- package/test/unit/adapterTestUnit.js +1328 -1818
- package/entities/Authentication/action.json +0 -45
- package/entities/IamRPCService/action.json +0 -872
- package/entities/IamRPCService/schema.json +0 -325
- package/entities/IamService/mockdatafiles/iamServiceExportUserView-default.json +0 -53
- package/entities/IamService/schema.json +0 -670
package/CALLS.md
CHANGED
|
@@ -1865,1117 +1865,953 @@ The bytes are returned in a sequence of responses, and the responses are deliver
|
|
|
1865
1865
|
<td style="padding:15px">Yes</td>
|
|
1866
1866
|
</tr>
|
|
1867
1867
|
<tr>
|
|
1868
|
-
<td style="padding:15px">
|
|
1869
|
-
<td style="padding:15px">
|
|
1870
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1868
|
+
<td style="padding:15px">getTopologyV2(callback)</td>
|
|
1869
|
+
<td style="padding:15px">Returns a list of the topologies that are available.</td>
|
|
1870
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2?{query}</td>
|
|
1871
1871
|
<td style="padding:15px">Yes</td>
|
|
1872
1872
|
</tr>
|
|
1873
1873
|
<tr>
|
|
1874
|
-
<td style="padding:15px">
|
|
1875
|
-
<td style="padding:15px">
|
|
1876
|
-
|
|
1877
|
-
<td style="padding:15px">
|
|
1878
|
-
</tr>
|
|
1879
|
-
<tr>
|
|
1880
|
-
<td style="padding:15px">iamServiceUpdateSMTPServer(iD, body, callback)</td>
|
|
1881
|
-
<td style="padding:15px">Update smtp-server by ID</td>
|
|
1882
|
-
<td style="padding:15px">{base_path}/{version}/iam/smtp-server/{pathv1}?{query}</td>
|
|
1883
|
-
<td style="padding:15px">Yes</td>
|
|
1884
|
-
</tr>
|
|
1885
|
-
<tr>
|
|
1886
|
-
<td style="padding:15px">iamServiceGetSMTPServer(iD, detail, fields, refFields, callback)</td>
|
|
1887
|
-
<td style="padding:15px">Get smtp-server by ID</td>
|
|
1888
|
-
<td style="padding:15px">{base_path}/{version}/iam/smtp-server/{pathv1}?{query}</td>
|
|
1889
|
-
<td style="padding:15px">Yes</td>
|
|
1890
|
-
</tr>
|
|
1891
|
-
<tr>
|
|
1892
|
-
<td style="padding:15px">iamServiceDeleteSMTPServer(iD, callback)</td>
|
|
1893
|
-
<td style="padding:15px">Delete smtp-server by ID</td>
|
|
1894
|
-
<td style="padding:15px">{base_path}/{version}/iam/smtp-server/{pathv1}?{query}</td>
|
|
1895
|
-
<td style="padding:15px">Yes</td>
|
|
1896
|
-
</tr>
|
|
1897
|
-
<tr>
|
|
1898
|
-
<td style="padding:15px">iamServiceBulkListOidcSetting(body, callback)</td>
|
|
1899
|
-
<td style="padding:15px">This API can be used to list oidc-setting based on specification given in request body.</td>
|
|
1900
|
-
<td style="padding:15px">{base_path}/{version}/iam/bulk-list-oidc-setting?{query}</td>
|
|
1901
|
-
<td style="padding:15px">Yes</td>
|
|
1902
|
-
</tr>
|
|
1903
|
-
<tr>
|
|
1904
|
-
<td style="padding:15px">iamServiceCreateRoleassignmentUserDetailRef(body, callback)</td>
|
|
1905
|
-
<td style="padding:15px">Create roleassignment-user-detail-ref</td>
|
|
1906
|
-
<td style="padding:15px">{base_path}/{version}/iam/roleassignment-user-detail?{query}</td>
|
|
1907
|
-
<td style="padding:15px">Yes</td>
|
|
1908
|
-
</tr>
|
|
1909
|
-
<tr>
|
|
1910
|
-
<td style="padding:15px">iamServiceBulkListRoleassignment(body, callback)</td>
|
|
1911
|
-
<td style="padding:15px">This API can be used to list roleassignment based on specification given in request body.</td>
|
|
1912
|
-
<td style="padding:15px">{base_path}/{version}/iam/bulk-list-roleassignment?{query}</td>
|
|
1874
|
+
<td style="padding:15px">getTopologyV2TopologyId(topologyId, callback)</td>
|
|
1875
|
+
<td style="padding:15px">Lists topological elements
|
|
1876
|
+
</td>
|
|
1877
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}?{query}</td>
|
|
1913
1878
|
<td style="padding:15px">Yes</td>
|
|
1914
1879
|
</tr>
|
|
1915
1880
|
<tr>
|
|
1916
|
-
<td style="padding:15px">
|
|
1917
|
-
<td style="padding:15px">
|
|
1918
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1881
|
+
<td style="padding:15px">deleteTopologyV2TopologyId(topologyId, callback)</td>
|
|
1882
|
+
<td style="padding:15px">Deletes all of the topology planned data. The information acquired through BGP-LS reappears immediately.</td>
|
|
1883
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}?{query}</td>
|
|
1919
1884
|
<td style="padding:15px">Yes</td>
|
|
1920
1885
|
</tr>
|
|
1921
1886
|
<tr>
|
|
1922
|
-
<td style="padding:15px">
|
|
1923
|
-
<td style="padding:15px">
|
|
1924
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1887
|
+
<td style="padding:15px">getTopologyV2TopologyIdStream(topologyId, callback)</td>
|
|
1888
|
+
<td style="padding:15px">See</td>
|
|
1889
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/stream?{query}</td>
|
|
1925
1890
|
<td style="padding:15px">Yes</td>
|
|
1926
1891
|
</tr>
|
|
1927
1892
|
<tr>
|
|
1928
|
-
<td style="padding:15px">
|
|
1929
|
-
<td style="padding:15px">
|
|
1930
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1893
|
+
<td style="padding:15px">getTopologyV2TopologyIdStatus(topologyId, callback)</td>
|
|
1894
|
+
<td style="padding:15px">Returns the status of all Paragon PathFinder components.</td>
|
|
1895
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/status?{query}</td>
|
|
1931
1896
|
<td style="padding:15px">Yes</td>
|
|
1932
1897
|
</tr>
|
|
1933
1898
|
<tr>
|
|
1934
|
-
<td style="padding:15px">
|
|
1935
|
-
<td style="padding:15px">
|
|
1936
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1899
|
+
<td style="padding:15px">getTopologyV2TopologyIdStatusAnalyticsCollection(topologyId, callback)</td>
|
|
1900
|
+
<td style="padding:15px">Returns the status of the analytics data collection.</td>
|
|
1901
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/status/analyticsCollection?{query}</td>
|
|
1937
1902
|
<td style="padding:15px">Yes</td>
|
|
1938
1903
|
</tr>
|
|
1939
1904
|
<tr>
|
|
1940
|
-
<td style="padding:15px">
|
|
1941
|
-
<td style="padding:15px">
|
|
1942
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1905
|
+
<td style="padding:15px">getTopologyV2TopologyIdStatusAnalyticsDatabase(topologyId, callback)</td>
|
|
1906
|
+
<td style="padding:15px">Returns the status of the analytics data collection database.</td>
|
|
1907
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/status/analyticsDatabase?{query}</td>
|
|
1943
1908
|
<td style="padding:15px">Yes</td>
|
|
1944
1909
|
</tr>
|
|
1945
1910
|
<tr>
|
|
1946
|
-
<td style="padding:15px">
|
|
1947
|
-
<td style="padding:15px">
|
|
1948
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1911
|
+
<td style="padding:15px">getTopologyV2TopologyIdStatusPce(topologyId, callback)</td>
|
|
1912
|
+
<td style="padding:15px">Returns the status of the PCEP protocol adapter component.</td>
|
|
1913
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/status/pce?{query}</td>
|
|
1949
1914
|
<td style="padding:15px">Yes</td>
|
|
1950
1915
|
</tr>
|
|
1951
1916
|
<tr>
|
|
1952
|
-
<td style="padding:15px">
|
|
1953
|
-
<td style="padding:15px">
|
|
1954
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1917
|
+
<td style="padding:15px">getTopologyV2TopologyIdStatusTopologyAcquisition(topologyId, callback)</td>
|
|
1918
|
+
<td style="padding:15px">Returns the status of the Network Topology Acquisition Daemon (NTAD, BGP-LSP protocol adapter) component.</td>
|
|
1919
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/status/topologyAcquisition?{query}</td>
|
|
1955
1920
|
<td style="padding:15px">Yes</td>
|
|
1956
1921
|
</tr>
|
|
1957
1922
|
<tr>
|
|
1958
|
-
<td style="padding:15px">
|
|
1959
|
-
<td style="padding:15px">
|
|
1960
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1923
|
+
<td style="padding:15px">getTopologyV2TopologyIdStatusPathComputationServer(topologyId, callback)</td>
|
|
1924
|
+
<td style="padding:15px">Returns the status of the Path Computation Server component.</td>
|
|
1925
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/status/pathComputationServer?{query}</td>
|
|
1961
1926
|
<td style="padding:15px">Yes</td>
|
|
1962
1927
|
</tr>
|
|
1963
1928
|
<tr>
|
|
1964
|
-
<td style="padding:15px">
|
|
1965
|
-
<td style="padding:15px">
|
|
1966
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1929
|
+
<td style="padding:15px">getTopologyV2TopologyIdStatusTransportTopologyAcquisition(topologyId, callback)</td>
|
|
1930
|
+
<td style="padding:15px">Returns the status of the Transport Network Topology Acquisition Daemon.</td>
|
|
1931
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/status/transportTopologyAcquisition?{query}</td>
|
|
1967
1932
|
<td style="padding:15px">Yes</td>
|
|
1968
1933
|
</tr>
|
|
1969
1934
|
<tr>
|
|
1970
|
-
<td style="padding:15px">
|
|
1971
|
-
<td style="padding:15px">
|
|
1972
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1935
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodes(topologyId, callback)</td>
|
|
1936
|
+
<td style="padding:15px">Returns a full list of nodes.</td>
|
|
1937
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes?{query}</td>
|
|
1973
1938
|
<td style="padding:15px">Yes</td>
|
|
1974
1939
|
</tr>
|
|
1975
1940
|
<tr>
|
|
1976
|
-
<td style="padding:15px">
|
|
1977
|
-
<td style="padding:15px">
|
|
1978
|
-
|
|
1941
|
+
<td style="padding:15px">postTopologyV2TopologyIdNodes(topologyId, body, callback)</td>
|
|
1942
|
+
<td style="padding:15px">Creates a node using the following schema:
|
|
1943
|
+
</td>
|
|
1944
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes?{query}</td>
|
|
1979
1945
|
<td style="padding:15px">Yes</td>
|
|
1980
1946
|
</tr>
|
|
1981
1947
|
<tr>
|
|
1982
|
-
<td style="padding:15px">
|
|
1983
|
-
<td style="padding:15px">
|
|
1984
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1948
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodesSearch(topologyId, callback)</td>
|
|
1949
|
+
<td style="padding:15px">Searches the list of nodes for specific URI parameters. For example, search?name=62.0.0.101 must return one node.</td>
|
|
1950
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/search?{query}</td>
|
|
1985
1951
|
<td style="padding:15px">Yes</td>
|
|
1986
1952
|
</tr>
|
|
1987
1953
|
<tr>
|
|
1988
|
-
<td style="padding:15px">
|
|
1989
|
-
<td style="padding:15px">
|
|
1990
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1954
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodesStream(topologyId, callback)</td>
|
|
1955
|
+
<td style="padding:15px">See</td>
|
|
1956
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/stream?{query}</td>
|
|
1991
1957
|
<td style="padding:15px">Yes</td>
|
|
1992
1958
|
</tr>
|
|
1993
1959
|
<tr>
|
|
1994
|
-
<td style="padding:15px">
|
|
1995
|
-
<td style="padding:15px">
|
|
1996
|
-
|
|
1960
|
+
<td style="padding:15px">postTopologyV2TopologyIdNodesBulk(topologyId, body, callback)</td>
|
|
1961
|
+
<td style="padding:15px">Creates several Nodes using the following JSON schema:
|
|
1962
|
+
</td>
|
|
1963
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/bulk?{query}</td>
|
|
1997
1964
|
<td style="padding:15px">Yes</td>
|
|
1998
1965
|
</tr>
|
|
1999
1966
|
<tr>
|
|
2000
|
-
<td style="padding:15px">
|
|
2001
|
-
<td style="padding:15px">
|
|
2002
|
-
|
|
1967
|
+
<td style="padding:15px">putTopologyV2TopologyIdNodesBulk(topologyId, body, callback)</td>
|
|
1968
|
+
<td style="padding:15px">Updates several Nodes using the following JSON schema:
|
|
1969
|
+
</td>
|
|
1970
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/bulk?{query}</td>
|
|
2003
1971
|
<td style="padding:15px">Yes</td>
|
|
2004
1972
|
</tr>
|
|
2005
1973
|
<tr>
|
|
2006
|
-
<td style="padding:15px">
|
|
2007
|
-
<td style="padding:15px">
|
|
2008
|
-
|
|
1974
|
+
<td style="padding:15px">patchTopologyV2TopologyIdNodesBulk(topologyId, body, callback)</td>
|
|
1975
|
+
<td style="padding:15px">Updates several Nodes using the
|
|
1976
|
+
following JSON schema:</td>
|
|
1977
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/bulk?{query}</td>
|
|
2009
1978
|
<td style="padding:15px">Yes</td>
|
|
2010
1979
|
</tr>
|
|
2011
1980
|
<tr>
|
|
2012
|
-
<td style="padding:15px">
|
|
2013
|
-
<td style="padding:15px">
|
|
2014
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1981
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdNodesBulk(topologyId, callback)</td>
|
|
1982
|
+
<td style="padding:15px">Deletes a list of Nodess. The payload must conform to</td>
|
|
1983
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/bulk?{query}</td>
|
|
2015
1984
|
<td style="padding:15px">Yes</td>
|
|
2016
1985
|
</tr>
|
|
2017
1986
|
<tr>
|
|
2018
|
-
<td style="padding:15px">
|
|
2019
|
-
<td style="padding:15px">
|
|
2020
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
1987
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodesNodeIndex(topologyId, nodeIndex, callback)</td>
|
|
1988
|
+
<td style="padding:15px">Returns details for a node.</td>
|
|
1989
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}?{query}</td>
|
|
2021
1990
|
<td style="padding:15px">Yes</td>
|
|
2022
1991
|
</tr>
|
|
2023
1992
|
<tr>
|
|
2024
|
-
<td style="padding:15px">
|
|
2025
|
-
<td style="padding:15px">
|
|
2026
|
-
|
|
1993
|
+
<td style="padding:15px">putTopologyV2TopologyIdNodesNodeIndex(topologyId, nodeIndex, body, callback)</td>
|
|
1994
|
+
<td style="padding:15px">Updates a node using the following schema:
|
|
1995
|
+
</td>
|
|
1996
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}?{query}</td>
|
|
2027
1997
|
<td style="padding:15px">Yes</td>
|
|
2028
1998
|
</tr>
|
|
2029
1999
|
<tr>
|
|
2030
|
-
<td style="padding:15px">
|
|
2031
|
-
<td style="padding:15px">
|
|
2032
|
-
|
|
2000
|
+
<td style="padding:15px">patchTopologyV2TopologyIdNodesNodeIndex(topologyId, nodeIndex, body, callback)</td>
|
|
2001
|
+
<td style="padding:15px">Updates a node using a RFC6902 patch:
|
|
2002
|
+
</td>
|
|
2003
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}?{query}</td>
|
|
2033
2004
|
<td style="padding:15px">Yes</td>
|
|
2034
2005
|
</tr>
|
|
2035
2006
|
<tr>
|
|
2036
|
-
<td style="padding:15px">
|
|
2037
|
-
<td style="padding:15px">
|
|
2038
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2007
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdNodesNodeIndex(topologyId, nodeIndex, callback)</td>
|
|
2008
|
+
<td style="padding:15px">Deletes a node. (You cannot delete a live node; it reappears on the next update from Topology server.)</td>
|
|
2009
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}?{query}</td>
|
|
2039
2010
|
<td style="padding:15px">Yes</td>
|
|
2040
2011
|
</tr>
|
|
2041
2012
|
<tr>
|
|
2042
|
-
<td style="padding:15px">
|
|
2043
|
-
<td style="padding:15px">
|
|
2044
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2013
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodesNodeIndexHistory(topologyId, nodeIndex, callback)</td>
|
|
2014
|
+
<td style="padding:15px">Returns the event history for a node.</td>
|
|
2015
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}/history?{query}</td>
|
|
2045
2016
|
<td style="padding:15px">Yes</td>
|
|
2046
2017
|
</tr>
|
|
2047
2018
|
<tr>
|
|
2048
|
-
<td style="padding:15px">
|
|
2049
|
-
<td style="padding:15px"
|
|
2050
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2019
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodesNodeIndexUser(topologyId, nodeIndex, callback)</td>
|
|
2020
|
+
<td style="padding:15px">>Returns the information configured via REST for a node.</td>
|
|
2021
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}/user?{query}</td>
|
|
2051
2022
|
<td style="padding:15px">Yes</td>
|
|
2052
2023
|
</tr>
|
|
2053
2024
|
<tr>
|
|
2054
|
-
<td style="padding:15px">
|
|
2055
|
-
<td style="padding:15px">
|
|
2056
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2025
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodesNodeIndexBgpLs(topologyId, nodeIndex, callback)</td>
|
|
2026
|
+
<td style="padding:15px">Returns the node data live data information.</td>
|
|
2027
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}/bgp-ls?{query}</td>
|
|
2057
2028
|
<td style="padding:15px">Yes</td>
|
|
2058
2029
|
</tr>
|
|
2059
2030
|
<tr>
|
|
2060
|
-
<td style="padding:15px">
|
|
2061
|
-
<td style="padding:15px">
|
|
2062
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2031
|
+
<td style="padding:15px">getTopologyV2TopologyIdNodesNodeIndexDevice(topologyId, nodeIndex, callback)</td>
|
|
2032
|
+
<td style="padding:15px">Returns the information retrieved using NETCONF for a link.</td>
|
|
2033
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/nodes/{pathv2}/device?{query}</td>
|
|
2063
2034
|
<td style="padding:15px">Yes</td>
|
|
2064
2035
|
</tr>
|
|
2065
2036
|
<tr>
|
|
2066
|
-
<td style="padding:15px">
|
|
2067
|
-
<td style="padding:15px">
|
|
2068
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2037
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinks(topologyId, callback)</td>
|
|
2038
|
+
<td style="padding:15px">Returns a full list of links.</td>
|
|
2039
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links?{query}</td>
|
|
2069
2040
|
<td style="padding:15px">Yes</td>
|
|
2070
2041
|
</tr>
|
|
2071
2042
|
<tr>
|
|
2072
|
-
<td style="padding:15px">
|
|
2073
|
-
<td style="padding:15px">
|
|
2074
|
-
|
|
2043
|
+
<td style="padding:15px">postTopologyV2TopologyIdLinks(topologyId, body, callback)</td>
|
|
2044
|
+
<td style="padding:15px">Creates a link using optional and required parameters defined in the following schema:
|
|
2045
|
+
</td>
|
|
2046
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links?{query}</td>
|
|
2075
2047
|
<td style="padding:15px">Yes</td>
|
|
2076
2048
|
</tr>
|
|
2077
2049
|
<tr>
|
|
2078
|
-
<td style="padding:15px">
|
|
2079
|
-
<td style="padding:15px">
|
|
2080
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2050
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksStream(topologyId, callback)</td>
|
|
2051
|
+
<td style="padding:15px">See</td>
|
|
2052
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/stream?{query}</td>
|
|
2081
2053
|
<td style="padding:15px">Yes</td>
|
|
2082
2054
|
</tr>
|
|
2083
2055
|
<tr>
|
|
2084
|
-
<td style="padding:15px">
|
|
2085
|
-
<td style="padding:15px">
|
|
2086
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2056
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksUtilization(topologyId, callback)</td>
|
|
2057
|
+
<td style="padding:15px">Returns a list of links only containing the endA/endZ utilization</td>
|
|
2058
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/utilization?{query}</td>
|
|
2087
2059
|
<td style="padding:15px">Yes</td>
|
|
2088
2060
|
</tr>
|
|
2089
2061
|
<tr>
|
|
2090
|
-
<td style="padding:15px">
|
|
2091
|
-
<td style="padding:15px">
|
|
2092
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2062
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksSearch(topologyId, callback)</td>
|
|
2063
|
+
<td style="padding:15px">Searches the link list based on URI parameters. For example, search?name=62.101.105 must return one Link.</td>
|
|
2064
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/search?{query}</td>
|
|
2093
2065
|
<td style="padding:15px">Yes</td>
|
|
2094
2066
|
</tr>
|
|
2095
2067
|
<tr>
|
|
2096
|
-
<td style="padding:15px">
|
|
2097
|
-
<td style="padding:15px">
|
|
2098
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2068
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksLinkIndex(topologyId, linkIndex, callback)</td>
|
|
2069
|
+
<td style="padding:15px">Returns the details for a link.</td>
|
|
2070
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}?{query}</td>
|
|
2099
2071
|
<td style="padding:15px">Yes</td>
|
|
2100
2072
|
</tr>
|
|
2101
2073
|
<tr>
|
|
2102
|
-
<td style="padding:15px">
|
|
2103
|
-
<td style="padding:15px">
|
|
2104
|
-
|
|
2074
|
+
<td style="padding:15px">putTopologyV2TopologyIdLinksLinkIndex(topologyId, linkIndex, body, callback)</td>
|
|
2075
|
+
<td style="padding:15px">Updates a planned link using the optional and required parameters defined in the following schema:
|
|
2076
|
+
</td>
|
|
2077
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}?{query}</td>
|
|
2105
2078
|
<td style="padding:15px">Yes</td>
|
|
2106
2079
|
</tr>
|
|
2107
2080
|
<tr>
|
|
2108
|
-
<td style="padding:15px">
|
|
2109
|
-
<td style="padding:15px">
|
|
2110
|
-
|
|
2081
|
+
<td style="padding:15px">patchTopologyV2TopologyIdLinksLinkIndex(topologyId, linkIndex, body, callback)</td>
|
|
2082
|
+
<td style="padding:15px">Updates a link using a RFC6902 patch:
|
|
2083
|
+
</td>
|
|
2084
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}?{query}</td>
|
|
2111
2085
|
<td style="padding:15px">Yes</td>
|
|
2112
2086
|
</tr>
|
|
2113
2087
|
<tr>
|
|
2114
|
-
<td style="padding:15px">
|
|
2115
|
-
<td style="padding:15px">
|
|
2116
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2088
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdLinksLinkIndex(topologyId, linkIndex, callback)</td>
|
|
2089
|
+
<td style="padding:15px">Deletes a link. Live links reappear on the next update from the Topology server.</td>
|
|
2090
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}?{query}</td>
|
|
2117
2091
|
<td style="padding:15px">Yes</td>
|
|
2118
2092
|
</tr>
|
|
2119
2093
|
<tr>
|
|
2120
|
-
<td style="padding:15px">
|
|
2121
|
-
<td style="padding:15px">
|
|
2122
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2094
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksLinkIndexHistory(topologyId, linkIndex, callback)</td>
|
|
2095
|
+
<td style="padding:15px">Returns the history for a Link.</td>
|
|
2096
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/history?{query}</td>
|
|
2123
2097
|
<td style="padding:15px">Yes</td>
|
|
2124
2098
|
</tr>
|
|
2125
2099
|
<tr>
|
|
2126
|
-
<td style="padding:15px">
|
|
2127
|
-
<td style="padding:15px">
|
|
2128
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2100
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksLinkIndexDevice(topologyId, linkIndex, callback)</td>
|
|
2101
|
+
<td style="padding:15px">Returns the information retrieved using NETCONF for a link.</td>
|
|
2102
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/device?{query}</td>
|
|
2129
2103
|
<td style="padding:15px">Yes</td>
|
|
2130
2104
|
</tr>
|
|
2131
2105
|
<tr>
|
|
2132
|
-
<td style="padding:15px">
|
|
2133
|
-
<td style="padding:15px">
|
|
2134
|
-
|
|
2106
|
+
<td style="padding:15px">putTopologyV2TopologyIdLinksLinkIndexDevice(topologyId, linkIndex, body, callback)</td>
|
|
2107
|
+
<td style="padding:15px">Updates a link in the device itself (i.e NETCONF). The provisioning accepts a limited set of parameters, described in
|
|
2108
|
+
</td>
|
|
2109
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/device?{query}</td>
|
|
2135
2110
|
<td style="padding:15px">Yes</td>
|
|
2136
2111
|
</tr>
|
|
2137
2112
|
<tr>
|
|
2138
|
-
<td style="padding:15px">
|
|
2139
|
-
<td style="padding:15px">
|
|
2140
|
-
|
|
2113
|
+
<td style="padding:15px">patchTopologyV2TopologyIdLinksLinkIndexDevice(topologyId, linkIndex, body, callback)</td>
|
|
2114
|
+
<td style="padding:15px">Updates a link using a RFC6902 patch:
|
|
2115
|
+
</td>
|
|
2116
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/device?{query}</td>
|
|
2141
2117
|
<td style="padding:15px">Yes</td>
|
|
2142
2118
|
</tr>
|
|
2143
2119
|
<tr>
|
|
2144
|
-
<td style="padding:15px">
|
|
2145
|
-
<td style="padding:15px">
|
|
2146
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2120
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksLinkIndexUser(topologyId, linkIndex, callback)</td>
|
|
2121
|
+
<td style="padding:15px">Returns the information configured via REST for a link.</td>
|
|
2122
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/user?{query}</td>
|
|
2147
2123
|
<td style="padding:15px">Yes</td>
|
|
2148
2124
|
</tr>
|
|
2149
2125
|
<tr>
|
|
2150
|
-
<td style="padding:15px">
|
|
2151
|
-
<td style="padding:15px">
|
|
2152
|
-
|
|
2153
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2126
|
+
<td style="padding:15px">putTopologyV2TopologyIdLinksLinkIndexUser(topologyId, linkIndex, body, callback)</td>
|
|
2127
|
+
<td style="padding:15px">Updates a link using the optional and required parameters defined in the following schema:
|
|
2128
|
+
</td>
|
|
2129
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/user?{query}</td>
|
|
2154
2130
|
<td style="padding:15px">Yes</td>
|
|
2155
2131
|
</tr>
|
|
2156
2132
|
<tr>
|
|
2157
|
-
<td style="padding:15px">
|
|
2158
|
-
<td style="padding:15px">
|
|
2159
|
-
|
|
2133
|
+
<td style="padding:15px">patchTopologyV2TopologyIdLinksLinkIndexUser(topologyId, linkIndex, body, callback)</td>
|
|
2134
|
+
<td style="padding:15px">Updates a link user-defined attributes using a RFC6902 patch:
|
|
2135
|
+
</td>
|
|
2136
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/user?{query}</td>
|
|
2160
2137
|
<td style="padding:15px">Yes</td>
|
|
2161
2138
|
</tr>
|
|
2162
2139
|
<tr>
|
|
2163
|
-
<td style="padding:15px">
|
|
2164
|
-
<td style="padding:15px">
|
|
2165
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2140
|
+
<td style="padding:15px">getTopologyV2TopologyIdLinksLinkIndexBgpLs(topologyId, linkIndex, callback)</td>
|
|
2141
|
+
<td style="padding:15px">Returns the information discovered using BGP-LS.</td>
|
|
2142
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/links/{pathv2}/bgp-ls?{query}</td>
|
|
2166
2143
|
<td style="padding:15px">Yes</td>
|
|
2167
2144
|
</tr>
|
|
2168
2145
|
<tr>
|
|
2169
|
-
<td style="padding:15px">
|
|
2170
|
-
<td style="padding:15px">
|
|
2171
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2146
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeLsps(topologyId, callback)</td>
|
|
2147
|
+
<td style="padding:15px">Returns the TE-LSP list.</td>
|
|
2148
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps?{query}</td>
|
|
2172
2149
|
<td style="padding:15px">Yes</td>
|
|
2173
2150
|
</tr>
|
|
2174
2151
|
<tr>
|
|
2175
|
-
<td style="padding:15px">
|
|
2176
|
-
<td style="padding:15px">
|
|
2177
|
-
|
|
2152
|
+
<td style="padding:15px">postTopologyV2TopologyIdTeLsps(topologyId, body, callback)</td>
|
|
2153
|
+
<td style="padding:15px">Creates a TE-LSP using the following JSON schema:
|
|
2154
|
+
</td>
|
|
2155
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps?{query}</td>
|
|
2178
2156
|
<td style="padding:15px">Yes</td>
|
|
2179
2157
|
</tr>
|
|
2180
2158
|
<tr>
|
|
2181
|
-
<td style="padding:15px">
|
|
2182
|
-
<td style="padding:15px">
|
|
2183
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2159
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeLspsSearch(topologyId, callback)</td>
|
|
2160
|
+
<td style="padding:15px">Performs a search in the LSP list based on the URI parameters. For example, "search?name=62.101.105" returns one link.</td>
|
|
2161
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/search?{query}</td>
|
|
2184
2162
|
<td style="padding:15px">Yes</td>
|
|
2185
2163
|
</tr>
|
|
2186
2164
|
<tr>
|
|
2187
|
-
<td style="padding:15px">
|
|
2188
|
-
<td style="padding:15px">
|
|
2189
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2165
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeLspsStream(topologyId, callback)</td>
|
|
2166
|
+
<td style="padding:15px">See</td>
|
|
2167
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/stream?{query}</td>
|
|
2190
2168
|
<td style="padding:15px">Yes</td>
|
|
2191
2169
|
</tr>
|
|
2192
2170
|
<tr>
|
|
2193
|
-
<td style="padding:15px">
|
|
2194
|
-
<td style="padding:15px">
|
|
2195
|
-
|
|
2171
|
+
<td style="padding:15px">postTopologyV2TopologyIdTeLspsBulk(topologyId, body, callback)</td>
|
|
2172
|
+
<td style="padding:15px">Creates several TE-LSPs using the following JSON schema:
|
|
2173
|
+
</td>
|
|
2174
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/bulk?{query}</td>
|
|
2196
2175
|
<td style="padding:15px">Yes</td>
|
|
2197
2176
|
</tr>
|
|
2198
2177
|
<tr>
|
|
2199
|
-
<td style="padding:15px">
|
|
2200
|
-
<td style="padding:15px">
|
|
2201
|
-
|
|
2178
|
+
<td style="padding:15px">putTopologyV2TopologyIdTeLspsBulk(topologyId, body, callback)</td>
|
|
2179
|
+
<td style="padding:15px">Updates several TE-LSPs using the following JSON schema:
|
|
2180
|
+
</td>
|
|
2181
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/bulk?{query}</td>
|
|
2202
2182
|
<td style="padding:15px">Yes</td>
|
|
2203
2183
|
</tr>
|
|
2204
2184
|
<tr>
|
|
2205
|
-
<td style="padding:15px">
|
|
2206
|
-
<td style="padding:15px">
|
|
2207
|
-
|
|
2185
|
+
<td style="padding:15px">patchTopologyV2TopologyIdTeLspsBulk(topologyId, body, callback)</td>
|
|
2186
|
+
<td style="padding:15px">Updates several TE-LSPs using the
|
|
2187
|
+
following JSON schema:</td>
|
|
2188
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/bulk?{query}</td>
|
|
2208
2189
|
<td style="padding:15px">Yes</td>
|
|
2209
2190
|
</tr>
|
|
2210
2191
|
<tr>
|
|
2211
|
-
<td style="padding:15px">
|
|
2212
|
-
<td style="padding:15px">
|
|
2213
|
-
|
|
2192
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdTeLspsBulk(topologyId, callback)</td>
|
|
2193
|
+
<td style="padding:15px">Deletes a list of TE-LSPs. This function
|
|
2194
|
+
is supported only on the PCE-initiated LSPs. PCC-controlled and
|
|
2195
|
+
PCC-delegated LSPs cannot be deleted from Paragon PathFinder. They must
|
|
2196
|
+
be deleted in the node.b The payload must conform to</td>
|
|
2197
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/bulk?{query}</td>
|
|
2214
2198
|
<td style="padding:15px">Yes</td>
|
|
2215
2199
|
</tr>
|
|
2216
2200
|
<tr>
|
|
2217
|
-
<td style="padding:15px">
|
|
2218
|
-
<td style="padding:15px">
|
|
2219
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2201
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeLspsLspIndex(topologyId, lspIndex, callback)</td>
|
|
2202
|
+
<td style="padding:15px">Returns the details for a TE-LSP.</td>
|
|
2203
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/{pathv2}?{query}</td>
|
|
2220
2204
|
<td style="padding:15px">Yes</td>
|
|
2221
2205
|
</tr>
|
|
2222
2206
|
<tr>
|
|
2223
|
-
<td style="padding:15px">
|
|
2224
|
-
<td style="padding:15px">
|
|
2225
|
-
|
|
2207
|
+
<td style="padding:15px">putTopologyV2TopologyIdTeLspsLspIndex(topologyId, lspIndex, body, callback)</td>
|
|
2208
|
+
<td style="padding:15px">Updates a TE-LSP using the JSON schema:
|
|
2209
|
+
</td>
|
|
2210
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/{pathv2}?{query}</td>
|
|
2226
2211
|
<td style="padding:15px">Yes</td>
|
|
2227
2212
|
</tr>
|
|
2228
2213
|
<tr>
|
|
2229
|
-
<td style="padding:15px">
|
|
2230
|
-
<td style="padding:15px">
|
|
2231
|
-
|
|
2214
|
+
<td style="padding:15px">patchTopologyV2TopologyIdTeLspsLspIndex(topologyId, lspIndex, body, callback)</td>
|
|
2215
|
+
<td style="padding:15px">Updates a TE-LSP using a RFC6902 patch:
|
|
2216
|
+
</td>
|
|
2217
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/{pathv2}?{query}</td>
|
|
2232
2218
|
<td style="padding:15px">Yes</td>
|
|
2233
2219
|
</tr>
|
|
2234
2220
|
<tr>
|
|
2235
|
-
<td style="padding:15px">
|
|
2236
|
-
<td style="padding:15px">This
|
|
2237
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2221
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdTeLspsLspIndex(topologyId, lspIndex, callback)</td>
|
|
2222
|
+
<td style="padding:15px">Deletes a TE-LSP. This function is supported only on the PCE-initiated LSPs. PCC-controlled and PCC-delegated LSPs cannot be deleted from Paragon PathFinder. They must be deleted in the node.</td>
|
|
2223
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/{pathv2}?{query}</td>
|
|
2238
2224
|
<td style="padding:15px">Yes</td>
|
|
2239
2225
|
</tr>
|
|
2240
2226
|
<tr>
|
|
2241
|
-
<td style="padding:15px">
|
|
2242
|
-
<td style="padding:15px">
|
|
2243
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2227
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeLspsLspIndexHistory(topologyId, lspIndex, callback)</td>
|
|
2228
|
+
<td style="padding:15px">Returns the history for a TE-LSP.</td>
|
|
2229
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-lsps/{pathv2}/history?{query}</td>
|
|
2244
2230
|
<td style="padding:15px">Yes</td>
|
|
2245
2231
|
</tr>
|
|
2246
2232
|
<tr>
|
|
2247
|
-
<td style="padding:15px">
|
|
2248
|
-
<td style="padding:15px">
|
|
2249
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2233
|
+
<td style="padding:15px">getTopologyV2TopologyIdDemands(topologyId, callback)</td>
|
|
2234
|
+
<td style="padding:15px">Returns a full list of Demands.</td>
|
|
2235
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands?{query}</td>
|
|
2250
2236
|
<td style="padding:15px">Yes</td>
|
|
2251
2237
|
</tr>
|
|
2252
2238
|
<tr>
|
|
2253
|
-
<td style="padding:15px">
|
|
2254
|
-
<td style="padding:15px">
|
|
2255
|
-
|
|
2239
|
+
<td style="padding:15px">postTopologyV2TopologyIdDemands(topologyId, body, callback)</td>
|
|
2240
|
+
<td style="padding:15px">Create a demand using the following JSON schema:
|
|
2241
|
+
</td>
|
|
2242
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands?{query}</td>
|
|
2256
2243
|
<td style="padding:15px">Yes</td>
|
|
2257
2244
|
</tr>
|
|
2258
2245
|
<tr>
|
|
2259
|
-
<td style="padding:15px">
|
|
2260
|
-
<td style="padding:15px">
|
|
2261
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2246
|
+
<td style="padding:15px">getTopologyV2TopologyIdDemandsStream(topologyId, callback)</td>
|
|
2247
|
+
<td style="padding:15px">See</td>
|
|
2248
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/stream?{query}</td>
|
|
2262
2249
|
<td style="padding:15px">Yes</td>
|
|
2263
2250
|
</tr>
|
|
2264
2251
|
<tr>
|
|
2265
|
-
<td style="padding:15px">
|
|
2266
|
-
<td style="padding:15px">
|
|
2267
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2252
|
+
<td style="padding:15px">getTopologyV2TopologyIdDemandsDemandIndex(topologyId, demandIndex, callback)</td>
|
|
2253
|
+
<td style="padding:15px">Return the details of a specified demand.</td>
|
|
2254
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/{pathv2}?{query}</td>
|
|
2268
2255
|
<td style="padding:15px">Yes</td>
|
|
2269
2256
|
</tr>
|
|
2270
2257
|
<tr>
|
|
2271
|
-
<td style="padding:15px">
|
|
2272
|
-
<td style="padding:15px">
|
|
2273
|
-
|
|
2258
|
+
<td style="padding:15px">putTopologyV2TopologyIdDemandsDemandIndex(topologyId, demandIndex, body, callback)</td>
|
|
2259
|
+
<td style="padding:15px">Modify a specific demand using the following JSON schema:
|
|
2260
|
+
</td>
|
|
2261
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/{pathv2}?{query}</td>
|
|
2274
2262
|
<td style="padding:15px">Yes</td>
|
|
2275
2263
|
</tr>
|
|
2276
2264
|
<tr>
|
|
2277
|
-
<td style="padding:15px">
|
|
2278
|
-
<td style="padding:15px">
|
|
2279
|
-
|
|
2265
|
+
<td style="padding:15px">patchTopologyV2TopologyIdDemandsDemandIndex(topologyId, demandIndex, body, callback)</td>
|
|
2266
|
+
<td style="padding:15px">Patch a specific demand using a RFC6902 patch:
|
|
2267
|
+
</td>
|
|
2268
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/{pathv2}?{query}</td>
|
|
2280
2269
|
<td style="padding:15px">Yes</td>
|
|
2281
2270
|
</tr>
|
|
2282
2271
|
<tr>
|
|
2283
|
-
<td style="padding:15px">
|
|
2284
|
-
<td style="padding:15px">
|
|
2285
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2272
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdDemandsDemandIndex(topologyId, demandIndex, callback)</td>
|
|
2273
|
+
<td style="padding:15px">Delete a specific demand.</td>
|
|
2274
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/{pathv2}?{query}</td>
|
|
2286
2275
|
<td style="padding:15px">Yes</td>
|
|
2287
2276
|
</tr>
|
|
2288
2277
|
<tr>
|
|
2289
|
-
<td style="padding:15px">
|
|
2290
|
-
<td style="padding:15px">Create
|
|
2291
|
-
|
|
2278
|
+
<td style="padding:15px">postTopologyV2TopologyIdDemandsBulk(topologyId, body, callback)</td>
|
|
2279
|
+
<td style="padding:15px">Create a set of demands using the following JSON schema:
|
|
2280
|
+
</td>
|
|
2281
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/bulk?{query}</td>
|
|
2292
2282
|
<td style="padding:15px">Yes</td>
|
|
2293
2283
|
</tr>
|
|
2294
2284
|
<tr>
|
|
2295
|
-
<td style="padding:15px">
|
|
2296
|
-
<td style="padding:15px">
|
|
2297
|
-
|
|
2285
|
+
<td style="padding:15px">putTopologyV2TopologyIdDemandsBulk(topologyId, body, callback)</td>
|
|
2286
|
+
<td style="padding:15px">Update a set of demands using the following JSON schema:
|
|
2287
|
+
</td>
|
|
2288
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/bulk?{query}</td>
|
|
2298
2289
|
<td style="padding:15px">Yes</td>
|
|
2299
2290
|
</tr>
|
|
2300
2291
|
<tr>
|
|
2301
|
-
<td style="padding:15px">
|
|
2302
|
-
<td style="padding:15px">
|
|
2303
|
-
|
|
2304
|
-
<td style="padding:15px">
|
|
2305
|
-
</tr>
|
|
2306
|
-
<tr>
|
|
2307
|
-
<td style="padding:15px">iamServiceUpdateUserGroup(iD, body, callback)</td>
|
|
2308
|
-
<td style="padding:15px">Update user-group by ID</td>
|
|
2309
|
-
<td style="padding:15px">{base_path}/{version}/iam/user-group/{pathv1}?{query}</td>
|
|
2310
|
-
<td style="padding:15px">Yes</td>
|
|
2311
|
-
</tr>
|
|
2312
|
-
<tr>
|
|
2313
|
-
<td style="padding:15px">iamServiceGetUserGroup(iD, detail, fields, refFields, callback)</td>
|
|
2314
|
-
<td style="padding:15px">Get user-group by ID</td>
|
|
2315
|
-
<td style="padding:15px">{base_path}/{version}/iam/user-group/{pathv1}?{query}</td>
|
|
2316
|
-
<td style="padding:15px">Yes</td>
|
|
2317
|
-
</tr>
|
|
2318
|
-
<tr>
|
|
2319
|
-
<td style="padding:15px">iamServiceDeleteUserGroup(iD, callback)</td>
|
|
2320
|
-
<td style="padding:15px">Delete user-group by ID</td>
|
|
2321
|
-
<td style="padding:15px">{base_path}/{version}/iam/user-group/{pathv1}?{query}</td>
|
|
2322
|
-
<td style="padding:15px">Yes</td>
|
|
2323
|
-
</tr>
|
|
2324
|
-
<tr>
|
|
2325
|
-
<td style="padding:15px">iamServiceDeleteRoleassignmentScopeRef(uuid, roleassignmentScopeRefUuid, roleassignmentScopeRefHref, callback)</td>
|
|
2326
|
-
<td style="padding:15px">Delete roleassignment-scope-ref by ID</td>
|
|
2327
|
-
<td style="padding:15px">{base_path}/{version}/iam/roleassignment-scope/{pathv1}?{query}</td>
|
|
2328
|
-
<td style="padding:15px">Yes</td>
|
|
2329
|
-
</tr>
|
|
2330
|
-
<tr>
|
|
2331
|
-
<td style="padding:15px">iamServiceCreateOidcSettingRoleRef(body, callback)</td>
|
|
2332
|
-
<td style="padding:15px">Create oidc-setting-role-ref</td>
|
|
2333
|
-
<td style="padding:15px">{base_path}/{version}/iam/oidc-setting-role?{query}</td>
|
|
2334
|
-
<td style="padding:15px">Yes</td>
|
|
2335
|
-
</tr>
|
|
2336
|
-
<tr>
|
|
2337
|
-
<td style="padding:15px">iamServiceBulkListUserView(body, callback)</td>
|
|
2338
|
-
<td style="padding:15px">This API can be used to list user-view based on specification given in request body.</td>
|
|
2339
|
-
<td style="padding:15px">{base_path}/{version}/iam/bulk-list-user-view?{query}</td>
|
|
2340
|
-
<td style="padding:15px">Yes</td>
|
|
2341
|
-
</tr>
|
|
2342
|
-
<tr>
|
|
2343
|
-
<td style="padding:15px">iamServiceCreateUserUserDetailRef(body, callback)</td>
|
|
2344
|
-
<td style="padding:15px">Create user-user-detail-ref</td>
|
|
2345
|
-
<td style="padding:15px">{base_path}/{version}/iam/user-user-detail?{query}</td>
|
|
2346
|
-
<td style="padding:15px">Yes</td>
|
|
2347
|
-
</tr>
|
|
2348
|
-
<tr>
|
|
2349
|
-
<td style="padding:15px">iamServiceCreateDeletedResource(body, callback)</td>
|
|
2350
|
-
<td style="padding:15px">Create deleted-resource</td>
|
|
2351
|
-
<td style="padding:15px">{base_path}/{version}/iam/deleted-resource?{query}</td>
|
|
2352
|
-
<td style="padding:15px">Yes</td>
|
|
2353
|
-
</tr>
|
|
2354
|
-
<tr>
|
|
2355
|
-
<td style="padding:15px">iamServiceListDeletedResource(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
2356
|
-
<td style="padding:15px">This API can be used to list deleted-resource based on specification given in query parameters.</td>
|
|
2357
|
-
<td style="padding:15px">{base_path}/{version}/iam/deleted-resource?{query}</td>
|
|
2358
|
-
<td style="padding:15px">Yes</td>
|
|
2359
|
-
</tr>
|
|
2360
|
-
<tr>
|
|
2361
|
-
<td style="padding:15px">iamServiceCreateScope(body, callback)</td>
|
|
2362
|
-
<td style="padding:15px">Create scope</td>
|
|
2363
|
-
<td style="padding:15px">{base_path}/{version}/iam/scope?{query}</td>
|
|
2364
|
-
<td style="padding:15px">Yes</td>
|
|
2365
|
-
</tr>
|
|
2366
|
-
<tr>
|
|
2367
|
-
<td style="padding:15px">iamServiceListScope(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
2368
|
-
<td style="padding:15px">This API can be used to list scope based on specification given in query parameters.</td>
|
|
2369
|
-
<td style="padding:15px">{base_path}/{version}/iam/scope?{query}</td>
|
|
2370
|
-
<td style="padding:15px">Yes</td>
|
|
2371
|
-
</tr>
|
|
2372
|
-
<tr>
|
|
2373
|
-
<td style="padding:15px">iamServiceCreateLastPublishedNotification(body, callback)</td>
|
|
2374
|
-
<td style="padding:15px">Create last-published-notification</td>
|
|
2375
|
-
<td style="padding:15px">{base_path}/{version}/iam/last-published-notification?{query}</td>
|
|
2376
|
-
<td style="padding:15px">Yes</td>
|
|
2377
|
-
</tr>
|
|
2378
|
-
<tr>
|
|
2379
|
-
<td style="padding:15px">iamServiceListLastPublishedNotification(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
2380
|
-
<td style="padding:15px">This API can be used to list last-published-notification based on specification given in query parameters.</td>
|
|
2381
|
-
<td style="padding:15px">{base_path}/{version}/iam/last-published-notification?{query}</td>
|
|
2292
|
+
<td style="padding:15px">patchTopologyV2TopologyIdDemandsBulk(topologyId, body, callback)</td>
|
|
2293
|
+
<td style="padding:15px">Patch a set of demands using the following JSON schema:
|
|
2294
|
+
</td>
|
|
2295
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/bulk?{query}</td>
|
|
2382
2296
|
<td style="padding:15px">Yes</td>
|
|
2383
2297
|
</tr>
|
|
2384
2298
|
<tr>
|
|
2385
|
-
<td style="padding:15px">
|
|
2386
|
-
<td style="padding:15px">
|
|
2387
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2299
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdDemandsBulk(topologyId, callback)</td>
|
|
2300
|
+
<td style="padding:15px">Delete a set of demands. The return code indicates the request acceptance.</td>
|
|
2301
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/demands/bulk?{query}</td>
|
|
2388
2302
|
<td style="padding:15px">Yes</td>
|
|
2389
2303
|
</tr>
|
|
2390
2304
|
<tr>
|
|
2391
|
-
<td style="padding:15px">
|
|
2392
|
-
<td style="padding:15px">
|
|
2393
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2305
|
+
<td style="padding:15px">getTopologyV2TopologyIdP2mp(topologyId, callback)</td>
|
|
2306
|
+
<td style="padding:15px">Returns a full list of P2MP groups.</td>
|
|
2307
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp?{query}</td>
|
|
2394
2308
|
<td style="padding:15px">Yes</td>
|
|
2395
2309
|
</tr>
|
|
2396
2310
|
<tr>
|
|
2397
|
-
<td style="padding:15px">
|
|
2398
|
-
<td style="padding:15px">Create
|
|
2399
|
-
|
|
2311
|
+
<td style="padding:15px">postTopologyV2TopologyIdP2mp(topologyId, body, callback)</td>
|
|
2312
|
+
<td style="padding:15px">Create a P2MP group using the following schema:
|
|
2313
|
+
</td>
|
|
2314
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp?{query}</td>
|
|
2400
2315
|
<td style="padding:15px">Yes</td>
|
|
2401
2316
|
</tr>
|
|
2402
2317
|
<tr>
|
|
2403
|
-
<td style="padding:15px">
|
|
2404
|
-
<td style="padding:15px">
|
|
2405
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2318
|
+
<td style="padding:15px">getTopologyV2TopologyIdP2mpStream(topologyId, callback)</td>
|
|
2319
|
+
<td style="padding:15px">See</td>
|
|
2320
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/stream?{query}</td>
|
|
2406
2321
|
<td style="padding:15px">Yes</td>
|
|
2407
2322
|
</tr>
|
|
2408
2323
|
<tr>
|
|
2409
|
-
<td style="padding:15px">
|
|
2410
|
-
<td style="padding:15px">Delete
|
|
2411
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2324
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdP2mpBulk(topologyId, callback)</td>
|
|
2325
|
+
<td style="padding:15px">Delete list of P2MP Groups</td>
|
|
2326
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/bulk?{query}</td>
|
|
2412
2327
|
<td style="padding:15px">Yes</td>
|
|
2413
2328
|
</tr>
|
|
2414
2329
|
<tr>
|
|
2415
|
-
<td style="padding:15px">
|
|
2416
|
-
<td style="padding:15px">
|
|
2417
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2330
|
+
<td style="padding:15px">getTopologyV2TopologyIdP2mpP2mpGroupIndex(topologyId, p2mpGroupIndex, callback)</td>
|
|
2331
|
+
<td style="padding:15px">Returns the details of a specified P2MP group.</td>
|
|
2332
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}?{query}</td>
|
|
2418
2333
|
<td style="padding:15px">Yes</td>
|
|
2419
2334
|
</tr>
|
|
2420
2335
|
<tr>
|
|
2421
|
-
<td style="padding:15px">
|
|
2422
|
-
<td style="padding:15px">
|
|
2423
|
-
|
|
2336
|
+
<td style="padding:15px">putTopologyV2TopologyIdP2mpP2mpGroupIndex(topologyId, p2mpGroupIndex, body, callback)</td>
|
|
2337
|
+
<td style="padding:15px">Modify a specific P2MP group, if the LSPS are not specified, the common properties are changed, not the LSPs.
|
|
2338
|
+
If the LSPs are specified, the set of LSPs will be modified. i.e LSP that is not in the new list will be remove,
|
|
2339
|
+
the other will be added/updated".</td>
|
|
2340
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}?{query}</td>
|
|
2424
2341
|
<td style="padding:15px">Yes</td>
|
|
2425
2342
|
</tr>
|
|
2426
2343
|
<tr>
|
|
2427
|
-
<td style="padding:15px">
|
|
2428
|
-
<td style="padding:15px">
|
|
2429
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2344
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdP2mpP2mpGroupIndex(topologyId, p2mpGroupIndex, callback)</td>
|
|
2345
|
+
<td style="padding:15px">Delete a P2MP Group</td>
|
|
2346
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}?{query}</td>
|
|
2430
2347
|
<td style="padding:15px">Yes</td>
|
|
2431
2348
|
</tr>
|
|
2432
2349
|
<tr>
|
|
2433
|
-
<td style="padding:15px">
|
|
2434
|
-
<td style="padding:15px">
|
|
2435
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2350
|
+
<td style="padding:15px">patchTopologyV2TopologyIdP2mpP2mpGroupIndex(topologyId, p2mpGroupIndex, body, callback)</td>
|
|
2351
|
+
<td style="padding:15px">Modify a specific P2MP group using a PATCH document (RFC6906). The operation has the same behavior as the PUT method. An empty PATCH will re-provision the complete tree.</td>
|
|
2352
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}?{query}</td>
|
|
2436
2353
|
<td style="padding:15px">Yes</td>
|
|
2437
2354
|
</tr>
|
|
2438
2355
|
<tr>
|
|
2439
|
-
<td style="padding:15px">
|
|
2440
|
-
<td style="padding:15px">
|
|
2441
|
-
|
|
2356
|
+
<td style="padding:15px">postTopologyV2TopologyIdP2mpP2mpGroupIndex(topologyId, p2mpGroupIndex, body, callback)</td>
|
|
2357
|
+
<td style="padding:15px">The POST URL accepts a list
|
|
2358
|
+
of new leaves. Use the following schema to
|
|
2359
|
+
create a P2MP leaf:
|
|
2360
|
+
</td>
|
|
2361
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}?{query}</td>
|
|
2442
2362
|
<td style="padding:15px">Yes</td>
|
|
2443
2363
|
</tr>
|
|
2444
2364
|
<tr>
|
|
2445
|
-
<td style="padding:15px">
|
|
2446
|
-
<td style="padding:15px">
|
|
2447
|
-
|
|
2365
|
+
<td style="padding:15px">getTopologyV2TopologyIdP2mpP2mpGroupIndexLspIndex(topologyId, p2mpGroupIndex, lspIndex, callback)</td>
|
|
2366
|
+
<td style="padding:15px">Returns the details of
|
|
2367
|
+
a specified P2MP leaf.</td>
|
|
2368
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}/{pathv3}?{query}</td>
|
|
2448
2369
|
<td style="padding:15px">Yes</td>
|
|
2449
2370
|
</tr>
|
|
2450
2371
|
<tr>
|
|
2451
|
-
<td style="padding:15px">
|
|
2452
|
-
<td style="padding:15px">
|
|
2453
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2372
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdP2mpP2mpGroupIndexLspIndex(topologyId, p2mpGroupIndex, lspIndex, callback)</td>
|
|
2373
|
+
<td style="padding:15px">Delete a P2MP Leaf</td>
|
|
2374
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}/{pathv3}?{query}</td>
|
|
2454
2375
|
<td style="padding:15px">Yes</td>
|
|
2455
2376
|
</tr>
|
|
2456
2377
|
<tr>
|
|
2457
|
-
<td style="padding:15px">
|
|
2458
|
-
<td style="padding:15px">
|
|
2459
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2378
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdP2mpP2mpGroupIndexBulk(topologyId, p2mpGroupIndex, callback)</td>
|
|
2379
|
+
<td style="padding:15px">Delete list of P2MP leaves</td>
|
|
2380
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/p2mp/{pathv2}/bulk?{query}</td>
|
|
2460
2381
|
<td style="padding:15px">Yes</td>
|
|
2461
2382
|
</tr>
|
|
2462
2383
|
<tr>
|
|
2463
|
-
<td style="padding:15px">
|
|
2464
|
-
<td style="padding:15px">
|
|
2465
|
-
|
|
2384
|
+
<td style="padding:15px">getTopologyV2TopologyIdVrfs(topologyId, callback)</td>
|
|
2385
|
+
<td style="padding:15px">Returns the list of VRF
|
|
2386
|
+
summary: which node have vrf information and how
|
|
2387
|
+
many vrf are present.</td>
|
|
2388
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/vrfs?{query}</td>
|
|
2466
2389
|
<td style="padding:15px">Yes</td>
|
|
2467
2390
|
</tr>
|
|
2468
2391
|
<tr>
|
|
2469
|
-
<td style="padding:15px">
|
|
2470
|
-
<td style="padding:15px">
|
|
2471
|
-
|
|
2392
|
+
<td style="padding:15px">getTopologyV2TopologyIdVrfsNodeIndex(topologyId, nodeIndex, callback)</td>
|
|
2393
|
+
<td style="padding:15px">Returns the list of
|
|
2394
|
+
discovered VRF for that node.</td>
|
|
2395
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/vrfs/{pathv2}?{query}</td>
|
|
2472
2396
|
<td style="padding:15px">Yes</td>
|
|
2473
2397
|
</tr>
|
|
2474
2398
|
<tr>
|
|
2475
|
-
<td style="padding:15px">
|
|
2476
|
-
<td style="padding:15px">
|
|
2477
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2399
|
+
<td style="padding:15px">getTopologyV2TopologyIdMaintenances(topologyId, callback)</td>
|
|
2400
|
+
<td style="padding:15px">Returns a full list of Maintenance.</td>
|
|
2401
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/maintenances?{query}</td>
|
|
2478
2402
|
<td style="padding:15px">Yes</td>
|
|
2479
2403
|
</tr>
|
|
2480
2404
|
<tr>
|
|
2481
|
-
<td style="padding:15px">
|
|
2482
|
-
<td style="padding:15px">Create
|
|
2483
|
-
|
|
2484
|
-
<td style="padding:15px">
|
|
2485
|
-
</tr>
|
|
2486
|
-
<tr>
|
|
2487
|
-
<td style="padding:15px">iamServiceListSaml(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
2488
|
-
<td style="padding:15px">This API can be used to list saml based on specification given in query parameters.</td>
|
|
2489
|
-
<td style="padding:15px">{base_path}/{version}/iam/saml?{query}</td>
|
|
2490
|
-
<td style="padding:15px">Yes</td>
|
|
2491
|
-
</tr>
|
|
2492
|
-
<tr>
|
|
2493
|
-
<td style="padding:15px">iamServiceUpdateIdentityProvider(iD, body, callback)</td>
|
|
2494
|
-
<td style="padding:15px">Update identity-provider by ID</td>
|
|
2495
|
-
<td style="padding:15px">{base_path}/{version}/iam/identity-provider/{pathv1}?{query}</td>
|
|
2496
|
-
<td style="padding:15px">Yes</td>
|
|
2497
|
-
</tr>
|
|
2498
|
-
<tr>
|
|
2499
|
-
<td style="padding:15px">iamServiceGetIdentityProvider(iD, detail, fields, refFields, callback)</td>
|
|
2500
|
-
<td style="padding:15px">Get identity-provider by ID</td>
|
|
2501
|
-
<td style="padding:15px">{base_path}/{version}/iam/identity-provider/{pathv1}?{query}</td>
|
|
2502
|
-
<td style="padding:15px">Yes</td>
|
|
2503
|
-
</tr>
|
|
2504
|
-
<tr>
|
|
2505
|
-
<td style="padding:15px">iamServiceDeleteIdentityProvider(iD, callback)</td>
|
|
2506
|
-
<td style="padding:15px">Delete identity-provider by ID</td>
|
|
2507
|
-
<td style="padding:15px">{base_path}/{version}/iam/identity-provider/{pathv1}?{query}</td>
|
|
2508
|
-
<td style="padding:15px">Yes</td>
|
|
2509
|
-
</tr>
|
|
2510
|
-
<tr>
|
|
2511
|
-
<td style="padding:15px">iamServiceCreateRoleassignmentScopeGroupRef(body, callback)</td>
|
|
2512
|
-
<td style="padding:15px">Create roleassignment-scope-group-ref</td>
|
|
2513
|
-
<td style="padding:15px">{base_path}/{version}/iam/roleassignment-scope-group?{query}</td>
|
|
2514
|
-
<td style="padding:15px">Yes</td>
|
|
2515
|
-
</tr>
|
|
2516
|
-
<tr>
|
|
2517
|
-
<td style="padding:15px">iamServiceCreateScopeGroup(body, callback)</td>
|
|
2518
|
-
<td style="padding:15px">Create scope-group</td>
|
|
2519
|
-
<td style="padding:15px">{base_path}/{version}/iam/scope-group?{query}</td>
|
|
2520
|
-
<td style="padding:15px">Yes</td>
|
|
2521
|
-
</tr>
|
|
2522
|
-
<tr>
|
|
2523
|
-
<td style="padding:15px">iamServiceListScopeGroup(specSize, specPageMarker, specDetail, specCount, specExcludeShared, specExcludeHrefs, specParentFqNameStr, specParentType, specParentId, specBackRefId, specObjUuids, specFields, specFilters, specRefUuids, specFrom, specSortby, specOperation = AND, specTagFilters, specTagDetail, specRefFields, specExtRefUuids, callback)</td>
|
|
2524
|
-
<td style="padding:15px">This API can be used to list scope-group based on specification given in query parameters.</td>
|
|
2525
|
-
<td style="padding:15px">{base_path}/{version}/iam/scope-group?{query}</td>
|
|
2526
|
-
<td style="padding:15px">Yes</td>
|
|
2527
|
-
</tr>
|
|
2528
|
-
<tr>
|
|
2529
|
-
<td style="padding:15px">iamServiceDeleteUserUserDetailRef(uuid, userUserDetailRefUuid, userUserDetailRefHref, callback)</td>
|
|
2530
|
-
<td style="padding:15px">Delete user-user-detail-ref by ID</td>
|
|
2531
|
-
<td style="padding:15px">{base_path}/{version}/iam/user-user-detail/{pathv1}?{query}</td>
|
|
2532
|
-
<td style="padding:15px">Yes</td>
|
|
2533
|
-
</tr>
|
|
2534
|
-
<tr>
|
|
2535
|
-
<td style="padding:15px">iamServiceExtRefUpdate(body, callback)</td>
|
|
2536
|
-
<td style="padding:15px">This API can be used to create/delete reference for ExtRef table.</td>
|
|
2537
|
-
<td style="padding:15px">{base_path}/{version}/iam/ext-ref-update?{query}</td>
|
|
2538
|
-
<td style="padding:15px">Yes</td>
|
|
2539
|
-
</tr>
|
|
2540
|
-
<tr>
|
|
2541
|
-
<td style="padding:15px">iamServiceUpdateDeletedResource(iD, body, callback)</td>
|
|
2542
|
-
<td style="padding:15px">Update deleted-resource by ID</td>
|
|
2543
|
-
<td style="padding:15px">{base_path}/{version}/iam/deleted-resource/{pathv1}?{query}</td>
|
|
2544
|
-
<td style="padding:15px">Yes</td>
|
|
2545
|
-
</tr>
|
|
2546
|
-
<tr>
|
|
2547
|
-
<td style="padding:15px">iamServiceGetDeletedResource(iD, detail, fields, refFields, callback)</td>
|
|
2548
|
-
<td style="padding:15px">Get deleted-resource by ID</td>
|
|
2549
|
-
<td style="padding:15px">{base_path}/{version}/iam/deleted-resource/{pathv1}?{query}</td>
|
|
2550
|
-
<td style="padding:15px">Yes</td>
|
|
2551
|
-
</tr>
|
|
2552
|
-
<tr>
|
|
2553
|
-
<td style="padding:15px">iamServiceDeleteDeletedResource(iD, callback)</td>
|
|
2554
|
-
<td style="padding:15px">Delete deleted-resource by ID</td>
|
|
2555
|
-
<td style="padding:15px">{base_path}/{version}/iam/deleted-resource/{pathv1}?{query}</td>
|
|
2556
|
-
<td style="padding:15px">Yes</td>
|
|
2557
|
-
</tr>
|
|
2558
|
-
<tr>
|
|
2559
|
-
<td style="padding:15px">iamServiceBulkListActivationCode(body, callback)</td>
|
|
2560
|
-
<td style="padding:15px">This API can be used to list activation-code based on specification given in request body.</td>
|
|
2561
|
-
<td style="padding:15px">{base_path}/{version}/iam/bulk-list-activation-code?{query}</td>
|
|
2562
|
-
<td style="padding:15px">Yes</td>
|
|
2563
|
-
</tr>
|
|
2564
|
-
<tr>
|
|
2565
|
-
<td style="padding:15px">iamServiceBulkListUser(body, callback)</td>
|
|
2566
|
-
<td style="padding:15px">This API can be used to list user based on specification given in request body.</td>
|
|
2567
|
-
<td style="padding:15px">{base_path}/{version}/iam/bulk-list-user?{query}</td>
|
|
2568
|
-
<td style="padding:15px">Yes</td>
|
|
2569
|
-
</tr>
|
|
2570
|
-
<tr>
|
|
2571
|
-
<td style="padding:15px">iamServiceBulkListLastPublishedNotification(body, callback)</td>
|
|
2572
|
-
<td style="padding:15px">This API can be used to list last-published-notification based on specification given in request body.</td>
|
|
2573
|
-
<td style="padding:15px">{base_path}/{version}/iam/bulk-list-last-published-notification?{query}</td>
|
|
2574
|
-
<td style="padding:15px">Yes</td>
|
|
2575
|
-
</tr>
|
|
2576
|
-
<tr>
|
|
2577
|
-
<td style="padding:15px">iamServiceBulkExtRefUpdate(body, callback)</td>
|
|
2578
|
-
<td style="padding:15px">This API can be used to create/delete multiple references for ExtRef table.</td>
|
|
2579
|
-
<td style="padding:15px">{base_path}/{version}/iam/bulk-ext-ref-update?{query}</td>
|
|
2580
|
-
<td style="padding:15px">Yes</td>
|
|
2581
|
-
</tr>
|
|
2582
|
-
<tr>
|
|
2583
|
-
<td style="padding:15px">iamServiceUpdateLastPublishedNotification(iD, body, callback)</td>
|
|
2584
|
-
<td style="padding:15px">Update last-published-notification by ID</td>
|
|
2585
|
-
<td style="padding:15px">{base_path}/{version}/iam/last-published-notification/{pathv1}?{query}</td>
|
|
2586
|
-
<td style="padding:15px">Yes</td>
|
|
2587
|
-
</tr>
|
|
2588
|
-
<tr>
|
|
2589
|
-
<td style="padding:15px">iamServiceGetLastPublishedNotification(iD, detail, fields, refFields, callback)</td>
|
|
2590
|
-
<td style="padding:15px">Get last-published-notification by ID</td>
|
|
2591
|
-
<td style="padding:15px">{base_path}/{version}/iam/last-published-notification/{pathv1}?{query}</td>
|
|
2592
|
-
<td style="padding:15px">Yes</td>
|
|
2593
|
-
</tr>
|
|
2594
|
-
<tr>
|
|
2595
|
-
<td style="padding:15px">iamServiceDeleteLastPublishedNotification(iD, callback)</td>
|
|
2596
|
-
<td style="padding:15px">Delete last-published-notification by ID</td>
|
|
2597
|
-
<td style="padding:15px">{base_path}/{version}/iam/last-published-notification/{pathv1}?{query}</td>
|
|
2405
|
+
<td style="padding:15px">postTopologyV2TopologyIdMaintenances(topologyId, body, callback)</td>
|
|
2406
|
+
<td style="padding:15px">Create a new maintenance using the following schema:
|
|
2407
|
+
</td>
|
|
2408
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/maintenances?{query}</td>
|
|
2598
2409
|
<td style="padding:15px">Yes</td>
|
|
2599
2410
|
</tr>
|
|
2600
2411
|
<tr>
|
|
2601
|
-
<td style="padding:15px">
|
|
2602
|
-
<td style="padding:15px">
|
|
2603
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2412
|
+
<td style="padding:15px">getTopologyV2TopologyIdMaintenancesStream(topologyId, callback)</td>
|
|
2413
|
+
<td style="padding:15px">See</td>
|
|
2414
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/maintenances/stream?{query}</td>
|
|
2604
2415
|
<td style="padding:15px">Yes</td>
|
|
2605
2416
|
</tr>
|
|
2606
2417
|
<tr>
|
|
2607
|
-
<td style="padding:15px">
|
|
2608
|
-
<td style="padding:15px">
|
|
2609
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2418
|
+
<td style="padding:15px">getTopologyV2TopologyIdMaintenancesMaintenanceIndex(topologyId, maintenanceIndex, callback)</td>
|
|
2419
|
+
<td style="padding:15px">Returns the details of a specified maintenance.</td>
|
|
2420
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/maintenances/{pathv2}?{query}</td>
|
|
2610
2421
|
<td style="padding:15px">Yes</td>
|
|
2611
2422
|
</tr>
|
|
2612
2423
|
<tr>
|
|
2613
|
-
<td style="padding:15px">
|
|
2614
|
-
<td style="padding:15px">
|
|
2615
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2424
|
+
<td style="padding:15px">putTopologyV2TopologyIdMaintenancesMaintenanceIndex(topologyId, maintenanceIndex, body, callback)</td>
|
|
2425
|
+
<td style="padding:15px">Modify a specific maintenance.</td>
|
|
2426
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/maintenances/{pathv2}?{query}</td>
|
|
2616
2427
|
<td style="padding:15px">Yes</td>
|
|
2617
2428
|
</tr>
|
|
2618
2429
|
<tr>
|
|
2619
|
-
<td style="padding:15px">
|
|
2620
|
-
<td style="padding:15px">
|
|
2621
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2430
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdMaintenancesMaintenanceIndex(topologyId, maintenanceIndex, callback)</td>
|
|
2431
|
+
<td style="padding:15px">Delete a specific maintenance.</td>
|
|
2432
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/maintenances/{pathv2}?{query}</td>
|
|
2622
2433
|
<td style="padding:15px">Yes</td>
|
|
2623
2434
|
</tr>
|
|
2624
2435
|
<tr>
|
|
2625
|
-
<td style="padding:15px">
|
|
2626
|
-
<td style="padding:15px">
|
|
2627
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2436
|
+
<td style="padding:15px">getTopologyV2TopologyIdFacilities(topologyId, callback)</td>
|
|
2437
|
+
<td style="padding:15px">Gets all Facilities.</td>
|
|
2438
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/facilities?{query}</td>
|
|
2628
2439
|
<td style="padding:15px">Yes</td>
|
|
2629
2440
|
</tr>
|
|
2630
2441
|
<tr>
|
|
2631
|
-
<td style="padding:15px">
|
|
2632
|
-
<td style="padding:15px">
|
|
2633
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2442
|
+
<td style="padding:15px">postTopologyV2TopologyIdFacilities(topologyId, body, callback)</td>
|
|
2443
|
+
<td style="padding:15px">Creates a facility.</td>
|
|
2444
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/facilities?{query}</td>
|
|
2634
2445
|
<td style="padding:15px">Yes</td>
|
|
2635
2446
|
</tr>
|
|
2636
2447
|
<tr>
|
|
2637
|
-
<td style="padding:15px">
|
|
2638
|
-
<td style="padding:15px">
|
|
2639
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2448
|
+
<td style="padding:15px">getTopologyV2TopologyIdFacilitiesStream(topologyId, callback)</td>
|
|
2449
|
+
<td style="padding:15px">See</td>
|
|
2450
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/facilities/stream?{query}</td>
|
|
2640
2451
|
<td style="padding:15px">Yes</td>
|
|
2641
2452
|
</tr>
|
|
2642
2453
|
<tr>
|
|
2643
|
-
<td style="padding:15px">
|
|
2644
|
-
<td style="padding:15px">
|
|
2645
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2454
|
+
<td style="padding:15px">getTopologyV2TopologyIdFacilitiesFacilityIndex(topologyId, facilityIndex, callback)</td>
|
|
2455
|
+
<td style="padding:15px">Gets a Facility.</td>
|
|
2456
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/facilities/{pathv2}?{query}</td>
|
|
2646
2457
|
<td style="padding:15px">Yes</td>
|
|
2647
2458
|
</tr>
|
|
2648
2459
|
<tr>
|
|
2649
|
-
<td style="padding:15px">
|
|
2650
|
-
<td style="padding:15px">
|
|
2651
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2460
|
+
<td style="padding:15px">putTopologyV2TopologyIdFacilitiesFacilityIndex(topologyId, facilityIndex, body, callback)</td>
|
|
2461
|
+
<td style="padding:15px">Updates a facility</td>
|
|
2462
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/facilities/{pathv2}?{query}</td>
|
|
2652
2463
|
<td style="padding:15px">Yes</td>
|
|
2653
2464
|
</tr>
|
|
2654
2465
|
<tr>
|
|
2655
|
-
<td style="padding:15px">
|
|
2656
|
-
<td style="padding:15px">
|
|
2657
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2466
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdFacilitiesFacilityIndex(topologyId, facilityIndex, callback)</td>
|
|
2467
|
+
<td style="padding:15px">Deletes a facility.</td>
|
|
2468
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/facilities/{pathv2}?{query}</td>
|
|
2658
2469
|
<td style="padding:15px">Yes</td>
|
|
2659
2470
|
</tr>
|
|
2660
2471
|
<tr>
|
|
2661
|
-
<td style="padding:15px">
|
|
2662
|
-
<td style="padding:15px">
|
|
2663
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2472
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeContainers(topologyId, callback)</td>
|
|
2473
|
+
<td style="padding:15px">List all TE-containers.</td>
|
|
2474
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers?{query}</td>
|
|
2664
2475
|
<td style="padding:15px">Yes</td>
|
|
2665
2476
|
</tr>
|
|
2666
2477
|
<tr>
|
|
2667
|
-
<td style="padding:15px">
|
|
2668
|
-
<td style="padding:15px">
|
|
2669
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2478
|
+
<td style="padding:15px">postTopologyV2TopologyIdTeContainers(topologyId, body, callback)</td>
|
|
2479
|
+
<td style="padding:15px">Creates a container.</td>
|
|
2480
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers?{query}</td>
|
|
2670
2481
|
<td style="padding:15px">Yes</td>
|
|
2671
2482
|
</tr>
|
|
2672
2483
|
<tr>
|
|
2673
|
-
<td style="padding:15px">
|
|
2674
|
-
<td style="padding:15px">
|
|
2675
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2484
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeContainersStream(topologyId, callback)</td>
|
|
2485
|
+
<td style="padding:15px">See</td>
|
|
2486
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/stream?{query}</td>
|
|
2676
2487
|
<td style="padding:15px">Yes</td>
|
|
2677
2488
|
</tr>
|
|
2678
2489
|
<tr>
|
|
2679
|
-
<td style="padding:15px">
|
|
2680
|
-
<td style="padding:15px">
|
|
2681
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2490
|
+
<td style="padding:15px">getTopologyV2TopologyIdTeContainersContainerIndex(topologyId, containerIndex, callback)</td>
|
|
2491
|
+
<td style="padding:15px">Gets a TE Container.</td>
|
|
2492
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/{pathv2}?{query}</td>
|
|
2682
2493
|
<td style="padding:15px">Yes</td>
|
|
2683
2494
|
</tr>
|
|
2684
2495
|
<tr>
|
|
2685
|
-
<td style="padding:15px">
|
|
2686
|
-
<td style="padding:15px">
|
|
2687
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2496
|
+
<td style="padding:15px">putTopologyV2TopologyIdTeContainersContainerIndex(topologyId, containerIndex, body, callback)</td>
|
|
2497
|
+
<td style="padding:15px">Updates a TE Container</td>
|
|
2498
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/{pathv2}?{query}</td>
|
|
2688
2499
|
<td style="padding:15px">Yes</td>
|
|
2689
2500
|
</tr>
|
|
2690
2501
|
<tr>
|
|
2691
|
-
<td style="padding:15px">
|
|
2692
|
-
<td style="padding:15px">
|
|
2693
|
-
|
|
2502
|
+
<td style="padding:15px">patchTopologyV2TopologyIdTeContainersContainerIndex(topologyId, containerIndex, body, callback)</td>
|
|
2503
|
+
<td style="padding:15px">Updates a TE Container
|
|
2504
|
+
using an RFC6902 document</td>
|
|
2505
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/{pathv2}?{query}</td>
|
|
2694
2506
|
<td style="padding:15px">Yes</td>
|
|
2695
2507
|
</tr>
|
|
2696
2508
|
<tr>
|
|
2697
|
-
<td style="padding:15px">
|
|
2698
|
-
<td style="padding:15px">
|
|
2699
|
-
|
|
2509
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdTeContainersContainerIndex(topologyId, containerIndex, callback)</td>
|
|
2510
|
+
<td style="padding:15px">Deletes a
|
|
2511
|
+
container.</td>
|
|
2512
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/{pathv2}?{query}</td>
|
|
2700
2513
|
<td style="padding:15px">Yes</td>
|
|
2701
2514
|
</tr>
|
|
2702
2515
|
<tr>
|
|
2703
|
-
<td style="padding:15px">
|
|
2704
|
-
<td style="padding:15px">
|
|
2705
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2516
|
+
<td style="padding:15px">postTopologyV2TopologyIdTeContainersBulk(topologyId, body, callback)</td>
|
|
2517
|
+
<td style="padding:15px">Create a list of TE Container</td>
|
|
2518
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/bulk?{query}</td>
|
|
2706
2519
|
<td style="padding:15px">Yes</td>
|
|
2707
2520
|
</tr>
|
|
2708
2521
|
<tr>
|
|
2709
|
-
<td style="padding:15px">
|
|
2710
|
-
<td style="padding:15px">
|
|
2711
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2522
|
+
<td style="padding:15px">putTopologyV2TopologyIdTeContainersBulk(topologyId, body, callback)</td>
|
|
2523
|
+
<td style="padding:15px">Modify a list of TE Container</td>
|
|
2524
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/bulk?{query}</td>
|
|
2712
2525
|
<td style="padding:15px">Yes</td>
|
|
2713
2526
|
</tr>
|
|
2714
2527
|
<tr>
|
|
2715
|
-
<td style="padding:15px">
|
|
2716
|
-
<td style="padding:15px">
|
|
2717
|
-
|
|
2528
|
+
<td style="padding:15px">patchTopologyV2TopologyIdTeContainersBulk(topologyId, body, callback)</td>
|
|
2529
|
+
<td style="padding:15px">Modify a list of TE
|
|
2530
|
+
Container using a PATCH</td>
|
|
2531
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/bulk?{query}</td>
|
|
2718
2532
|
<td style="padding:15px">Yes</td>
|
|
2719
2533
|
</tr>
|
|
2720
2534
|
<tr>
|
|
2721
|
-
<td style="padding:15px">
|
|
2722
|
-
<td style="padding:15px">
|
|
2723
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2535
|
+
<td style="padding:15px">deleteTopologyV2TopologyIdTeContainersBulk(topologyId, callback)</td>
|
|
2536
|
+
<td style="padding:15px">Deletes a list of containers.</td>
|
|
2537
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/te-containers/bulk?{query}</td>
|
|
2724
2538
|
<td style="padding:15px">Yes</td>
|
|
2725
2539
|
</tr>
|
|
2726
2540
|
<tr>
|
|
2727
|
-
<td style="padding:15px">
|
|
2728
|
-
<td style="padding:15px">
|
|
2729
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2541
|
+
<td style="padding:15px">getTopologyV2TopologyIdRoutes(topologyId, callback)</td>
|
|
2542
|
+
<td style="padding:15px">List all nodes with BGP routes and the number of routes for that node.</td>
|
|
2543
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/routes?{query}</td>
|
|
2730
2544
|
<td style="padding:15px">Yes</td>
|
|
2731
2545
|
</tr>
|
|
2732
2546
|
<tr>
|
|
2733
|
-
<td style="padding:15px">
|
|
2734
|
-
<td style="padding:15px">
|
|
2735
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2547
|
+
<td style="padding:15px">getTopologyV2TopologyIdRoutesNodeIndex(topologyId, nodeIndex, callback)</td>
|
|
2548
|
+
<td style="padding:15px">Gets the routes maintained by Paragon PathFinder for a node.</td>
|
|
2549
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/routes/{pathv2}?{query}</td>
|
|
2736
2550
|
<td style="padding:15px">Yes</td>
|
|
2737
2551
|
</tr>
|
|
2738
2552
|
<tr>
|
|
2739
|
-
<td style="padding:15px">
|
|
2740
|
-
<td style="padding:15px">
|
|
2741
|
-
|
|
2553
|
+
<td style="padding:15px">postTopologyV2TopologyIdPathComputation(topologyId, body, callback)</td>
|
|
2554
|
+
<td style="padding:15px">Use the following schema to request for a path computation:
|
|
2555
|
+
|
|
2556
|
+
</td>
|
|
2557
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/{pathv1}/pathComputation?{query}</td>
|
|
2742
2558
|
<td style="padding:15px">Yes</td>
|
|
2743
2559
|
</tr>
|
|
2744
2560
|
<tr>
|
|
2745
|
-
<td style="padding:15px">
|
|
2746
|
-
<td style="padding:15px">
|
|
2747
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2561
|
+
<td style="padding:15px">postTopologyV2RpcOptimize(body, callback)</td>
|
|
2562
|
+
<td style="padding:15px">Trigger global or targeted path optimization.</td>
|
|
2563
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/optimize?{query}</td>
|
|
2748
2564
|
<td style="padding:15px">Yes</td>
|
|
2749
2565
|
</tr>
|
|
2750
2566
|
<tr>
|
|
2751
|
-
<td style="padding:15px">
|
|
2752
|
-
<td style="padding:15px">
|
|
2753
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2567
|
+
<td style="padding:15px">getTopologyV2RpcOptimize(callback)</td>
|
|
2568
|
+
<td style="padding:15px">Get last global path optimization results.</td>
|
|
2569
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/optimize?{query}</td>
|
|
2754
2570
|
<td style="padding:15px">Yes</td>
|
|
2755
2571
|
</tr>
|
|
2756
2572
|
<tr>
|
|
2757
|
-
<td style="padding:15px">
|
|
2758
|
-
<td style="padding:15px">
|
|
2759
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2573
|
+
<td style="padding:15px">postTopologyV2RpcSimulation(body, callback)</td>
|
|
2574
|
+
<td style="padding:15px">Perform failure simulation analysis.</td>
|
|
2575
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/simulation?{query}</td>
|
|
2760
2576
|
<td style="padding:15px">Yes</td>
|
|
2761
2577
|
</tr>
|
|
2762
2578
|
<tr>
|
|
2763
|
-
<td style="padding:15px">
|
|
2764
|
-
<td style="padding:15px">
|
|
2765
|
-
|
|
2766
|
-
<td style="padding:15px">{base_path}/{version}/iam/send-test-mail?{query}</td>
|
|
2579
|
+
<td style="padding:15px">getTopologyV2RpcSimulation(callback)</td>
|
|
2580
|
+
<td style="padding:15px">Returns the simulation list.</td>
|
|
2581
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/simulation?{query}</td>
|
|
2767
2582
|
<td style="padding:15px">Yes</td>
|
|
2768
2583
|
</tr>
|
|
2769
2584
|
<tr>
|
|
2770
|
-
<td style="padding:15px">
|
|
2771
|
-
<td style="padding:15px">
|
|
2772
|
-
|
|
2773
|
-
<td style="padding:15px">{base_path}/{version}/iam/identity-providers-redirect-urls?{query}</td>
|
|
2585
|
+
<td style="padding:15px">getTopologyV2RpcSimulationUuid(uuid, callback)</td>
|
|
2586
|
+
<td style="padding:15px">Returns the details of a specified simulation.</td>
|
|
2587
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/simulation/{pathv1}?{query}</td>
|
|
2774
2588
|
<td style="padding:15px">Yes</td>
|
|
2775
2589
|
</tr>
|
|
2776
2590
|
<tr>
|
|
2777
|
-
<td style="padding:15px">
|
|
2778
|
-
<td style="padding:15px">
|
|
2779
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2591
|
+
<td style="padding:15px">getTopologyV2RpcSimulationUuidReportName(uuid, reportName, callback)</td>
|
|
2592
|
+
<td style="padding:15px">Returns specific report details of a selected simulation.</td>
|
|
2593
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/simulation/{pathv1}/{pathv2}?{query}</td>
|
|
2780
2594
|
<td style="padding:15px">Yes</td>
|
|
2781
2595
|
</tr>
|
|
2782
2596
|
<tr>
|
|
2783
|
-
<td style="padding:15px">
|
|
2784
|
-
<td style="padding:15px">
|
|
2785
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2597
|
+
<td style="padding:15px">postTopologyV2RpcDiverseTreeDesign(body, callback)</td>
|
|
2598
|
+
<td style="padding:15px">Create 2 P2MP trees and perform Diverse P2MP Tree Design.</td>
|
|
2599
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/diverseTreeDesign?{query}</td>
|
|
2786
2600
|
<td style="padding:15px">Yes</td>
|
|
2787
2601
|
</tr>
|
|
2788
2602
|
<tr>
|
|
2789
|
-
<td style="padding:15px">
|
|
2790
|
-
<td style="padding:15px">
|
|
2791
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2603
|
+
<td style="padding:15px">getTopologyV2RpcDiverseTreeDesign(callback)</td>
|
|
2604
|
+
<td style="padding:15px">Return the list of simulation optimization RPC list.</td>
|
|
2605
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/diverseTreeDesign?{query}</td>
|
|
2792
2606
|
<td style="padding:15px">Yes</td>
|
|
2793
2607
|
</tr>
|
|
2794
2608
|
<tr>
|
|
2795
|
-
<td style="padding:15px">
|
|
2796
|
-
<td style="padding:15px">RPC
|
|
2797
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2609
|
+
<td style="padding:15px">getTopologyV2RpcDiverseTreeDesignUuid(uuid, callback)</td>
|
|
2610
|
+
<td style="padding:15px">Return the details of specified simulation optimization RPC result.</td>
|
|
2611
|
+
<td style="padding:15px">{base_path}/{version}/topology/v2/rpc/diverseTreeDesign/{pathv1}?{query}</td>
|
|
2798
2612
|
<td style="padding:15px">Yes</td>
|
|
2799
2613
|
</tr>
|
|
2800
2614
|
<tr>
|
|
2801
|
-
<td style="padding:15px">
|
|
2802
|
-
<td style="padding:15px">
|
|
2803
|
-
|
|
2615
|
+
<td style="padding:15px">getSchedulerV2Tasklist(callback)</td>
|
|
2616
|
+
<td style="padding:15px">Returns a full list of Tasks as per JSON schema:
|
|
2617
|
+
</td>
|
|
2618
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/tasklist?{query}</td>
|
|
2804
2619
|
<td style="padding:15px">Yes</td>
|
|
2805
2620
|
</tr>
|
|
2806
2621
|
<tr>
|
|
2807
|
-
<td style="padding:15px">
|
|
2808
|
-
<td style="padding:15px">
|
|
2809
|
-
|
|
2622
|
+
<td style="padding:15px">getSchedulerV2Tasks(callback)</td>
|
|
2623
|
+
<td style="padding:15px">Returns a list of Tasks by filter tasktype(?tasktype={tasktypeFilter}) as per JSON schema:
|
|
2624
|
+
</td>
|
|
2625
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/tasks?{query}</td>
|
|
2810
2626
|
<td style="padding:15px">Yes</td>
|
|
2811
2627
|
</tr>
|
|
2812
2628
|
<tr>
|
|
2813
|
-
<td style="padding:15px">
|
|
2814
|
-
<td style="padding:15px">
|
|
2815
|
-
|
|
2629
|
+
<td style="padding:15px">postSchedulerV2Addtask(body, callback)</td>
|
|
2630
|
+
<td style="padding:15px">Create a task using the following JSON schema:
|
|
2631
|
+
</td>
|
|
2632
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/addtask?{query}</td>
|
|
2816
2633
|
<td style="padding:15px">Yes</td>
|
|
2817
2634
|
</tr>
|
|
2818
2635
|
<tr>
|
|
2819
|
-
<td style="padding:15px">
|
|
2820
|
-
<td style="padding:15px">
|
|
2821
|
-
|
|
2636
|
+
<td style="padding:15px">postSchedulerV2Updatetask(body, callback)</td>
|
|
2637
|
+
<td style="padding:15px">Update a task using the following JSON schema:
|
|
2638
|
+
</td>
|
|
2639
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/updatetask?{query}</td>
|
|
2822
2640
|
<td style="padding:15px">Yes</td>
|
|
2823
2641
|
</tr>
|
|
2824
2642
|
<tr>
|
|
2825
|
-
<td style="padding:15px">
|
|
2826
|
-
<td style="padding:15px">
|
|
2827
|
-
|
|
2643
|
+
<td style="padding:15px">postSchedulerV2Removeaddtask(body, callback)</td>
|
|
2644
|
+
<td style="padding:15px">Removes all the existing tasks with given taskType and adds a new Task using the following JSON schema:
|
|
2645
|
+
</td>
|
|
2646
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/removeaddtask?{query}</td>
|
|
2828
2647
|
<td style="padding:15px">Yes</td>
|
|
2829
2648
|
</tr>
|
|
2830
2649
|
<tr>
|
|
2831
|
-
<td style="padding:15px">
|
|
2832
|
-
<td style="padding:15px">
|
|
2833
|
-
|
|
2650
|
+
<td style="padding:15px">postSchedulerV2Deletetask(body, callback)</td>
|
|
2651
|
+
<td style="padding:15px">Delete one or more tasks using the following JSON schema:
|
|
2652
|
+
</td>
|
|
2653
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/deletetask?{query}</td>
|
|
2834
2654
|
<td style="padding:15px">Yes</td>
|
|
2835
2655
|
</tr>
|
|
2836
2656
|
<tr>
|
|
2837
|
-
<td style="padding:15px">
|
|
2838
|
-
<td style="padding:15px">
|
|
2839
|
-
|
|
2840
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2657
|
+
<td style="padding:15px">getSchedulerV2TaskshistoryTaskId(taskId, callback)</td>
|
|
2658
|
+
<td style="padding:15px">Returns task execution status history in HTML table format as per JSON schema:
|
|
2659
|
+
</td>
|
|
2660
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/taskshistory/{pathv1}?{query}</td>
|
|
2841
2661
|
<td style="padding:15px">Yes</td>
|
|
2842
2662
|
</tr>
|
|
2843
2663
|
<tr>
|
|
2844
|
-
<td style="padding:15px">
|
|
2845
|
-
<td style="padding:15px">
|
|
2846
|
-
|
|
2664
|
+
<td style="padding:15px">getSchedulerV2TaskstatusTaskId(taskId, callback)</td>
|
|
2665
|
+
<td style="padding:15px">Returns task execution status history as per JSON schema:
|
|
2666
|
+
</td>
|
|
2667
|
+
<td style="padding:15px">{base_path}/{version}/scheduler/v2/taskstatus/{pathv1}?{query}</td>
|
|
2847
2668
|
<td style="padding:15px">Yes</td>
|
|
2848
2669
|
</tr>
|
|
2849
2670
|
<tr>
|
|
2850
|
-
<td style="padding:15px">
|
|
2851
|
-
<td style="padding:15px">
|
|
2852
|
-
|
|
2671
|
+
<td style="padding:15px">postConfig(body, callback)</td>
|
|
2672
|
+
<td style="padding:15px">Updates all component configurations using the following JSON schema:
|
|
2673
|
+
</td>
|
|
2674
|
+
<td style="padding:15px">{base_path}/{version}/config?{query}</td>
|
|
2853
2675
|
<td style="padding:15px">Yes</td>
|
|
2854
2676
|
</tr>
|
|
2855
2677
|
<tr>
|
|
2856
|
-
<td style="padding:15px">
|
|
2857
|
-
<td style="padding:15px">
|
|
2858
|
-
|
|
2678
|
+
<td style="padding:15px">patchConfig(body, callback)</td>
|
|
2679
|
+
<td style="padding:15px">Updates configuration similar to plain-patch mechanism described in RFC7396. The content of the request body will be merged into Paragon PathFinder configuration. The limitation of this method is that it is not supporting deletion of attributes, for that the DELETE method should be used.
|
|
2680
|
+
Two known deviations from RFC are: arrays types are merged instead of getting replaced and to unset the empty types DELETE operation has to be used.
|
|
2681
|
+
</td>
|
|
2682
|
+
<td style="padding:15px">{base_path}/{version}/config?{query}</td>
|
|
2859
2683
|
<td style="padding:15px">Yes</td>
|
|
2860
2684
|
</tr>
|
|
2861
2685
|
<tr>
|
|
2862
|
-
<td style="padding:15px">
|
|
2863
|
-
<td style="padding:15px">
|
|
2864
|
-
|
|
2686
|
+
<td style="padding:15px">deleteConfig(callback)</td>
|
|
2687
|
+
<td style="padding:15px">Delete component configurations using the following JSON schema:
|
|
2688
|
+
</td>
|
|
2689
|
+
<td style="padding:15px">{base_path}/{version}/config?{query}</td>
|
|
2865
2690
|
<td style="padding:15px">Yes</td>
|
|
2866
2691
|
</tr>
|
|
2867
2692
|
<tr>
|
|
2868
|
-
<td style="padding:15px">
|
|
2869
|
-
<td style="padding:15px">
|
|
2870
|
-
|
|
2693
|
+
<td style="padding:15px">getTransportControllersV2(callback)</td>
|
|
2694
|
+
<td style="padding:15px">Returns a full list of the transport controllers using the following schema:
|
|
2695
|
+
</td>
|
|
2696
|
+
<td style="padding:15px">{base_path}/{version}/transportControllers/v2?{query}</td>
|
|
2871
2697
|
<td style="padding:15px">Yes</td>
|
|
2872
2698
|
</tr>
|
|
2873
2699
|
<tr>
|
|
2874
|
-
<td style="padding:15px">
|
|
2875
|
-
<td style="padding:15px">
|
|
2876
|
-
|
|
2700
|
+
<td style="padding:15px">postTransportControllersV2(body, callback)</td>
|
|
2701
|
+
<td style="padding:15px">Creates a transport controller using the following schema:
|
|
2702
|
+
</td>
|
|
2703
|
+
<td style="padding:15px">{base_path}/{version}/transportControllers/v2?{query}</td>
|
|
2877
2704
|
<td style="padding:15px">Yes</td>
|
|
2878
2705
|
</tr>
|
|
2879
2706
|
<tr>
|
|
2880
|
-
<td style="padding:15px">
|
|
2881
|
-
<td style="padding:15px">
|
|
2882
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2707
|
+
<td style="padding:15px">getTransportControllersV2TransportControllerIndex(transportControllerIndex, callback)</td>
|
|
2708
|
+
<td style="padding:15px">Returns the configuration of a transport controller.</td>
|
|
2709
|
+
<td style="padding:15px">{base_path}/{version}/transportControllers/v2/{pathv1}?{query}</td>
|
|
2883
2710
|
<td style="padding:15px">Yes</td>
|
|
2884
2711
|
</tr>
|
|
2885
2712
|
<tr>
|
|
2886
|
-
<td style="padding:15px">
|
|
2887
|
-
<td style="padding:15px">
|
|
2888
|
-
|
|
2713
|
+
<td style="padding:15px">putTransportControllersV2TransportControllerIndex(transportControllerIndex, body, callback)</td>
|
|
2714
|
+
<td style="padding:15px">Updates a transport controller using the following schema:
|
|
2715
|
+
</td>
|
|
2716
|
+
<td style="padding:15px">{base_path}/{version}/transportControllers/v2/{pathv1}?{query}</td>
|
|
2889
2717
|
<td style="padding:15px">Yes</td>
|
|
2890
2718
|
</tr>
|
|
2891
2719
|
<tr>
|
|
2892
|
-
<td style="padding:15px">
|
|
2893
|
-
<td style="padding:15px">
|
|
2894
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2720
|
+
<td style="padding:15px">deleteTransportControllersV2TransportControllerIndex(transportControllerIndex, callback)</td>
|
|
2721
|
+
<td style="padding:15px">Deletes a transport controller configuration. The transport node, link, and circuits created from that transport controller are not deleted. You must delete them manually, if required.</td>
|
|
2722
|
+
<td style="padding:15px">{base_path}/{version}/transportControllers/v2/{pathv1}?{query}</td>
|
|
2895
2723
|
<td style="padding:15px">Yes</td>
|
|
2896
2724
|
</tr>
|
|
2897
2725
|
<tr>
|
|
2898
|
-
<td style="padding:15px">
|
|
2899
|
-
<td style="padding:15px">
|
|
2900
|
-
|
|
2726
|
+
<td style="padding:15px">getTransportControllerGroupsV2(callback)</td>
|
|
2727
|
+
<td style="padding:15px">Returns the full list of transport controller groups using the following schema:
|
|
2728
|
+
</td>
|
|
2729
|
+
<td style="padding:15px">{base_path}/{version}/transportControllerGroups/v2?{query}</td>
|
|
2901
2730
|
<td style="padding:15px">Yes</td>
|
|
2902
2731
|
</tr>
|
|
2903
2732
|
<tr>
|
|
2904
|
-
<td style="padding:15px">
|
|
2905
|
-
<td style="padding:15px">
|
|
2906
|
-
|
|
2733
|
+
<td style="padding:15px">postTransportControllerGroupsV2(body, callback)</td>
|
|
2734
|
+
<td style="padding:15px">Creates a group of transport controller devices using the following schema:
|
|
2735
|
+
</td>
|
|
2736
|
+
<td style="padding:15px">{base_path}/{version}/transportControllerGroups/v2?{query}</td>
|
|
2907
2737
|
<td style="padding:15px">Yes</td>
|
|
2908
2738
|
</tr>
|
|
2909
2739
|
<tr>
|
|
2910
|
-
<td style="padding:15px">
|
|
2911
|
-
<td style="padding:15px">
|
|
2912
|
-
|
|
2740
|
+
<td style="padding:15px">deleteTransportControllerGroupsV2(callback)</td>
|
|
2741
|
+
<td style="padding:15px">Deletes a group of transport controller devices using the following schema:
|
|
2742
|
+
</td>
|
|
2743
|
+
<td style="padding:15px">{base_path}/{version}/transportControllerGroups/v2?{query}</td>
|
|
2913
2744
|
<td style="padding:15px">Yes</td>
|
|
2914
2745
|
</tr>
|
|
2915
2746
|
<tr>
|
|
2916
|
-
<td style="padding:15px">
|
|
2917
|
-
<td style="padding:15px">
|
|
2918
|
-
|
|
2747
|
+
<td style="padding:15px">getTransportControllerGroupsV2TransportControllerGroupName(transportControllerGroupName, callback)</td>
|
|
2748
|
+
<td style="padding:15px">Returns a list of transport controller groups using the following schema:
|
|
2749
|
+
</td>
|
|
2750
|
+
<td style="padding:15px">{base_path}/{version}/transportControllerGroups/v2/{pathv1}?{query}</td>
|
|
2919
2751
|
<td style="padding:15px">Yes</td>
|
|
2920
2752
|
</tr>
|
|
2921
2753
|
<tr>
|
|
2922
|
-
<td style="padding:15px">
|
|
2923
|
-
<td style="padding:15px">
|
|
2924
|
-
|
|
2754
|
+
<td style="padding:15px">putTransportControllerGroupsV2TransportControllerGroupName(transportControllerGroupName, body, callback)</td>
|
|
2755
|
+
<td style="padding:15px">Updates devices in a group using the following schema:
|
|
2756
|
+
</td>
|
|
2757
|
+
<td style="padding:15px">{base_path}/{version}/transportControllerGroups/v2/{pathv1}?{query}</td>
|
|
2925
2758
|
<td style="padding:15px">Yes</td>
|
|
2926
2759
|
</tr>
|
|
2927
2760
|
<tr>
|
|
2928
|
-
<td style="padding:15px">
|
|
2929
|
-
<td style="padding:15px">
|
|
2930
|
-
|
|
2761
|
+
<td style="padding:15px">postTransportControllerGroupsV2TransportControllerGroupName(transportControllerGroupName, body, callback)</td>
|
|
2762
|
+
<td style="padding:15px">Creates devices in a group using the following schema:
|
|
2763
|
+
</td>
|
|
2764
|
+
<td style="padding:15px">{base_path}/{version}/transportControllerGroups/v2/{pathv1}?{query}</td>
|
|
2931
2765
|
<td style="padding:15px">Yes</td>
|
|
2932
2766
|
</tr>
|
|
2933
2767
|
<tr>
|
|
2934
|
-
<td style="padding:15px">
|
|
2935
|
-
<td style="padding:15px">
|
|
2936
|
-
|
|
2768
|
+
<td style="padding:15px">deleteTransportControllerGroupsV2TransportControllerGroupName(transportControllerGroupName, callback)</td>
|
|
2769
|
+
<td style="padding:15px">Deletes devices from a group using the following schema:
|
|
2770
|
+
</td>
|
|
2771
|
+
<td style="padding:15px">{base_path}/{version}/transportControllerGroups/v2/{pathv1}?{query}</td>
|
|
2937
2772
|
<td style="padding:15px">Yes</td>
|
|
2938
2773
|
</tr>
|
|
2939
2774
|
<tr>
|
|
2940
|
-
<td style="padding:15px">
|
|
2941
|
-
<td style="padding:15px">
|
|
2942
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2775
|
+
<td style="padding:15px">getNetconfV2Profiles(callback)</td>
|
|
2776
|
+
<td style="padding:15px">Gets all profiles.</td>
|
|
2777
|
+
<td style="padding:15px">{base_path}/{version}/netconf/v2/profiles?{query}</td>
|
|
2943
2778
|
<td style="padding:15px">Yes</td>
|
|
2944
2779
|
</tr>
|
|
2945
2780
|
<tr>
|
|
2946
|
-
<td style="padding:15px">
|
|
2947
|
-
<td style="padding:15px">
|
|
2948
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2781
|
+
<td style="padding:15px">postNetconfV2Profiles(body, callback)</td>
|
|
2782
|
+
<td style="padding:15px">Creates new profiles.</td>
|
|
2783
|
+
<td style="padding:15px">{base_path}/{version}/netconf/v2/profiles?{query}</td>
|
|
2949
2784
|
<td style="padding:15px">Yes</td>
|
|
2950
2785
|
</tr>
|
|
2951
2786
|
<tr>
|
|
2952
|
-
<td style="padding:15px">
|
|
2953
|
-
<td style="padding:15px">
|
|
2954
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2787
|
+
<td style="padding:15px">putNetconfV2Profiles(body, callback)</td>
|
|
2788
|
+
<td style="padding:15px">Updates profiles.</td>
|
|
2789
|
+
<td style="padding:15px">{base_path}/{version}/netconf/v2/profiles?{query}</td>
|
|
2955
2790
|
<td style="padding:15px">Yes</td>
|
|
2956
2791
|
</tr>
|
|
2957
2792
|
<tr>
|
|
2958
|
-
<td style="padding:15px">
|
|
2959
|
-
<td style="padding:15px">
|
|
2960
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2793
|
+
<td style="padding:15px">deleteNetconfV2Profiles(callback)</td>
|
|
2794
|
+
<td style="padding:15px">Deletes profiles.</td>
|
|
2795
|
+
<td style="padding:15px">{base_path}/{version}/netconf/v2/profiles?{query}</td>
|
|
2961
2796
|
<td style="padding:15px">Yes</td>
|
|
2962
2797
|
</tr>
|
|
2963
2798
|
<tr>
|
|
2964
|
-
<td style="padding:15px">
|
|
2965
|
-
<td style="padding:15px">
|
|
2966
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2799
|
+
<td style="padding:15px">postNetconfV2CollectionLiveNetwork(body, callback)</td>
|
|
2800
|
+
<td style="padding:15px">Creates a new collection.</td>
|
|
2801
|
+
<td style="padding:15px">{base_path}/{version}/netconf/v2/collection/liveNetwork?{query}</td>
|
|
2967
2802
|
<td style="padding:15px">Yes</td>
|
|
2968
2803
|
</tr>
|
|
2969
2804
|
<tr>
|
|
2970
|
-
<td style="padding:15px">
|
|
2971
|
-
<td style="padding:15px">
|
|
2972
|
-
<td style="padding:15px">{base_path}/{version}/
|
|
2805
|
+
<td style="padding:15px">getNetconfV2CollectionCollectionJobId(collectionJobId, callback)</td>
|
|
2806
|
+
<td style="padding:15px">Gets the Status of a collection job.</td>
|
|
2807
|
+
<td style="padding:15px">{base_path}/{version}/netconf/v2/collection/{pathv1}?{query}</td>
|
|
2973
2808
|
<td style="padding:15px">Yes</td>
|
|
2974
2809
|
</tr>
|
|
2975
2810
|
<tr>
|
|
2976
|
-
<td style="padding:15px">
|
|
2977
|
-
<td style="padding:15px">
|
|
2978
|
-
|
|
2811
|
+
<td style="padding:15px">getComponentConfig(callback)</td>
|
|
2812
|
+
<td style="padding:15px">Return a json object containing component configurations
|
|
2813
|
+
</td>
|
|
2814
|
+
<td style="padding:15px">{base_path}/{version}/config?{query}</td>
|
|
2979
2815
|
<td style="padding:15px">Yes</td>
|
|
2980
2816
|
</tr>
|
|
2981
2817
|
</table>
|