Assign a Tag to a Proxy
post
Authorizations
HTTPRequired
Enter token as: Bearer
Body
tag_idintegerRequired
ID of the tag to assign to the session.
sessionstringRequired
Session ID to assign the tag to. Extract from proxy string after '-s-' or get from session_id field via api/v1/perproxy/proxies/{username}.
Responses
200
Tag-session operation completed successfully.
application/json
tag_idintegerOptional
ID of the tag.
usernamestringOptional
Username associated with the operation.
sessionstringOptional
Session ID involved in the operation.
400
Error performing tag operation
post
/perproxy/create-tag-sessionLast updated