Parameter | Description |
---|---|
Asset ID | The ID of the asset. |
Disable SSL Enforcement | Enable this option to skip SSL verification of the server’s certificate chain and host name. This may increase security vulnerabilities, but can be useful for testing or when custom verification is employed. |
Port | The port of the service. |
Protocol | The protocol of the service. |
{
"links": [
{
"href": "https://hostname:3780/api/3/...",
"rel": "self"
}
],
"resources": [
{
"fullName": "Smith, John",
"id": 8952,
"name": "john_smith"
}
]
}
Was this page helpful?