[Index]
Model ref.: device/activedirectoryhybrid/ADAuthenticationPolicy
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "DisplayName": { "__type_requested": "System.String", "required": false, "name": "DisplayName", "title": "DisplayName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "Instance": { "__type_requested": "ADAuthenticationPolicy", "__type_mapping_type": "Unknown", "description": "Specifies an instance of an ADAuthenticationPolicy object to use as a template for a new ADAuthenticationPolicyobject. To get the ADAuthenticationPolicy object to use as a template, use the Get-ADAuthenticationPolicy cmdlet.", "title": "Instance", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "Instance" }, "UserTGTLifetimeMins": { "__type_requested": "Int32", "__type_mapping_type": "Integer", "description": "Specifies the lifetime in minutes for non-renewable TGTs for user accounts.", "title": "UserTGTLifetimeMins", "required": false, "readonly": false, "type": "integer", "name": "UserTGTLifetimeMins" }, "instanceType": { "__type_requested": "System.Int32", "required": false, "name": "instanceType", "title": "instanceType", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "isDeleted": { "__type_requested": "System.Boolean", "required": false, "name": "isDeleted", "title": "isDeleted", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "ComputerTGTLifetimeMins": { "__type_requested": "Int32", "__type_mapping_type": "Integer", "description": "Specifies the lifetime in minutes for non-renewable ticket granting tickets (TGTs) for computer accounts.", "title": "ComputerTGTLifetimeMins", "required": false, "readonly": false, "type": "integer", "name": "ComputerTGTLifetimeMins" }, "Credential": { "__type_requested": "PSCredential", "__type_mapping_type": "Unknown", "description": "Specifies a user account that has permission to perform the task. The default is the current user. Type a user name, such as User01 or Domain01\\User01, or enter a PSCredential object, such as one generated by the Get-Credential cmdlet.\nBy default, the cmdlet uses the credentials of the currently logged on user unless the cmdlet is run from an Active Directory Domain ServicesWindows PowerShell provider drive. If you run the cmdlet in a provider drive, the account associated with the drive is the default.\nIf you specify credentials that do not have permission to perform the task, the cmdlet returns an error.", "title": "Credential", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "Credential" }, "ProtectedFromAccidentalDeletion": { "__type_requested": "Boolean", "__type_mapping_type": "Boolean", "description": "Indicates whether to prevent the object from being deleted. When this property is set to true, you cannot delete the corresponding object without changing the value of the property. The acceptable values for this parameter are:\u00a0\n\n-- $False or 0\n-- $True or 1", "title": "ProtectedFromAccidentalDeletion", "required": false, "readonly": false, "type": "boolean", "name": "ProtectedFromAccidentalDeletion" }, "Description": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies a description for the object. This parameter sets the value of the description property for the object. The LDAP Display Name (ldapDisplayName) for this property is description.", "title": "Description", "required": false, "readonly": false, "type": "string", "name": "Description" }, "ServiceAllowedToAuthenticateTo": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the SDDL string of the security descriptor used to determine if the service can authenticate to this account.", "title": "ServiceAllowedToAuthenticateTo", "required": false, "readonly": false, "type": "string", "name": "ServiceAllowedToAuthenticateTo" }, "Deleted": { "__type_requested": "System.Boolean", "required": false, "name": "Deleted", "title": "Deleted", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "whenChanged": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "whenChanged", "title": "whenChanged", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "Created": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "Created", "title": "Created", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "ObjectGUID": { "__type_requested": "System.Nullable`1[[System.Guid,", "required": false, "name": "ObjectGUID", "title": "ObjectGUID", "__type_mapping_type": "Unknown", "readonly": true, "type": "string", "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string" }, "LastKnownParent": { "__type_requested": "System.String", "required": false, "name": "LastKnownParent", "title": "LastKnownParent", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "OtherAttributes": { "__type_requested": "Hashtable", "__type_mapping_type": "Unknown", "description": "Specifies a list of object attribute values for attributes that are not represented by other parameters. You can set one or more attributes at the same time with this parameter, and if an attribute takes more than one value you can assign multiple values. To identify an attribute, specify the LDAPDisplayName (ldapDisplayName) defined for it in the Active Directory Domain Services schema.\nSpecify the attribute and the value of the attribute in the following format: @{'AttributeLDAPDisplayName'=value}.\nTo specify multiple values for an attribute, specify a comma separated list the values for the display name. You can specify values for more than one attribute by using semicolons to separate attribute value pairs.", "title": "OtherAttributes", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "OtherAttributes" }, "UserAllowedToAuthenticateTo": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the SDDL string of the security descriptor used to determine if the users can authenticate to this account.", "title": "UserAllowedToAuthenticateTo", "required": false, "readonly": false, "type": "string", "name": "UserAllowedToAuthenticateTo" }, "uSNCreated": { "__type_requested": "System.Int64", "required": false, "name": "uSNCreated", "title": "uSNCreated", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "DistinguishedName": { "__type_requested": "System.String", "required": false, "name": "DistinguishedName", "title": "DistinguishedName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "ComputerAllowedToAuthenticateTo": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the security descriptor definition language (SDDL) string of the security descriptor used to determine if the computer can authenticate to this account.", "title": "ComputerAllowedToAuthenticateTo", "required": false, "readonly": false, "type": "string", "name": "ComputerAllowedToAuthenticateTo" }, "AuthType": { "__type_requested": "ADAuthType", "__type_mapping_type": "Unknown", "description": "Specifies the authentication method to use. The acceptable values for this parameter are:\u00a0\n\n-- Negotiate or 0\n-- Basic or 1\nThe default authentication method is Negotiate. A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.", "title": "AuthType", "required": false, "readonly": true, "__WARNING": "Unhandled and unknown upstream type, this attribute forced into a readonly string", "type": "string", "name": "AuthType" }, "Name": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the name of the object. This parameter sets the Name property of the Active Directory Domain Services object. The LDAP Display Name (ldapDisplayName) of this property is name.", "title": "Name", "required": true, "readonly": false, "type": "string", "name": "Name" }, "CN": { "__type_requested": "System.String", "required": false, "name": "CN", "title": "CN", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "dSCorePropagationData": { "__type_requested": "Microsoft.ActiveDirectory.Management.ADPropertyValueCollection", "required": false, "name": "dSCorePropagationData", "title": "dSCorePropagationData", "items": { "type": "string" }, "__type_mapping_type": "String[]", "readonly": true, "type": "array" }, "Modified": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "Modified", "title": "Modified", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "Server": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies the Active Directory Domain Services instance to which to connect, by providing one of the following values for a corresponding domain name or directory server. The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory Snapshot instance.\nSpecify the Active Directory Domain Services instance in one of the following ways: \n\n-- Domain name values:\n\n---- Fully qualified domain name\n---- NetBIOS name\n\n-- Directory server values: \n\n---- Fully qualified directory server name\n---- NetBIOS name\n---- Fully qualified directory server name and port\nThe default value for this parameter is determined by one of the following methods in the order that they are listed:\n\n-- By using the Server value from objects passed through the pipeline\n-- By using the server information associated with the Active Directory Domain ServicesWindows PowerShell provider drive, when the cmdlet runs in that drive\n-- By using the domain of the computer running Windows PowerShell", "title": "Server", "required": false, "readonly": false, "type": "string", "name": "Server" }, "msDS-AuthNPolicyEnforced": { "__type_requested": "System.Boolean", "required": false, "name": "msDS-AuthNPolicyEnforced", "title": "msDS-AuthNPolicyEnforced", "__type_mapping_type": "Boolean", "readonly": true, "type": "boolean" }, "createTimeStamp": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "createTimeStamp", "title": "createTimeStamp", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "whenCreated": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "whenCreated", "title": "whenCreated", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "ServiceAllowedToAuthenticateFrom": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies an access control expression used to determine from which devices the service can authenticate.", "title": "ServiceAllowedToAuthenticateFrom", "required": false, "readonly": false, "type": "string", "name": "ServiceAllowedToAuthenticateFrom" }, "Enforce": { "__type_requested": "SwitchParameter", "__type_mapping_type": "Boolean", "description": "Indicates that the authentication policy is enforced.", "title": "Enforce", "required": false, "readonly": false, "type": "boolean", "name": "Enforce" }, "ServiceTGTLifetimeMins": { "__type_requested": "Int32", "__type_mapping_type": "Integer", "description": "Specifies the lifetime in minutes for non-renewable TGTs for service accounts.", "title": "ServiceTGTLifetimeMins", "required": false, "readonly": false, "type": "integer", "name": "ServiceTGTLifetimeMins" }, "ObjectCategory": { "__type_requested": "System.String", "required": false, "name": "ObjectCategory", "title": "ObjectCategory", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "CanonicalName": { "__type_requested": "System.String", "required": false, "name": "CanonicalName", "title": "CanonicalName", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "ObjectClass": { "__type_requested": "System.String", "required": false, "name": "ObjectClass", "title": "ObjectClass", "__type_mapping_type": "String", "readonly": true, "type": "string" }, "uSNChanged": { "__type_requested": "System.Int64", "required": false, "name": "uSNChanged", "title": "uSNChanged", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" }, "UserAllowedToAuthenticateFrom": { "__type_requested": "String", "__type_mapping_type": "String", "description": "Specifies an access control expression used to determine from which devices the users can authenticate.", "title": "UserAllowedToAuthenticateFrom", "required": false, "readonly": false, "type": "string", "name": "UserAllowedToAuthenticateFrom" }, "modifyTimeStamp": { "__type_requested": "System.DateTime", "__type_mapping_type": "DateTime", "name": "modifyTimeStamp", "title": "modifyTimeStamp", "format": "date-time", "required": false, "readonly": true, "type": "string" }, "sDRightsEffective": { "__type_requested": "System.Int32", "required": false, "name": "sDRightsEffective", "title": "sDRightsEffective", "__type_mapping_type": "Integer", "readonly": true, "type": "integer" } }, "schema_version": "69" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/add/ |
|
The GUI Add form of device/activedirectoryhybrid/ADAuthenticationPolicy as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/device/activedirectoryhybrid/ADAuthenticationPolicy | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/ | hierarchy=[hierarchy] | {"hrefs":["/api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid1]", "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid2]", ...]} |
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADAuthenticationPolicy/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Bulk Modify | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/bulk_update/?schema=&schema_rules=true |
|
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk Modify | POST | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/bulk_update/ |
|
For example: {"data":{"name":"value"}, "meta":{}, "request_meta":{ "hrefs":["/api/v0/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid1]", "/api/v0/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid2]",...]}} |
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADAuthenticationPolicy/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move the instance with [pkid] to [target_hierarchy] | POST | /api/tool/DataMove/?model_type=device/activedirectoryhybrid/ADAuthenticationPolicy |
|
{"hrefs": ["/api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid]"]} |
Bulk Move | POST | /api/tool/DataMove/?model_type=device/activedirectoryhybrid/ADAuthenticationPolicy |
|
{"hrefs": ["/api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid1]", "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid2]",...]} |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of device/activedirectoryhybrid/ADAuthenticationPolicy; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/export/ |
|
{ "hrefs":["/api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid1]", "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of device/activedirectoryhybrid/ADAuthenticationPolicy and the JSON format can be used to import instances of device/activedirectoryhybrid/ADAuthenticationPolicy.
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADAuthenticationPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for device/activedirectoryhybrid/ADAuthenticationPolicy | POST | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Configuration Template | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/configuration_template/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/ConfigurationTemplate/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Field Display Policy | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/field_display_policy/ | hierarchy=[hierarchy] |
|
POST http://[host-proxy]/api/data/FieldDisplayPolicy/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/ |
|
The device/activedirectoryhybrid/ADAuthenticationPolicy schema and all instances as JSON. |
(The list will return 0 to 3 device/activedirectoryhybrid/ADAuthenticationPolicy instances)
{ "pagination": { "skip": 0, "limit": 3, "maximum_limit": 2000, "total": 0, "total_limit": null, "order_by": "Name", "direction": "asc", "current": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/?skip=0&limit=3&order_by=Name&direction=asc&traversal=down" }, "operations": [ "move" ], "meta": { "model_type": "device/activedirectoryhybrid/ADAuthenticationPolicy", "summary_attrs": [ { "name": "Name", "title": "Name" }, { "name": "Description", "title": "Description" }, { "name": "hierarchy_friendly_name", "title": "Located At", "allow_filtering": true } ], "tagged_versions": [], "tags": [], "title": "", "business_key": {}, "api_version": "21.2", "cached": true, "references": { "children": [], "parent": [ { "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101", "pkid": "6t0ggef2c0deab00hb595101" } ], "device": [ { "href": "", "pkid": "" } ], "foreign_key": [] }, "model_specific_actions": [ "get", "list", "add", "remove", "update", "bulk_update_form", "clone", "configuration_template", "export", "export_bulkload_template", "field_display_policy", "help", "move" ], "schema_version": "69", "actions": [ { "add": { "method": "GET", "class": "add", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/add/?hierarchy=[hierarchy]", "support_async": false, "title": "Add" } }, { "remove": { "method": "DELETE", "class": "delete", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/?hierarchy=[hierarchy]", "support_async": true, "title": "Delete" } }, { "bulk_update_form": { "method": "GET", "class": "update", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/bulk_update/?hierarchy=[hierarchy]&schema=&schema_rules=true", "support_async": false, "title": "Bulk Modify" } }, { "move": { "method": "POST", "class": "move", "href": "/api/tool/DataMove/?hierarchy=[hierarchy]&model_type=device/activedirectoryhybrid/ADAuthenticationPolicy", "support_async": true, "title": "Move", "view": "/api/tool/DataMove/?auth_token=[authtoken] } }, { "export": { "method": "POST", "class": "export", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/export/?hierarchy=[hierarchy]", "support_async": false, "title": "Export", "view": "/api/view/ExportData/add/?auth_token=[authtoken], "submit": "payload" } }, { "export_bulkload_template": { "method": "POST", "class": "bulkload_template", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/export_bulkload_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Export Bulk Load Template" } }, { "configuration_template": { "method": "GET", "class": "config", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/configuration_template/?hierarchy=[hierarchy]", "support_async": false, "title": "Configuration Template" } }, { "field_display_policy": { "method": "GET", "class": "display_policy", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/field_display_policy/?hierarchy=[hierarchy]", "support_async": false, "title": "Field Display Policy" } }, { "list": { "method": "GET", "class": "list", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/?hierarchy=[hierarchy]", "support_async": false, "title": "List" } }, { "help": { "method": "GET", "class": "help", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/help?hierarchy=[hierarchy]", "support_async": false, "title": "Help" } }, { "purge": { "method": "POST", "class": "purge", "href": "/api/device/activedirectoryhybrid/ADAuthenticationPolicy/purge/?hierarchy=[hierarchy]", "support_async": false, "title": "Purge" } } ] }, "resources": [] }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for device/activedirectoryhybrid/ADAuthenticationPolicy. | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/help | hierarchy=[hierarchy] | On-line help of Model ref.: device/activedirectoryhybrid/ADAuthenticationPolicy as HTML |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Purge | POST | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/purge/ |
|
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/device/activedirectoryhybrid/ADAuthenticationPolicy/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Move | POST | /api/tool/DataMove/[pkid]/?model_type=device/activedirectoryhybrid/ADAuthenticationPolicy | hierarchy=[hierarchy] | If payload required: |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of device/activedirectoryhybrid/ADAuthenticationPolicy; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of device/activedirectoryhybrid/ADAuthenticationPolicy and the JSON format can be used to import instances of device/activedirectoryhybrid/ADAuthenticationPolicy.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid] | hierarchy=[hierarchy] | The device/activedirectoryhybrid/ADAuthenticationPolicy instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for device/activedirectoryhybrid/ADAuthenticationPolicy. |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Purge | POST | /api/device/activedirectoryhybrid/ADAuthenticationPolicy/[pkid]/purge | hierarchy=[hierarchy] | If payload required: |