[{"label":"Latest (1.0.0)","version":"latest"}]
nsx-malware-prevention

Get Service Definition

Description

Get service definition for Malware Prevention. This API returns the service id, display name and all the deployment specs for the service.

Request

Request

URL

URL


get
https://api.example.com/napp/api/v1/malware-prevention/svm-spec
Copy

Authentication

Authentication

This operation uses the following authentication methods.


METHOD

security_op


METHOD

auditor


Response

Response

Response Body

Response Body

200 OK

Returns ServiceDefinitionDetails of type(s) application/json

Successful operation

{
	"deployment_specs": {},
	"display_name": "string",
	"service_id": "string"
}
deployment_specs Optional

A list of all the Service deployments with Malware Prevention service definition.


string
display_name Optional

Display name of the service defintion.


string
service_id Optional

Service Id.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://api.example.com/napp/api/v1/malware-prevention/svm-spec


Feedback

Was this page helpful?