@itentialopensource/adapter-tufin_securechange
Version:
This adapter integrates with system: tufin_securechange.
1,774 lines (1,773 loc) • 230 kB
JSON
{
"openapi": "3.1.0",
"info": {
"title": "",
"version": "1.0.0"
},
"paths": {
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/application_access_requests/{requestId}": {
"get": {
"tags": [
"AccessPortal"
],
"operationId": "retrieveAnExistingApplicationAccessRequestByID",
"description": "The parameters and request body are for method: retrieveAnExistingApplicationAccessRequestByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "requestId",
"in": "path",
"required": true,
"schema": {
"title": "requestId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"AccessPortal"
],
"operationId": "updateAnApplicationAccessRequest",
"description": "The parameters and request body are for method: updateAnApplicationAccessRequest. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "requestId",
"in": "path",
"required": true,
"schema": {
"title": "requestId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/application_access_requests": {
"get": {
"tags": [
"AccessPortal"
],
"operationId": "retrieveExistingApplicationAccessRequests",
"description": "The parameters and request body are for method: retrieveExistingApplicationAccessRequests. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"AccessPortal"
],
"operationId": "updateApplicationAccessRequests",
"description": "The parameters and request body are for method: updateApplicationAccessRequests. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"post": {
"tags": [
"AccessPortal"
],
"operationId": "createApplicationAccessRequest",
"description": "The parameters and request body are for method: createApplicationAccessRequest. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/connections_extended": {
"get": {
"tags": [
"ApplicationConnections"
],
"operationId": "retrieveExistingConnectionsWithExtendedResourcesInformation",
"description": "The parameters and request body are for method: retrieveExistingConnectionsWithExtendedResourcesInformation. Same endpoint also used in methods:<br> retrieveExistingConnectionsWithExtendedResourcesInformationQuery (applicationId : number,queryObject : object)",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/connections/{connectionId}/repair": {
"post": {
"tags": [
"ApplicationConnections"
],
"operationId": "createATicketToRepairAConnection",
"description": "The parameters and request body are for method: createATicketToRepairAConnection. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "connectionId",
"in": "path",
"required": true,
"schema": {
"title": "connectionId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/connections": {
"get": {
"tags": [
"ApplicationConnections"
],
"operationId": "retrieveExistingConnections",
"description": "The parameters and request body are for method: retrieveExistingConnections. Same endpoint also used in methods:<br> retrieveExistingConnectionsQuery (applicationId : number,queryObject : object)",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"ApplicationConnections"
],
"operationId": "createConnections",
"description": "The parameters and request body are for method: createConnections. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"put": {
"tags": [
"ApplicationConnections"
],
"operationId": "updateConnections",
"description": "The parameters and request body are for method: updateConnections. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/connections/{connectionId}": {
"get": {
"tags": [
"ApplicationConnections"
],
"operationId": "retrieveAnExistingConnectionByID",
"description": "The parameters and request body are for method: retrieveAnExistingConnectionByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "connectionId",
"in": "path",
"required": true,
"schema": {
"title": "connectionId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"ApplicationConnections"
],
"operationId": "updateAConnection",
"description": "The parameters and request body are for method: updateAConnection. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "connectionId",
"in": "path",
"required": true,
"schema": {
"title": "connectionId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"ApplicationConnections"
],
"operationId": "deleteConnection",
"description": "The parameters and request body are for method: deleteConnection. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "connectionId",
"in": "path",
"required": true,
"schema": {
"title": "connectionId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/application_identities": {
"get": {
"tags": [
"ApplicationIdentities"
],
"operationId": "fetchesApplicationIdentities",
"description": "The parameters and request body are for method: fetchesApplicationIdentities. Same endpoint also used in methods:<br> fetchesApplicationIdentitiesQuery (queryObject : object)",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/application_interfaces/{applicationInterfaceId}/interface_connections": {
"get": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "retrieveExistingInterfaceConnections",
"description": "The parameters and request body are for method: retrieveExistingInterfaceConnections. Same endpoint also used in methods:<br> retrieveExistingInterfaceConnectionsQuery (applicationId : number,applicationInterfaceId : number,queryObject : object)",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "createInterfaceConnections",
"description": "The parameters and request body are for method: createInterfaceConnections. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/application_interfaces/{applicationInterfaceId}/interface_connections/{connectionInterfaceId}": {
"get": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "retrieveAnExistingInterfaceConnectionByID",
"description": "The parameters and request body are for method: retrieveAnExistingInterfaceConnectionByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
},
{
"name": "connectionInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "connectionInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"delete": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "deleteInterfaceConnection",
"description": "The parameters and request body are for method: deleteInterfaceConnection. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
},
{
"name": "connectionInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "connectionInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "updateAnInterfaceConnection",
"description": "The parameters and request body are for method: updateAnInterfaceConnection. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
},
{
"name": "connectionInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "connectionInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/connections_to_applications/{connectionToApplicationId}": {
"put": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "updateAConnectionToApplication",
"description": "The parameters and request body are for method: updateAConnectionToApplication. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "connectionToApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "connectionToApplicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"get": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "retrieveAnExistingConnectionToApplicationByID",
"description": "The parameters and request body are for method: retrieveAnExistingConnectionToApplicationByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "connectionToApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "connectionToApplicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"delete": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "deleteConnectionToApplication",
"description": "The parameters and request body are for method: deleteConnectionToApplication. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "connectionToApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "connectionToApplicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/application_interfaces": {
"post": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "createApplicationInterface",
"description": "The parameters and request body are for method: createApplicationInterface. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"get": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "retrieveExistingApplicationInterfaces",
"description": "The parameters and request body are for method: retrieveExistingApplicationInterfaces. Same endpoint also used in methods:<br> retrieveExistingApplicationInterfacesQuery (applicationId : number,queryObject : object)",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/application_interfaces/{applicationInterfaceId}": {
"delete": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "deleteApplicationInterface",
"description": "The parameters and request body are for method: deleteApplicationInterface. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"put": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "updateAnApplicationInterface",
"description": "The parameters and request body are for method: updateAnApplicationInterface. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"get": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "retrieveAnExistingApplicationInterfaceByID",
"description": "The parameters and request body are for method: retrieveAnExistingApplicationInterfaceByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
},
{
"name": "applicationInterfaceId",
"in": "path",
"required": true,
"schema": {
"title": "applicationInterfaceId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/{applicationId}/connections_to_applications": {
"get": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "retrieveExistingConnectionsToApplication",
"description": "The parameters and request body are for method: retrieveExistingConnectionsToApplication. Same endpoint also used in methods:<br> retrieveExistingConnectionsToApplicationQuery (applicationId : number,queryObject : object)",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"post": {
"tags": [
"ApplicationInterfaces"
],
"operationId": "createConnectionToApplication",
"description": "The parameters and request body are for method: createConnectionToApplication. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "applicationId",
"in": "path",
"required": true,
"schema": {
"title": "applicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/migrate/{sourceApplicationId},/{targetApplicationId}/connections_to_applications_mapping": {
"put": {
"tags": [
"ApplicationMigration"
],
"operationId": "updateConnectionToApplicationMappingsForSourceAndTargetApplications",
"description": "The parameters and request body are for method: updateConnectionToApplicationMappingsForSourceAndTargetApplications. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "sourceApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "sourceApplicationId",
"type": "string"
}
},
{
"name": "targetApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "targetApplicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"get": {
"tags": [
"ApplicationMigration"
],
"operationId": "retrieveConnectionToApplicationMappingsForSourceAndTargetApplications",
"description": "The parameters and request body are for method: retrieveConnectionToApplicationMappingsForSourceAndTargetApplications. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "sourceApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "sourceApplicationId",
"type": "string"
}
},
{
"name": "targetApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "targetApplicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/migrate/{sourceApplicationId},/{targetApplicationId}": {
"put": {
"tags": [
"ApplicationMigration"
],
"operationId": "copyApplicationServersAndConnectionsToAnotherApplication",
"description": "The parameters and request body are for method: copyApplicationServersAndConnectionsToAnotherApplication. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "sourceApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "sourceApplicationId",
"type": "string"
}
},
{
"name": "targetApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "targetApplicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/applications/migrate/{sourceApplicationId},/{targetApplicationId}/servers_mapping": {
"put": {
"tags": [
"ApplicationMigration"
],
"operationId": "updateServerMappingsForSourceAndTargetApplications",
"description": "The parameters and request body are for method: updateServerMappingsForSourceAndTargetApplications. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "sourceApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "sourceApplicationId",
"type": "string"
}
},
{
"name": "targetApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "targetApplicationId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"get": {
"tags": [
"ApplicationMigration"
],
"operationId": "retrieveServerMappingsForSourceAndTargetApplications",
"description": "The parameters and request body are for method: retrieveServerMappingsForSourceAndTargetApplications. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "sourceApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "sourceApplicationId",
"type": "string"
}
},
{
"name": "targetApplicationId",
"in": "path",
"required": true,
"schema": {
"title": "targetApplicationId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
}
},
"/securechangeworkflow/api/secureapp/repository/customers/{customerId}/application_packs/{applicationPackId}": {
"put": {
"tags": [
"ApplicationPacks"
],
"operationId": "updateAnApplicationPack",
"description": "The parameters and request body are for method: updateAnApplicationPack. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "customerId",
"in": "path",
"required": true,
"schema": {
"title": "customerId",
"type": "string"
}
},
{
"name": "applicationPackId",
"in": "path",
"required": true,
"schema": {
"title": "applicationPackId",
"type": "string"
}
}
],
"requestBody": {
"description": "indeterminate body object",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"delete": {
"tags": [
"ApplicationPacks"
],
"operationId": "deleteApplicationPack",
"description": "The parameters and request body are for method: deleteApplicationPack. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "customerId",
"in": "path",
"required": true,
"schema": {
"title": "customerId",
"type": "string"
}
},
{
"name": "applicationPackId",
"in": "path",
"required": true,
"schema": {
"title": "applicationPackId",
"type": "string"
}
}
],
"requestBody": {
"content": {
"application/json": {
"schema": {
"type": "object"
},
"example": {}
}
}
}
},
"get": {
"tags": [
"ApplicationPacks"
],
"operationId": "retrieveAnExistingApplicationPackByID",
"description": "The parameters and request body are for method: retrieveAnExistingApplicationPackByID. Same endpoint also used in methods:",
"responses": {
"200": {
"description": "Successful operation",
"content": {
"application/json": {
"schema": {
"title": "result",
"type": "object"
}
}
}
}
},
"parameters": [
{
"name": "customerId",
"in": "path",
"required": true,
"schema": {