GET
/prime/webui/transformerDataApi/assets
Get all elements
Get all elements. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/transformerDataApi/assets' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
236
"tags": [
"TransformerDataApi"
],
"summary": "Get all elements",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/PrimeElementViewResourceTableWrapper"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/PrimeElementViewResourceTableWrapper"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/PrimeElementViewResourceTableWrapper"
}
}
}
}
}
}
GET
/prime/webui/transformerDataApi/GetPeripherals
Get all elements
Get all elements. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/transformerDataApi/GetPeripherals' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
"tags": [
"TransformerDataApi"
],
"summary": "Get all elements",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/AssetPeripheralViewResourceTableWrapper"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/AssetPeripheralViewResourceTableWrapper"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/AssetPeripheralViewResourceTableWrapper"
}
}
}
}
}
}
GET
/prime/webui/transformerDataApi/ssids
Get all ssids
Get all ssids. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/transformerDataApi/ssids' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
"tags": [
"TransformerDataApi"
],
"summary": "Get all ssids",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/SSIDViewResourceTableWrapper"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/SSIDViewResourceTableWrapper"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/SSIDViewResourceTableWrapper"
}
}
}
}
}
}
GET
/prime/webui/transformerDataApi/vlans
Get all ssids
Get all ssids. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/transformerDataApi/vlans' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
"tags": [
"TransformerDataApi"
],
"summary": "Get all ssids",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/VlanViewResourceTableWrapper"
}
},
"application/json": {
"schema": {
238
"$ref": "#/components/schemas/VlanViewResourceTableWrapper"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/VlanViewResourceTableWrapper"
}
}
}
}
}
}
GET
/prime/webui/transformerDataApi/assetsDistribuition
Get Assets Distribuition
Get Assets Distribuition. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/transformerDataApi/assetsDistribuition' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
"tags": [
"TransformerDataApi"
],
"summary": "Get Assets Distribuition",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AssetDistribution"
}
}
},
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AssetDistribution"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AssetDistribution"
}
}
}
}
}
}
}
GET
/prime/webui/transformerDataApi/assetsOverview
GET /prime/webui/transformerDataApi/assetsOverview
GET
/prime/webui/transformerDataApi/GetSuggested
Get suggested options
Get suggested options. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/transformerDataApi/GetSuggested' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
"tags": [
"TransformerDataApi"
],
"summary": "Get suggested options",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
},
"application/json": {
"schema": {
"type": "array",
"items": {
240
"type": "string"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
}
GET
/prime/webui/transformerDataApi/visibilityAssetsRisks
Get Visible Risks
Get Visible Risks. Use this to fetch data.
curl example
curl -X GET 'https://<host>/prime/webui/transformerDataApi/visibilityAssetsRisks' \
-H 'Authorization: Bearer <token>'
OpenAPI spec
"get": {
"tags": [
"TransformerDataApi"
],
"summary": "Get Visible Risks",
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"$ref": "#/components/schemas/RiskVisibilityViewResourceTableWrapper"
}
},
"application/json": {
"schema": {
"$ref": "#/components/schemas/RiskVisibilityViewResourceTableWrapper"
}
},
"text/json": {
"schema": {
"$ref": "#/components/schemas/RiskVisibilityViewResourceTableWrapper"
}
}
}
}
}
}
POST
/prime/webui/transformerDataApi/AdvanceExport
Export elements
Export elements. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/AdvanceExport' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/ExportTableViewResource"}'
POST
/prime/webui/transformerDataApi/ssids/exportcsv
Export Ssid csv
Export Ssid csv. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/ssids/exportcsv' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
OpenAPI spec
"post": {
"tags": [
"TransformerDataApi"
],
"summary": "Export Ssid csv",
"requestBody": {
"content": {
243
"application/json -patch+json": {
"schema": {
"type": "object",
"nullable": true
}
},
"application/json": {
"schema": {
"type": "object",
"nullable": true
}
},
"text/json": {
"schema": {
"type": "object",
"nullable": true
}
},
"application/*+json": {
"schema": {
"type": "object",
"nullable": true
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
}
POST
/prime/webui/transformerDataApi/vlans/exportcsv
Export Ssid csv
Export Ssid csv. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/vlans/exportcsv' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
OpenAPI spec
"post": {
"tags": [
"TransformerDataApi"
],
"summary": "Export Ssid csv",
"requestBody": {
"content": {
"application/json -patch+json": {
"schema": {
"type": "object",
"nullable": true
}
},
"application/json": {
"schema": {
"type": "object",
"nullable": true
}
},
"text/json": {
"schema": {
244
"type": "object",
"nullable": true
}
},
"application/*+json": {
"schema": {
"type": "object",
"nullable": true
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
}
POST
/prime/webui/transformerDataApi/ssids/exportpdf
Export Ssid pdf
Export Ssid pdf. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/ssids/exportpdf' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
OpenAPI spec
"post": {
"tags": [
"TransformerDataApi"
],
"summary": "Export Ssid pdf",
"requestBody": {
"content": {
"application/json -patch+json": {
"schema": {
"type": "object",
"nullable": true
}
},
"application/json": {
"schema": {
"type": "object",
"nullable": true
}
},
"text/json": {
"schema": {
"type": "object",
"nullable": true
}
},
"application/*+json": {
"schema": {
"type": "object",
"nullable": true
}
}
}
},
"responses": {
"200": {
245
"description": "Success"
}
}
}
POST
/prime/webui/transformerDataApi/vlans/exportpdf
Export Ssid pdf
Export Ssid pdf. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/vlans/exportpdf' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
OpenAPI spec
"post": {
"tags": [
"TransformerDataApi"
],
"summary": "Export Ssid pdf",
"requestBody": {
"content": {
"application/json -patch+json": {
"schema": {
"type": "object",
"nullable": true
}
},
"application/json": {
"schema": {
"type": "object",
"nullable": true
}
},
"text/json": {
"schema": {
"type": "object",
"nullable": true
}
},
"application/*+json": {
"schema": {
"type": "object",
"nullable": true
}
}
}
},
"responses": {
"200": {
"description": "Success"
}
}
}
POST
/prime/webui/transformerDataApi/visibilityCountAssetsRisks
Get all elements count
Get all elements count. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/visibilityCountAssetsRisks' \
POST
/prime/webui/transformerDataApi/assetsBySSID
prime webui transformerDataApi assetsBySSID
Calls POST /prime/webui/transformerDataApi/assetsBySSID. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/assetsBySSID' \
-H 'Authorization: Bearer <token>' \
POST
/prime/webui/transformerDataApi/assetsByVlan
prime webui transformerDataApi assetsByVlan
Calls POST /prime/webui/transformerDataApi/assetsByVlan. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/assetsByVlan' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{"$ref":"#/components/schemas/SwitchesByVlanFilter"}'
POST
/prime/webui/transformerDataApi/GetLocations
prime webui transformerDataApi GetLocations
Calls POST /prime/webui/transformerDataApi/GetLocations. Use this to create data.
curl example
curl -X POST 'https://<host>/prime/webui/transformerDataApi/GetLocations' \
-H 'Authorization: Bearer <token>' \
-H 'Content-Type: application/json' \
-d '{}'
OpenAPI spec
"post": {
249
"tags": [
"TransformerDataApi"
],
"requestBody": {
"content": {
"multipart/form -data": {
"schema": {
"type": "object",
"properties": {
"data": {
"type": "string",
"nullable": true
}
}
},
"encoding": {
"data": {
"style": "form"
}
}
}
}
},
"responses": {
"200": {
"description": "Success",
"content": {
"text/plain": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AssetLocationViewResource"
}
}
},
"application/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AssetLocationViewResource"
}
}
},
"text/json": {
"schema": {
"type": "array",
"items": {
"$ref": "#/components/schemas/AssetLocationViewResource"
}
}
}
}
}
}
}