404

[ Avaa Bypassed ]




Upload:

Command:

botdev@18.217.203.133: ~ $
**To list the status of operations that return an operation ID**

Some domain registration operations run asynchronously and return a response before they finish. These operations return an operation ID that you can use to get the current status. The following ``list-operations`` command lists summary information, including the status, about the current domain-registration operations. 

This command runs only in the ``us-east-1`` Region. If your default region is set to ``us-east-1``, you can omit the ``region`` parameter. ::

    aws route53domains list-operations
        --region us-east-1

Output::

    {
        "Operations": [
            {
                "OperationId": "aab9822f-1da0-4bf3-8a15-fd4e0example",
                "Status": "SUCCESSFUL",
                "Type": "DOMAIN_LOCK",
                "SubmittedDate": 1455321739.986
            },
            {
                "OperationId": "c24379ed-76be-42f8-bdad-9379bexample",
                "Status": "SUCCESSFUL",
                "Type": "UPDATE_NAMESERVER",
                "SubmittedDate": 1468960475.109
            },
            {
                "OperationId": "f47e1297-ef9e-4c2b-ae1e-a5fcbexample",
                "Status": "SUCCESSFUL",
                "Type": "RENEW_DOMAIN",
                "SubmittedDate": 1473561835.943
            },
            {
                "OperationId": "75584f23-b15f-459e-aed7-dc6f5example",
                "Status": "SUCCESSFUL",
                "Type": "UPDATE_DOMAIN_CONTACT",
                "SubmittedDate": 1547501003.41
            }
        ]
    }

The output includes all the operations that return an operation ID and that you have performed on all the domains that you have ever registered using the current AWS account. If you want to get only the operations that you submitted after a specified date, you can include the ``submitted-since`` parameter and specify a date in Unix format and Coordinated Universal Time (UTC). The following command gets the status of all operations that were submitted after 12:00 am UTC on January 1, 2020. ::

    aws route53domains list-operations \
        --submitted-since 1577836800

Filemanager

Name Type Size Permission Actions
check-domain-availability.rst File 1.45 KB 0755
check-domain-transferability.rst File 829 B 0755
delete-tags-for-domain.rst File 919 B 0755
disable-domain-auto-renew.rst File 977 B 0755
disable-domain-transfer-lock.rst File 1.17 KB 0755
enable-domain-auto-renew.rst File 964 B 0755
enable-domain-transfer-lock.rst File 1.12 KB 0755
get-contact-reachability-status.rst File 847 B 0755
get-domain-detail.rst File 2.93 KB 0755
get-domain-suggestions.rst File 1.72 KB 0755
get-operation-detail.rst File 851 B 0755
list-domains.rst File 1.03 KB 0755
list-operations.rst File 2.15 KB 0755
list-tags-for-domain.rst File 861 B 0755
register-domain.rst File 2.78 KB 0755
renew-domain.rst File 1.49 KB 0755
resend-contact-reachability-email.rst File 1.05 KB 0755
retrieve-domain-auth-code.rst File 888 B 0755
transfer-domain.rst File 3.01 KB 0755
update-domain-contact-privacy.rst File 1.05 KB 0755
update-domain-contact.rst File 2.56 KB 0755
update-domain-nameservers.rst File 1022 B 0755
update-tags-for-domain.rst File 1.02 KB 0755
view-billing.rst File 1.3 KB 0755