LJK/Security Reference Manual
INTERVIEW_DETAIL
Accept detailed interview information for report formatting.
Format
INTERVIEW_DETAIL
POLICY_NUMBER, POLICY_NAME, NODE_NAME, ANSWERING_NODE_NAME,
ANSWERING_USER_NAME, GROUP_NAME, INTERVIEW_NAME, RESPONSIBILITY_CODE,
REMEDIATION_DAYS, COMMENT_INSTANCE, REMARK, COMPLETED, ASKED,
SATISFIED, ANSWER_GIVEN
RETURNS
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
write only
|
|
mechanism:
|
by value
|
Arguments
POLICY_NUMBER
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number that can be used as an index into an array of
policies used in the assessment whose
results are being reported.
POLICY_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the LJK/Security policy to which this detail
applies.
NODE_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the node to which this Interview applies.
ANSWERING_NODE_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the node on which the Interview question was answered.
ANSWERING_USER_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the User who answered the Interview question.
GROUP_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the Interview group under which this question is classified.
INTERVIEW_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the Interview question to which this call applies.
RESPONSIBILITY_CODE
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 10)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
The name (not the content) of the (VMS, REPORT, <name>) limit
indicating responsibility for remediation.
REMEDIATION_DAYS
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number of days for full remediation of this violation.
COMMENT_INSTANCE
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 80)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
The particular external rule which is the subject of this entrypoint
call.
REMARK
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 156)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Free-form remark provided by the User answering the Interview question.
COMPLETED
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Testing of this item has been processed.
ASKED
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Testing of this item was conducted.
SATISFIED
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Testing of this item was violation-free.
ANSWER_GIVEN
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Answer given by the user.
Description
This entrypoint provides detailed information for Interview questions
including whether they have been
- Completed
- Asked
- Satisfied
A Boolean value returned by this entrypoint indicates whether
processing of this report should continue. A value of FALSE will
terminate processing.
INTERVIEW_TOTAL
Accept total interview information for report formatting.
Format
INTERVIEW_TOTAL
POLICY_NUMBER, POLICY_NAME, GROUP_NAME, INTERVIEW_NAME,
COMMENT_INSTANCE, QUESTION_TEXT, REMEDIATION_TEXT, REMEDIATION_DAYS,
CALCULATION_STRING, RESPONSIBILITY_CODE, INSTANCE_COUNT,
COMPLETED_COUNT, VIOLATION_COUNT
RETURNS
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
write only
|
|
mechanism:
|
by value
|
Arguments
POLICY_NUMBER
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number that can be used as an index into an array of
policies used in the assessment whose
results are being reported.
POLICY_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the LJK/Security policy to which these totals
apply.
GROUP_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the Interview group under which this question is classified.
INTERVIEW_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the Interview question to which this call applies.
COMMENT_INSTANCE
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 80)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
The particular external rule which is the subject of this entrypoint
call.
QUESTION_TEXT
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Text of this Interview question.
REMEDIATION_TEXT
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
A description of how to remediate a violation of this item.
REMEDIATION_DAYS
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Days allowed for completion of remediation (calculated from (VMS,
REMEDIATE, *) counts of days.
CALCULATION_STRING
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 180)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
A string describing calculation of the REMEDIATION_DAYS.
RESPONSIBILITY_CODE
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 10)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
The name (not the content) of the (VMS, REPORT, <name>) limit
indicating responsibility for remediation.
INSTANCE_COUNT
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number of nodes to which this combination of Interview question and
comment instance applies.
COMPLETED_COUNT
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number of nodes for which this combination of Interview question and
comment instance has been completed.
VIOLATION_COUNT
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number of violations found for this combination of Node, Interview
question and comment instance.
Description
This entrypoint provides total numbers of the following for the
Interview method:
- Instances Number of nodes to which this call
pertains.
- Completed Number of nodes on which this test was
completed.
- Violations Number of violations found by this testing.
with each call to the entrypoint summarizing the results for a single
grouping (by Test, Comment Instance, Comment Instance then Test,
Remediation Responsibility or Remediation Completion Date).
A Boolean value returned by this entrypoint indicates whether
processing of this report should continue. A value of FALSE will
terminate processing.
INTERVIEW_UNANSWERED
Accept unanswered interview information for report formatting.
Format
INTERVIEW_UNANSWERED
POLICY_NUMBER, POLICY_NAME, GROUP_NAME, ASSIGNED_NODE_NAME,
ASSIGNED_USER_NAME
RETURNS
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
write only
|
|
mechanism:
|
by value
|
Arguments
POLICY_NUMBER
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number that can be used as an index into an array of
policies used in the assessment whose
results are being reported.
POLICY_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the LJK/Security policy for which this Group
is unanswered.
GROUP_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the Interview group under which this question is classified.
ASSIGNED_NODE_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Node name on which the Interview question has not been answered.
ASSIGNED_USER_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Username by whom the Interview question has not been answered.
Description
This entrypoint provides details regarding groups of unanswered
Interview questions, including who is responsible for answering them.
A Boolean value returned by this entrypoint indicates whether
processing of this report should continue. A value of FALSE will
terminate processing.
INVASIVE_TESTING_DETAIL
Accept unanswered invasive testing information for report formatting.
Format
INVASIVE_TESTING_DETAIL
POLICY_NUMBER, POLICY_NAME, NODE_NAME, ANSWERING_NODE_NAME,
ANSWERING_USER_NAME, GROUP_NAME, INVASIVE_TESTING_NAME,
RESPONSIBILITY_CODE, REMEDIATION_DAYS, COMMENT_INSTANCE, REMARK,
COMPLETED, ASKED, SATISFIED, ANSWER_GIVEN
RETURNS
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
write only
|
|
mechanism:
|
by value
|
Arguments
POLICY_NUMBER
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number that can be used as an index into an array of
policies used in the assessment whose
results are being reported.
POLICY_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the LJK/Security policy to which this detail
applies.
NODE_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the node to which this Invasive Testing
applies.
ANSWERING_NODE_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 39)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the node on which the Invasive Testing question was answered.
ANSWERING_USER_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the User who answered the Invasive Testing question.
GROUP_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the Invasive Testing group under which this question is
classified.
INVASIVE_TESTING_NAME
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Name of the Invasive Testing question to which this call applies.
RESPONSIBILITY_CODE
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 10)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
The name (not the content) of the (VMS, REPORT, <name>) limit
indicating responsibility for remediation.
REMEDIATION_DAYS
|
VMS usage:
|
longword_unsigned
|
|
type:
|
unsigned longword
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Number of days for full remediation of this violation.
COMMENT_INSTANCE
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 80)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
The particular external rule which is the subject of this entrypoint
call.
REMARK
|
VMS usage:
|
char_string
|
|
type:
|
character string (maximum length 156)
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Free-form remark provided by the User answering the Invasive Testing
question.
COMPLETED
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Testing of this item has been processed.
ASKED
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Testing of this item was conducted.
SATISFIED
|
VMS usage:
|
boolean
|
|
type:
|
byte (unsigned)
|
|
access:
|
read only
|
|
mechanism:
|
by reference
|
Testing of this item was violation-free.
ANSWER_GIVEN
|
VMS usage:
|
char_string
|
|
type:
|
character string
|
|
access:
|
read only
|
|
mechanism:
|
by descriptor
|
Answer given by the user.
Description
This entrypoint provides detailed information for Invasive Testing
questions including whether they have been
- Completed
- Asked
- Satisfied
A Boolean value returned by this entrypoint indicates whether
processing of this report should continue. A value of FALSE will
terminate processing.