@itentialopensource/adapter-nokia_nsp_nfm_p
Version:
This adapter integrates with system described as: nfm-p(SAMO).
1,767 lines (1,766 loc) • 1.81 MB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/v1/auth": {
"post": {
"tags": [
"SamoAuth"
],
"operationId": "getAuthToken",
"description": "The parameters and request body are for method: getAuthToken. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v1/managedobjects": {
"post": {
"tags": [
"SamoManagedObjects"
],
"operationId": "restCreateChild",
"description": "The parameters and request body are for method: restCreateChild. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v1/managedobjects/children": {
"post": {
"tags": [
"SamoManagedObjects"
],
"operationId": "findWithChildren",
"description": "The parameters and request body are for method: findWithChildren. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v1/managedobjects/search": {
"post": {
"tags": [
"SamoManagedObjects"
],
"operationId": "queryForClassesWithFilter",
"description": "The parameters and request body are for method: queryForClassesWithFilter. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "object"
}
},
"example": [
{},
{},
{}
]
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v1/managedobjects/searchWithFilter": {
"post": {
"tags": [
"SamoManagedObjects"
],
"operationId": "queryForClassesWithRestFilter",
"description": "The parameters and request body are for method: queryForClassesWithRestFilter. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "object"
}
},
"example": [
{},
{}
]
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v1/managedobjects/{fdn}": {
"get": {
"tags": [
"SamoManagedObjects"
],
"operationId": "produceJSON",
"description": "The parameters and request body are for method: produceJSON. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "fdn",
"in": "path",
"required": true,
"schema": {
"title": "fdn",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"SamoManagedObjects"
],
"operationId": "restModify",
"description": "The parameters and request body are for method: restModify. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "fdn",
"in": "path",
"required": true,
"schema": {
"title": "fdn",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"SamoManagedObjects"
],
"operationId": "restGenericObjectDeleteInstance",
"description": "The parameters and request body are for method: restGenericObjectDeleteInstance. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "fdn",
"in": "path",
"required": true,
"schema": {
"title": "fdn",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v1/managedobjects/{fdn}/children": {
"post": {
"tags": [
"SamoManagedObjects"
],
"operationId": "postV1ManagedobjectsFdnChildren",
"description": "The parameters and request body are for method: postV1ManagedobjectsFdnChildren. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "fdn",
"in": "path",
"required": true,
"schema": {
"title": "fdn",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"body": {
"type": "string"
}
}
},
"example": {
"body": "body"
}
}
}
}
}
},
"/v1/revoke": {
"post": {
"tags": [
"SamoRevoke"
],
"operationId": "revokeToken",
"description": "The parameters and request body are for method: revokeToken. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aaa/IsaRadiusPolicy/removePassword/{instanceFullName}": {
"post": {
"tags": [
"SamoAaa"
],
"operationId": "restAaaIsaRadiusPolicyRemovePassword",
"description": "The parameters and request body are for method: restAaaIsaRadiusPolicyRemovePassword. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aaa/IsaRadiusServer/clearSecret/{instanceFullName}": {
"post": {
"tags": [
"SamoAaa"
],
"operationId": "restAaaIsaRadiusServerClearSecret",
"description": "The parameters and request body are for method: restAaaIsaRadiusServerClearSecret. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aaa/RadiusProxyServer/clearSecret/{instanceFullName}": {
"post": {
"tags": [
"SamoAaa"
],
"operationId": "restAaaRadiusProxyServerClearSecret",
"description": "The parameters and request body are for method: restAaaRadiusProxyServerClearSecret. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aaa/RadiusServerPolicy/clearSecret/{instanceFullName}": {
"post": {
"tags": [
"SamoAaa"
],
"operationId": "restAaaRadiusServerPolicyClearSecret",
"description": "The parameters and request body are for method: restAaaRadiusServerPolicyClearSecret. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aaa/RadiusServerPolicy/requestClearMessageBuffer/{instanceFullName}": {
"post": {
"tags": [
"SamoAaa"
],
"operationId": "restAaaRadiusServerPolicyRequestClearMessageBuffer",
"description": "The parameters and request body are for method: restAaaRadiusServerPolicyRequestClearMessageBuffer. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aaa/RouteDownloadPolicy/forceDownload/{instanceFullName}": {
"post": {
"tags": [
"SamoAaa"
],
"operationId": "restAaaRouteDownloadPolicyForceDownload",
"description": "The parameters and request body are for method: restAaaRouteDownloadPolicyForceDownload. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aapolicy/AAGroupPolicy/DeleteAllSystemResidentialDCPGroups/{instanceFullName}": {
"delete": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyAAGroupPolicyDeleteAllSystemResidentialDCPGroups",
"description": "The parameters and request body are for method: restAapolicyAAGroupPolicyDeleteAllSystemResidentialDCPGroups. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aapolicy/AAUrlFilter/resyncToUpdateOperStatus": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyAAUrlFilterResyncToUpdateOperStatus",
"description": "The parameters and request body are for method: restAapolicyAAUrlFilterResyncToUpdateOperStatus. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aapolicy/AAUrlListPolicy/removeDecryptKey/{instanceFullName}": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyAAUrlListPolicyRemoveDecryptKey",
"description": "The parameters and request body are for method: restAapolicyAAUrlListPolicyRemoveDecryptKey. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/aapolicy/AAUrlListPolicy/retrieveAAUrlListStatus": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyAAUrlListPolicyRetrieveAAUrlListStatus",
"description": "The parameters and request body are for method: restAapolicyAAUrlListPolicyRetrieveAAUrlListStatus. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aapolicy/ApplicationFilter/renumId": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyApplicationFilterRenumId",
"description": "The parameters and request body are for method: restAapolicyApplicationFilterRenumId. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aapolicy/ApplicationFilter/renumIds": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyApplicationFilterRenumIds",
"description": "The parameters and request body are for method: restAapolicyApplicationFilterRenumIds. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aapolicy/DbInfoTransitIpAddress/retrieveDbInfoTransitIpAddress": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyDbInfoTransitIpAddressRetrieveDbInfoTransitIpAddress",
"description": "The parameters and request body are for method: restAapolicyDbInfoTransitIpAddressRetrieveDbInfoTransitIpAddress. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aapolicy/DbInfoTransitPrefixAddress/retrieveDbInfoTransitPrefixAddress": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyDbInfoTransitPrefixAddressRetrieveDbInfoTransitPrefixAddress",
"description": "The parameters and request body are for method: restAapolicyDbInfoTransitPrefixAddressRetrieveDbInfoTransitPrefixAddress. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aapolicy/DbInfoTransitSubscriber/invokeResyncDbInfoTransitSubscriber": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyDbInfoTransitSubscriberInvokeResyncDbInfoTransitSubscriber",
"description": "The parameters and request body are for method: restAapolicyDbInfoTransitSubscriberInvokeResyncDbInfoTransitSubscriber. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aapolicy/DbInfoTransitSubscriberManager/retrieveTransitSubscribers": {
"post": {
"tags": [
"SamoAapolicy"
],
"operationId": "restAapolicyDbInfoTransitSubscriberManagerRetrieveTransitSubscribers",
"description": "The parameters and request body are for method: restAapolicyDbInfoTransitSubscriberManagerRetrieveTransitSubscribers. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/AbstractFilterDefinition/findAccessInterfaces/{instanceFullName}": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterAbstractFilterDefinitionFindAccessInterfaces",
"description": "The parameters and request body are for method: restAclfilterAbstractFilterDefinitionFindAccessInterfaces. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/AbstractFilterDefinition/findCircuits/{instanceFullName}": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterAbstractFilterDefinitionFindCircuits",
"description": "The parameters and request body are for method: restAclfilterAbstractFilterDefinitionFindCircuits. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/AbstractFilterDefinition/findNetworkIpInterfaces/{instanceFullName}": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterAbstractFilterDefinitionFindNetworkIpInterfaces",
"description": "The parameters and request body are for method: restAclfilterAbstractFilterDefinitionFindNetworkIpInterfaces. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/DhcpFilter/getAllGroupInterfaces/{instanceFullName}": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterDhcpFilterGetAllGroupInterfaces",
"description": "The parameters and request body are for method: restAclfilterDhcpFilterGetAllGroupInterfaces. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"body": {
"type": "string"
}
}
},
"example": {
"body": "body"
}
}
}
}
}
},
"/v2/aclfilter/EntryDefinition/find": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterEntryDefinitionFind",
"description": "The parameters and request body are for method: restAclfilterEntryDefinitionFind. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/EntryDefinition/renum": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterEntryDefinitionRenum",
"description": "The parameters and request body are for method: restAclfilterEntryDefinitionRenum. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/FilterDefinition/findEgressMcastGroups/{instanceFullName}": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterFilterDefinitionFindEgressMcastGroups",
"description": "The parameters and request body are for method: restAclfilterFilterDefinitionFindEgressMcastGroups. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/FilterDefinition/findServiceIpInterfaces/{instanceFullName}": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterFilterDefinitionFindServiceIpInterfaces",
"description": "The parameters and request body are for method: restAclfilterFilterDefinitionFindServiceIpInterfaces. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/FilterDefinition/initiateGroupInserts": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterFilterDefinitionInitiateGroupInserts",
"description": "The parameters and request body are for method: restAclfilterFilterDefinitionInitiateGroupInserts. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/FilterDefinition/retrieveHostSharedFilter": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterFilterDefinitionRetrieveHostSharedFilter",
"description": "The parameters and request body are for method: restAclfilterFilterDefinitionRetrieveHostSharedFilter. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/IpFilterEntry/findSampleProfile": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterIpFilterEntryFindSampleProfile",
"description": "The parameters and request body are for method: restAclfilterIpFilterEntryFindSampleProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/aclfilter/Ipv6FilterEntry/findSampleProfile": {
"post": {
"tags": [
"SamoAclfilter"
],
"operationId": "restAclfilterIpv6FilterEntryFindSampleProfile",
"description": "The parameters and request body are for method: restAclfilterIpv6FilterEntryFindSampleProfile. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/activation/AbstractWorkOrder/retrieveWorkOrderXML/{instanceFullName}": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationAbstractWorkOrderRetrieveWorkOrderXML",
"description": "The parameters and request body are for method: restActivationAbstractWorkOrderRetrieveWorkOrderXML. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "instanceFullName",
"in": "path",
"required": true,
"schema": {
"title": "instanceFullName",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/activation/ActivationManager/findWithWorkOrderScan": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationActivationManagerFindWithWorkOrderScan",
"description": "The parameters and request body are for method: restActivationActivationManagerFindWithWorkOrderScan. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/activation/ActivationManager/scanWorkOrderRepository": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationActivationManagerScanWorkOrderRepository",
"description": "The parameters and request body are for method: restActivationActivationManagerScanWorkOrderRepository. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/v2/activation/Session/activate": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationSessionActivate",
"description": "The parameters and request body are for method: restActivationSessionActivate. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/activation/Session/activateAll": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationSessionActivateAll",
"description": "The parameters and request body are for method: restActivationSessionActivateAll. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"body": {
"type": "string"
}
}
},
"example": {
"body": "body"
}
}
}
}
}
},
"/v2/activation/Session/addNeWorkOrders": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationSessionAddNeWorkOrders",
"description": "The parameters and request body are for method: restActivationSessionAddNeWorkOrders. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/activation/Session/addWorkOrder": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationSessionAddWorkOrder",
"description": "The parameters and request body are for method: restActivationSessionAddWorkOrder. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/activation/Session/closeSession": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationSessionCloseSession",
"description": "The parameters and request body are for method: restActivationSessionCloseSession. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/activation/Session/fallback": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationSessionFallback",
"description": "The parameters and request body are for method: restActivationSessionFallback. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/v2/activation/Session/load": {
"post": {
"tags": [
"SamoActivation"
],
"operationId": "restActivationSessionLoad",
"description": "The parameters and request body are for method: restActivationSessionLoad. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}