Jobs Account Audit

Gets a list of aaa_audit list

get

This endpoint is used to fetch all the aaa_audit data in the current organization

Authorizations
AuthorizationstringRequired
Query parameters
items_per_pageintegerRequired

Items Per Page

pageintegerRequired

Page Number

reversebooleanOptional

Sorting Order

sortstringOptional

Sorting Key

Responses
chevron-right
200Success
application/json
get
/ux/nccm/jobs-account-audit/
200Success
post

API endpoint that allows users to be viewed or edited.

Authorizations
AuthorizationstringRequired
Body

Serializer for Documents.

Recognized primitve fields:

* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``

Compound fields: ListField and DictField are mapped to corresponding DRF fields, with respect to nested field specification.

The ReferenceField is handled like ForeignKey in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)).

For EmbeddedDocumentField also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.

Generic fields GenericReferenceField and GenericEmbeddedDocumentField are handled by their own with corresponding serializer fields.

Not well supported or untested:

``FileField``
``ImageField``
``BinaryField``

All other fields are mapped to DocumentField and probably will work wrong.

idstringRead-onlyRequired
creationtimestringRead-onlyRequired
agent_idstringRead-onlyRequired
connection_statusstringRead-onlyRequired
failure_messagestringRead-onlyRequired
organizationstring · max: 25Required
job_idstringOptional
ci_idstringOptional
job_iteration_idstringOptional
ipaddressstring · max: 225Optional
device_accountstring · max: 225Optional
dpasswordstring · max: 225Optional
denable_passwordstring · max: 225Optional
connection_protocolstring · max: 25Optional
errorstring · max: 2000Optional
task_ownerstring · max: 225Optional
client_ipstring · max: 225Optional
job_typestring · max: 225Optional
job_namestring · max: 225Optional
process_namestring · max: 225Optional
connection_forstring · max: 225Optional
last_update_timestring · date-timeOptional
config_typestring · max: 225Optional
uofwstring · max: 225Optional
Responses
post
/ux/nccm/jobs-account-audit/
201Success
get

API endpoint that allows users to be viewed or edited.

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
chevron-right
200Success
application/json
get
/ux/nccm/jobs-account-audit/{id}/
200Success
put

API endpoint that allows users to be viewed or edited.

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Body

Serializer for Documents.

Recognized primitve fields:

* ``StringField``
* ``URLField``
* ``EmailField``
* ``IntField``
* ``LongField``
* ``FloatField``
* ``DecimalField``
* ``BooleanField``
* ``DateTimeField``
* ``ComplexDateTimeField``
* ``ObjectIdField``
* ``SequenceField`` (assumes it has integer counter)
* ``UUIDField``
* ``GeoPointField``
* ``GeoJsonBaseField`` (all those fields)
* ``DateField``

Compound fields: ListField and DictField are mapped to corresponding DRF fields, with respect to nested field specification.

The ReferenceField is handled like ForeignKey in DRF: there nested serializer autogenerated if serializer depth greater then 0, otherwise it's handled by it's own (results as str(id)).

For EmbeddedDocumentField also nested serializer autogenerated for non-zero depth, otherwise it is skipped. TODO: THIS IS PROBABLY WRONG AND SHOULD BE FIXED.

Generic fields GenericReferenceField and GenericEmbeddedDocumentField are handled by their own with corresponding serializer fields.

Not well supported or untested:

``FileField``
``ImageField``
``BinaryField``

All other fields are mapped to DocumentField and probably will work wrong.

idstringRead-onlyRequired
creationtimestringRead-onlyRequired
agent_idstringRead-onlyRequired
connection_statusstringRead-onlyRequired
failure_messagestringRead-onlyRequired
organizationstring · max: 25Required
job_idstringOptional
ci_idstringOptional
job_iteration_idstringOptional
ipaddressstring · max: 225Optional
device_accountstring · max: 225Optional
dpasswordstring · max: 225Optional
denable_passwordstring · max: 225Optional
connection_protocolstring · max: 25Optional
errorstring · max: 2000Optional
task_ownerstring · max: 225Optional
client_ipstring · max: 225Optional
job_typestring · max: 225Optional
job_namestring · max: 225Optional
process_namestring · max: 225Optional
connection_forstring · max: 225Optional
last_update_timestring · date-timeOptional
config_typestring · max: 225Optional
uofwstring · max: 225Optional
Responses
chevron-right
200Success
application/json
put
/ux/nccm/jobs-account-audit/{id}/
200Success
delete

API endpoint that allows users to be viewed or edited.

Authorizations
AuthorizationstringRequired
Path parameters
idstringRequired
Responses
delete
/ux/nccm/jobs-account-audit/{id}/
204

No response body

No content

Get the options for the jobs Account Audit

get

This endpoint is used to get the default options for jobs Account Audit

Authorizations
AuthorizationstringRequired
Responses
chevron-right
200Success
application/json
get
/ux/nccm/jobs-account-audit/options/
200Success

Last updated