Initiate Segment Debugging Session
get
/rest/debuggerService/segment/{segmentGuid}
Starts a remote debugging session for a segment. Requires segmentGuid as a path parameter and companyGuid as a query parameter.
Request
Path Parameters
-
segmentGuid(required):
Unique identifier of the segment to debug.
Query Parameters
-
companyGuid(required):
Unique identifier of the company for which the segment is being debugged.
Header Parameters
-
Password(required):
Application password.
-
PasswordType(required):
Password type (case-sensitive). Use PasswordText. PasswordDigest requires webservice.allowHashedPassword=Yes.
-
Username(required):
Application username.
Response
200 Response
Debugging session created successfully.
400 Response
Invalid request data / missing required fields.
401 Response
Authentication failed.
403 Response
Authorization failed or remote debugging is not enabled.
500 Response
Internal processing error.