Which curl command lists all tags (host groups) that are associated with a tenant using the Cisco Stealthwatch Enterprise API?
Click on the arrows to vote for the correct answer
A. B. C. D.C.
The correct answer for the given question is option C - "curl -X GET -H"Cookie:{Cookie Data}"https://{stealthwatch_host}/smc-configuration/rest/v1/tenants/{tenant_id}/tags".
The given curl command uses the GET method to retrieve information about tags associated with a particular tenant using the Cisco Stealthwatch Enterprise API. Here is a detailed explanation of the command:
In summary, this curl command can be used to retrieve information about the tags associated with a particular tenant using the Cisco Stealthwatch Enterprise API, by making a GET request to the appropriate API endpoint.