[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
Get Map Types
DescriptionGet all supported map types for the given className and instance.
Request
URLURL
https://{api_host}tcsa.host.com/tcsa/api/topology/v1/map-types
Request Body
Request Body
{
"className": "NetworkFunction",
"instanceName": "NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2$NetworkFunction$INCHARGE-SA-PRES"
}
string
className
Required
The class type of resource.
string
instanceName
Required
Uniquely identifiable instance id.
Authentication
This operation uses the following authentication methods.
Response
Response
Response BodyResponse Body
200 OK
Returns
MaptypeResponse
of type application/json
{
"default": {
"displayName": "VRAN Connectivity",
"name": "MAP-VRAN"
},
"mapTypes": [
{
"displayName": "VRAN Connectivity",
"name": "MAP-VRAN"
},
{
"displayName": "5G Core",
"name": "MAP-5G-CNF"
}
]
}
Errors
400
Invalid Request sent by the user
401
User authentication failed
403
Access to the requested resource/operation is forbidden
404
Cannot find requested resource
500
Internal server error
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"className":"NetworkFunction","instanceName":"NetworkFunction-ebf940d1-9166-4e3b-bb17-c6b8d200bdc2$NetworkFunction$INCHARGE-SA-PRES"}' https://{api_host}tcsa.host.com/tcsa/api/topology/v1/map-types
[{"label":"Latest (2.0.1)","version":"latest"}]
telco-cloud-service-assurance
On This Page
Topology Operations
post
post
post
post
post
post